/*
Theme Name: VersaKids Astra Child
Theme URI: https://versakids.com/
Description: Professional, accessible and scalable design system for VersaKids.
Author: VersaKids
Template: astra
Version: 4.2.0
Text Domain: versakids
*/

:root {
	--vk-primary: #1c564d;
	--vk-primary-dark: #143f39;
	--vk-primary-deep: #0c302b;
	--vk-green: #4eb465;
	--vk-green-soft: #e8f5ec;
	--vk-gold: #f4b860;
	--vk-gold-soft: #fff4dc;
	--vk-ink: #17211f;
	--vk-muted: #53635f;
	--vk-background: #f7faf8;
	--vk-surface: #ffffff;
	--vk-surface-alt: #f0f6f3;
	--vk-border: #d7e4de;
	--vk-focus: #0969a8;
	--vk-danger: #9b2c2c;
	--vk-success: #17633a;
	--vk-radius-sm: 0.625rem;
	--vk-radius-md: 1rem;
	--vk-radius-lg: 1.5rem;
	--vk-radius-xl: 2rem;
	--vk-shadow-sm: 0 0.375rem 1.25rem rgba(20, 63, 57, 0.08);
	--vk-shadow-md: 0 1.25rem 3.5rem rgba(20, 63, 57, 0.14);
	--vk-shadow-header: 0 0.5rem 1.5rem rgba(20, 63, 57, 0.08);
	--vk-container: 75rem;
	--vk-reading: 48rem;
	--vk-space-xs: 0.5rem;
	--vk-space-sm: 0.75rem;
	--vk-space-md: 1rem;
	--vk-space-lg: 1.5rem;
	--vk-space-xl: 2rem;
	--vk-space-2xl: 3rem;
	--vk-section: clamp(4rem, 8vw, 7rem);
	--vk-header-height: 5rem;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--vk-header-height) + 1rem);
}

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

body {
	background: var(--vk-background);
	color: var(--vk-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	text-rendering: optimizeLegibility;
}

body.vk-nav-open {
	overflow: hidden;
}

img,
picture,
svg {
	display: block;
}

img {
	height: auto;
	max-width: 100%;
}

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

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--vk-primary-dark);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.13;
	margin-block: 0 0.75em;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.6rem, 6.4vw, 5.4rem);
}

h2 {
	font-size: clamp(2rem, 4.2vw, 3.35rem);
}

h3 {
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

h4 {
	font-size: 1.2rem;
}

p,
ul,
ol,
blockquote {
	margin-block: 0 1.2rem;
}

a {
	color: var(--vk-primary);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--vk-primary-dark);
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	border-radius: 0.2rem;
	outline: 0.2rem solid var(--vk-focus) !important;
	outline-offset: 0.2rem;
}

::selection {
	background: var(--vk-gold);
	color: var(--vk-primary-deep);
}

.vk-site {
	min-height: 100vh;
}

.vk-site-content {
	min-height: 55vh;
}

.vk-container {
	margin-inline: auto;
	max-width: var(--vk-container);
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
	width: 100%;
}

.vk-reading-container {
	max-width: var(--vk-reading);
}

.vk-section {
	padding-block: var(--vk-section);
}

.vk-section-white {
	background: var(--vk-surface);
}

.vk-screen-reader-text,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.vk-skip-link {
	background: var(--vk-primary-deep);
	border-radius: 0 0 var(--vk-radius-sm) 0;
	color: #fff;
	font-weight: 700;
	left: 0;
	padding: 0.8rem 1rem;
	position: fixed;
	top: -8rem;
	z-index: 100000;
}

.vk-skip-link:focus {
	color: #fff;
	top: 0;
}

.admin-bar .vk-skip-link:focus {
	top: 2rem;
}

.vk-eyebrow {
	align-items: center;
	color: var(--vk-primary);
	display: flex;
	font-size: 0.78rem;
	font-weight: 820;
	gap: 0.5rem;
	letter-spacing: 0.12em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.vk-eyebrow-icon,
.vk-icon {
	display: inline-flex;
}

.vk-eyebrow svg,
.vk-icon svg {
	height: 1.15rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.15rem;
}

.vk-lead {
	color: var(--vk-muted);
	font-size: clamp(1.08rem, 1.7vw, 1.3rem);
	line-height: 1.65;
	max-width: 43rem;
}

.vk-button-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.vk-button,
button.vk-button,
input[type="submit"].vk-button {
	align-items: center;
	background: var(--vk-primary);
	border: 0.125rem solid var(--vk-primary);
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 760;
	gap: 0.55rem;
	justify-content: center;
	line-height: 1.2;
	min-height: 3.125rem;
	padding: 0.8rem 1.35rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.vk-button svg,
.vk-text-link svg {
	fill: none;
	height: 1.1rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1.1rem;
}

.vk-button:hover {
	background: var(--vk-primary-dark);
	border-color: var(--vk-primary-dark);
	box-shadow: var(--vk-shadow-sm);
	color: #fff;
	transform: translateY(-1px);
}

.vk-button-secondary {
	background: var(--vk-surface);
	border-color: var(--vk-primary);
	color: var(--vk-primary);
}

.vk-button-secondary:hover,
.vk-button-ghost:hover {
	background: var(--vk-green-soft);
	border-color: var(--vk-primary);
	color: var(--vk-primary-dark);
}

.vk-button-ghost {
	background: transparent;
	border-color: transparent;
	color: var(--vk-primary);
}

.vk-button-light {
	background: #fff;
	border-color: #fff;
	color: var(--vk-primary-deep);
}

.vk-button-light:hover {
	background: var(--vk-gold-soft);
	border-color: var(--vk-gold-soft);
	color: var(--vk-primary-deep);
}

.vk-button-outline-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

.vk-button-outline-light:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

.vk-text-link {
	align-items: center;
	color: var(--vk-primary);
	display: inline-flex;
	font-weight: 760;
	gap: 0.4rem;
	text-decoration: none;
}

.vk-text-link:hover {
	color: var(--vk-primary-dark);
	text-decoration: underline;
}

/* Header */
.vk-site-header {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(215, 228, 222, 0.9);
	position: sticky;
	top: 0;
	transition: box-shadow 180ms ease;
	z-index: 1000;
}

.admin-bar .vk-site-header {
	top: 32px;
}

.vk-site-header.is-scrolled {
	box-shadow: var(--vk-shadow-header);
}

.vk-header-inner {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto 1fr auto;
	margin-inline: auto;
	max-width: var(--vk-container);
	min-height: var(--vk-header-height);
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.vk-brand {
	display: block;
	line-height: 0;
	width: clamp(10.5rem, 15vw, 13.5rem);
}

.vk-brand img {
	width: 100%;
}

.vk-primary-nav {
	justify-self: end;
}

.vk-nav-list,
.vk-primary-nav .menu {
	align-items: center;
	display: flex;
	gap: clamp(0.2rem, 1vw, 0.8rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.vk-nav-list li,
.vk-primary-nav .menu-item {
	margin: 0;
	position: relative;
}

.vk-nav-list a,
.vk-primary-nav .menu-item > a {
	align-items: center;
	border-radius: 999px;
	color: var(--vk-ink);
	display: flex;
	font-size: clamp(0.78rem, 1.05vw, 0.9rem);
	font-weight: 680;
	min-height: 2.75rem;
	padding: 0.55rem clamp(0.45rem, 0.9vw, 0.75rem);
	text-decoration: none;
	white-space: nowrap;
}

.vk-primary-nav .current-menu-item > a,
.vk-primary-nav .current_page_item > a,
.vk-primary-nav a:hover {
	background: var(--vk-green-soft);
	color: var(--vk-primary-dark);
}

.vk-primary-nav .current-menu-item > a::after,
.vk-primary-nav .current_page_item > a::after {
	background: var(--vk-gold);
	border-radius: 999px;
	bottom: 0.2rem;
	content: "";
	height: 0.2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.25rem;
}

.vk-header-actions {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.vk-icon-button,
.vk-menu-toggle {
	align-items: center;
	background: var(--vk-surface);
	border: 1px solid var(--vk-border);
	border-radius: 999px;
	color: var(--vk-primary-dark);
	display: inline-flex;
	font-weight: 720;
	gap: 0.45rem;
	justify-content: center;
	min-height: 3.125rem;
	min-width: 3.125rem;
	padding: 0.5rem;
}

.vk-icon-button:hover,
.vk-menu-toggle:hover {
	background: var(--vk-green-soft);
	border-color: var(--vk-primary);
}

.vk-button-icon svg {
	fill: none;
	height: 1.25rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 1.25rem;
}

.vk-menu-toggle {
	display: none;
	padding-inline: 0.85rem;
}

.vk-menu-close-icon {
	display: none;
}

.vk-menu-toggle[aria-expanded="true"] .vk-menu-open-icon {
	display: none;
}

.vk-menu-toggle[aria-expanded="true"] .vk-menu-close-icon {
	display: inline-flex;
}

.vk-search-panel {
	background: var(--vk-surface);
	border-top: 1px solid var(--vk-border);
	box-shadow: var(--vk-shadow-header);
}

.vk-search-panel[hidden] {
	display: none;
}

.vk-search-inner {
	margin-inline: auto;
	max-width: 50rem;
	padding: 1.5rem clamp(1.25rem, 4vw, 2.5rem) 2rem;
}

.vk-search-form label,
.vk-field label {
	color: var(--vk-primary-dark);
	display: block;
	font-size: 0.92rem;
	font-weight: 740;
	margin-bottom: 0.4rem;
}

.vk-search-control {
	display: flex;
	gap: 0.65rem;
}

input:not([type="button"], [type="checkbox"], [type="radio"], [type="reset"], [type="submit"]),
select,
textarea {
	background: var(--vk-surface);
	border: 1px solid #aebfb8;
	border-radius: var(--vk-radius-sm);
	color: var(--vk-ink);
	min-height: 3rem;
	padding: 0.75rem 0.85rem;
	width: 100%;
}

textarea {
	min-height: 8rem;
	resize: vertical;
}

input::placeholder,
textarea::placeholder {
	color: #66756f;
	opacity: 1;
}

/* Breadcrumbs */
.vk-breadcrumbs {
	font-size: 0.84rem;
	padding-block: 1rem;
}

.vk-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vk-breadcrumbs li {
	align-items: center;
	color: var(--vk-muted);
	display: flex;
	gap: 0.35rem;
}

.vk-breadcrumbs li:not(:last-child)::after {
	color: #91a39c;
	content: "/";
}

.vk-breadcrumbs a {
	font-weight: 650;
}

/* Homepage hero */
.vk-hero {
	overflow: hidden;
	padding-block: clamp(3.5rem, 7vw, 7rem);
	position: relative;
}

.vk-home-hero {
	background:
		radial-gradient(circle at 8% 5%, rgba(244, 184, 96, 0.23), transparent 30rem),
		radial-gradient(circle at 90% 90%, rgba(78, 180, 101, 0.16), transparent 35rem),
		var(--vk-background);
}

.vk-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.03fr) minmax(22rem, 0.97fr);
}

.vk-hero-copy {
	position: relative;
	z-index: 2;
}

.vk-hero-copy h1 {
	font-size: clamp(3rem, 6.2vw, 5.7rem);
	max-width: 12ch;
}

.vk-hero-copy h1 em {
	color: var(--vk-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 650;
}

.vk-hero-copy .vk-lead {
	max-width: 40rem;
}

.vk-hero-copy .vk-button-row {
	margin-block: 2rem 1.5rem;
}

.vk-trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vk-trust-list li {
	align-items: center;
	color: var(--vk-muted);
	display: flex;
	font-size: 0.86rem;
	font-weight: 650;
	gap: 0.35rem;
}

.vk-trust-list svg {
	fill: none;
	height: 1rem;
	stroke: var(--vk-primary);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 1rem;
}

.vk-hero-visual {
	position: relative;
}

.vk-hero-visual picture {
	border: 0.5rem solid rgba(255, 255, 255, 0.9);
	border-radius: 48% 48% 42% 42% / 42% 42% 32% 32%;
	box-shadow: var(--vk-shadow-md);
	overflow: hidden;
	position: relative;
	transform: rotate(1.5deg);
	z-index: 2;
}

.vk-hero-visual img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
}

.vk-hero-blob {
	background: var(--vk-gold);
	border-radius: 55% 45% 55% 45%;
	filter: saturate(0.9);
	height: 90%;
	position: absolute;
	right: -7%;
	top: -4%;
	transform: rotate(-8deg);
	width: 95%;
}

.vk-floating-note {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(215, 228, 222, 0.8);
	border-radius: 999px;
	box-shadow: var(--vk-shadow-sm);
	display: flex;
	font-size: 0.82rem;
	gap: 0.55rem;
	padding: 0.65rem 0.85rem;
	position: absolute;
	z-index: 3;
}

.vk-floating-note span {
	align-items: center;
	background: var(--vk-green-soft);
	border-radius: 50%;
	color: var(--vk-primary);
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.vk-floating-note svg {
	fill: none;
	height: 1.1rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 1.1rem;
}

.vk-note-one {
	left: -8%;
	top: 12%;
}

.vk-note-two {
	bottom: 8%;
	right: -5%;
}

/* Section headings and cards */
.vk-section-heading {
	margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.vk-section-heading h2 {
	margin-bottom: 0;
}

.vk-heading-split {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.vk-heading-split > p,
.vk-heading-split > .vk-text-link {
	max-width: 34rem;
}

.vk-centred-heading {
	margin-inline: auto;
	max-width: 47rem;
	text-align: center;
}

.vk-centred-heading .vk-eyebrow {
	justify-content: center;
}

.vk-centred-heading p {
	color: var(--vk-muted);
}

.vk-path-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vk-path-card {
	background: var(--vk-surface-alt);
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-lg);
	color: var(--vk-ink);
	display: flex;
	flex-direction: column;
	min-height: 23rem;
	padding: clamp(1.5rem, 3vw, 2rem);
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vk-path-card::before {
	background: var(--vk-green);
	border-radius: var(--vk-radius-lg) var(--vk-radius-lg) 0 0;
	content: "";
	height: 0.35rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.vk-path-card:hover {
	border-color: var(--vk-primary);
	box-shadow: var(--vk-shadow-md);
	color: var(--vk-ink);
	transform: translateY(-0.35rem);
}

.vk-path-card h3 {
	margin-bottom: 0.8rem;
}

.vk-path-card p {
	color: var(--vk-muted);
	font-size: 0.94rem;
}

.vk-path-card .vk-text-link {
	margin-top: auto;
}

.vk-path-icon,
.vk-topic-icon {
	align-items: center;
	background: var(--vk-surface);
	border-radius: 1rem;
	box-shadow: var(--vk-shadow-sm);
	color: var(--vk-primary);
	display: inline-flex;
	height: 3.5rem;
	justify-content: center;
	margin-bottom: 1.4rem;
	width: 3.5rem;
}

.vk-path-icon svg,
.vk-topic-icon svg {
	fill: none;
	height: 1.75rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 1.75rem;
}

.vk-card-kicker,
.vk-card-type {
	color: var(--vk-primary);
	font-size: 0.72rem;
	font-weight: 820;
	letter-spacing: 0.1em;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
}

.vk-path-learn::before {
	background: var(--vk-gold);
}

.vk-path-parent::before {
	background: #76a5c5;
}

.vk-path-print::before {
	background: #b390ca;
}

.vk-age-section {
	background: var(--vk-primary-dark);
	color: #fff;
}

.vk-age-section h2,
.vk-age-section .vk-eyebrow {
	color: #fff;
}

.vk-age-section .vk-centred-heading p {
	color: #dbe9e4;
}

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

.vk-age-grid a {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--vk-radius-lg);
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 13rem;
	padding: 1.5rem;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.vk-age-grid a:hover {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	transform: translateY(-0.25rem);
}

.vk-age-number {
	color: var(--vk-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: auto;
}

.vk-age-grid strong {
	font-size: 1.1rem;
	margin-bottom: 0.2rem;
}

.vk-age-grid a > span:last-child {
	color: #dbe9e4;
	font-size: 0.85rem;
}

.vk-resource-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vk-resource-card {
	background: var(--vk-surface);
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-lg);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vk-resource-card:hover {
	border-color: #9dbbb0;
	box-shadow: var(--vk-shadow-md);
	transform: translateY(-0.25rem);
}

.vk-card-media,
.vk-card-placeholder {
	aspect-ratio: 3 / 2;
	background: linear-gradient(135deg, var(--vk-green-soft), var(--vk-gold-soft));
	display: block;
	overflow: hidden;
}

.vk-card-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.vk-resource-card:hover .vk-card-media img {
	transform: scale(1.035);
}

.vk-card-placeholder {
	align-items: center;
	display: flex;
	justify-content: center;
}

.vk-card-placeholder .vk-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	color: var(--vk-primary);
	height: 4.5rem;
	justify-content: center;
	width: 4.5rem;
}

.vk-card-placeholder svg {
	height: 2rem;
	width: 2rem;
}

.vk-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.5rem;
}

.vk-card-body h3 {
	font-size: 1.35rem;
	margin-bottom: 0.65rem;
}

.vk-card-body h3 a {
	color: var(--vk-primary-dark);
	text-decoration: none;
}

.vk-card-body h3 a:hover {
	text-decoration: underline;
}

.vk-card-body > p {
	color: var(--vk-muted);
	font-size: 0.92rem;
}

.vk-card-body > .vk-text-link {
	font-size: 0.9rem;
	margin-top: auto;
}

.vk-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.8rem;
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.vk-card-meta li {
	align-items: center;
	color: var(--vk-muted);
	display: flex;
	font-size: 0.78rem;
	font-weight: 650;
	gap: 0.3rem;
}

.vk-card-meta svg {
	fill: none;
	height: 0.95rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 0.95rem;
}

.vk-empty-state {
	align-items: center;
	background: var(--vk-surface-alt);
	border: 1px dashed #9dbbb0;
	border-radius: var(--vk-radius-lg);
	display: flex;
	flex-direction: column;
	padding: clamp(2.5rem, 6vw, 5rem);
	text-align: center;
}

.vk-empty-state h2,
.vk-empty-state h3 {
	margin-bottom: 0.65rem;
}

.vk-empty-state p {
	color: var(--vk-muted);
	max-width: 38rem;
}

.vk-icon-large {
	align-items: center;
	background: var(--vk-green-soft);
	border-radius: 50%;
	color: var(--vk-primary);
	height: 4.5rem;
	justify-content: center;
	margin-bottom: 1.2rem;
	width: 4.5rem;
}

.vk-icon-large svg {
	height: 2rem;
	width: 2rem;
}

.vk-trust-section {
	background: linear-gradient(135deg, var(--vk-gold-soft), var(--vk-background));
}

.vk-trust-grid {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.vk-trust-intro {
	position: sticky;
	top: calc(var(--vk-header-height) + 2rem);
}

.vk-trust-intro > p:not(.vk-eyebrow) {
	color: var(--vk-muted);
}

.vk-principle-list {
	display: grid;
	gap: 1rem;
}

.vk-principle-list article {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(215, 228, 222, 0.9);
	border-radius: var(--vk-radius-lg);
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
	padding: 1.4rem;
}

.vk-principle-list article > span {
	align-items: center;
	background: var(--vk-green-soft);
	border-radius: var(--vk-radius-md);
	color: var(--vk-primary);
	display: flex;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.vk-principle-list svg {
	fill: none;
	height: 1.5rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.5rem;
}

.vk-principle-list h3 {
	font-size: 1.15rem;
	margin-bottom: 0.35rem;
}

.vk-principle-list p {
	color: var(--vk-muted);
	font-size: 0.9rem;
	margin: 0;
}

.vk-cta-band {
	background: var(--vk-primary);
	color: #fff;
	padding-block: clamp(3rem, 6vw, 5rem);
}

.vk-cta-band h2,
.vk-cta-band .vk-eyebrow {
	color: #fff;
}

.vk-cta-band h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
	margin-bottom: 0;
}

.vk-cta-inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

/* Hub pages */
.vk-hub-hero {
	background:
		radial-gradient(circle at 82% 22%, rgba(244, 184, 96, 0.28), transparent 18rem),
		linear-gradient(135deg, var(--vk-background), var(--vk-green-soft));
	padding-block: clamp(3rem, 7vw, 6rem);
}

.vk-hub-hero-inner {
	align-items: center;
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.vk-hub-hero h1 {
	font-size: clamp(2.8rem, 6vw, 5.2rem);
	max-width: 15ch;
}

.vk-hub-hero .vk-button {
	margin-top: 1rem;
}

.vk-hub-mark {
	align-items: center;
	background: var(--vk-surface);
	border: 0.6rem solid rgba(255, 255, 255, 0.6);
	border-radius: 40% 60% 52% 48%;
	box-shadow: var(--vk-shadow-md);
	color: var(--vk-primary);
	display: flex;
	height: clamp(12rem, 22vw, 17rem);
	justify-content: center;
	transform: rotate(5deg);
	width: clamp(12rem, 22vw, 17rem);
}

.vk-hub-mark svg {
	fill: none;
	height: 45%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
	transform: rotate(-5deg);
	width: 45%;
}

.vk-topic-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vk-topic-card {
	align-items: center;
	background: var(--vk-surface);
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-lg);
	color: var(--vk-ink);
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr auto;
	min-height: 8rem;
	padding: 1.25rem;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vk-topic-card:hover {
	border-color: var(--vk-primary);
	box-shadow: var(--vk-shadow-sm);
	color: var(--vk-ink);
	transform: translateY(-0.15rem);
}

.vk-topic-icon {
	height: 3rem;
	margin: 0;
	width: 3rem;
}

.vk-topic-icon svg {
	height: 1.4rem;
	width: 1.4rem;
}

.vk-topic-card strong,
.vk-topic-card small {
	display: block;
}

.vk-topic-card strong {
	color: var(--vk-primary-dark);
	font-size: 1.02rem;
	margin-bottom: 0.15rem;
}

.vk-topic-card small {
	color: var(--vk-muted);
	font-size: 0.8rem;
	line-height: 1.45;
}

.vk-topic-arrow {
	color: var(--vk-primary);
}

.vk-topic-arrow svg {
	fill: none;
	height: 1.15rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1.15rem;
}

.vk-library-section {
	border-top: 1px solid var(--vk-border);
}

.vk-filter-form {
	background: var(--vk-surface-alt);
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-lg);
	margin-bottom: 2.5rem;
	padding: 1.5rem;
}

.vk-filter-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vk-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.25rem;
}

.vk-results-count {
	color: var(--vk-muted);
	font-size: 0.9rem;
	font-weight: 680;
	margin-bottom: 1.25rem;
}

/* About, standard pages and contact */
.vk-about-hero,
.vk-contact-hero,
.vk-page-header {
	background: linear-gradient(135deg, var(--vk-background), var(--vk-green-soft));
	padding-block: clamp(3rem, 7vw, 6rem);
}

.vk-about-grid,
.vk-contact-grid,
.vk-content-split {
	display: grid;
	gap: clamp(2.5rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.vk-about-quote {
	align-self: center;
	background: var(--vk-primary-dark);
	border-radius: 45% 55% 48% 52%;
	box-shadow: var(--vk-shadow-md);
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	line-height: 1.45;
	padding: clamp(2.5rem, 5vw, 4.5rem);
	transform: rotate(2deg);
}

.vk-about-quote > span {
	color: var(--vk-gold);
	display: block;
	margin-bottom: 1rem;
}

.vk-about-quote svg {
	fill: none;
	height: 2rem;
	stroke: currentColor;
	stroke-width: 1.7;
	width: 2rem;
}

.vk-about-quote p {
	margin: 0;
	transform: rotate(-2deg);
}

.vk-prose {
	font-size: 1.04rem;
}

.vk-prose > * {
	max-width: var(--vk-reading);
}

.vk-prose h2 {
	font-size: clamp(1.65rem, 3.5vw, 2.35rem);
	margin-top: 2.5rem;
}

.vk-prose h3 {
	margin-top: 2rem;
}

.vk-prose a {
	font-weight: 650;
}

.vk-prose blockquote {
	border-left: 0.3rem solid var(--vk-gold);
	color: var(--vk-primary-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	margin-inline: 0;
	padding-left: 1.25rem;
}

.vk-value-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vk-value-grid article {
	background: var(--vk-surface);
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-lg);
	padding: 1.5rem;
}

.vk-value-grid article > span {
	align-items: center;
	background: var(--vk-green-soft);
	border-radius: var(--vk-radius-md);
	color: var(--vk-primary);
	display: flex;
	height: 3rem;
	justify-content: center;
	margin-bottom: 1.2rem;
	width: 3rem;
}

.vk-value-grid svg {
	fill: none;
	height: 1.5rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.5rem;
}

.vk-value-grid h3 {
	font-size: 1.15rem;
	margin-bottom: 0.4rem;
}

.vk-value-grid p {
	color: var(--vk-muted);
	font-size: 0.88rem;
	margin: 0;
}

.vk-callout,
.vk-disclosure,
.vk-advice-note {
	background: var(--vk-gold-soft);
	border-left: 0.3rem solid var(--vk-gold);
	border-radius: var(--vk-radius-sm);
	margin-block: 1.5rem;
	padding: 1.2rem 1.3rem;
}

.vk-callout p,
.vk-disclosure p,
.vk-advice-note p {
	margin: 0.3rem 0 0;
}

.vk-contact-grid {
	align-items: start;
}

.vk-contact-copy {
	padding-top: 2rem;
}

.vk-contact-points {
	display: grid;
	gap: 1rem;
	margin-top: 2.5rem;
}

.vk-contact-points > div {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: auto 1fr;
}

.vk-contact-points > div > span {
	align-items: center;
	background: var(--vk-surface);
	border-radius: var(--vk-radius-md);
	color: var(--vk-primary);
	display: flex;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.vk-contact-points svg {
	fill: none;
	height: 1.45rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.45rem;
}

.vk-contact-points strong {
	display: block;
}

.vk-contact-points p {
	color: var(--vk-muted);
	font-size: 0.9rem;
	margin: 0;
}

.vk-contact-card {
	background: var(--vk-surface);
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-xl);
	box-shadow: var(--vk-shadow-md);
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.vk-contact-card h2 {
	font-size: 1.8rem;
}

.vk-contact-form {
	display: grid;
	gap: 1.1rem;
}

.vk-field small {
	color: var(--vk-muted);
	display: block;
	font-size: 0.78rem;
	margin-top: 0.25rem;
}

.vk-checkbox {
	align-items: flex-start;
	display: flex;
	font-size: 0.85rem;
	gap: 0.6rem;
	line-height: 1.5;
}

.vk-checkbox input {
	height: 1.15rem;
	margin-top: 0.15rem;
	min-height: 1.15rem;
	width: 1.15rem;
}

.vk-honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

.vk-form-message {
	border-radius: var(--vk-radius-sm);
	font-size: 0.9rem;
	font-weight: 650;
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
}

.vk-form-message-success {
	background: #e4f5e9;
	border: 1px solid #8bc59e;
	color: var(--vk-success);
}

.vk-form-message-error {
	background: #fff0f0;
	border: 1px solid #d99a9a;
	color: var(--vk-danger);
}

.vk-standard-page .vk-page-header h1,
.vk-search-header h1 {
	margin-bottom: 0;
}

.vk-page-header .vk-lead p {
	margin: 0;
}

.vk-search-form-page {
	margin-top: 2rem;
	max-width: 42rem;
}

.vk-not-found {
	background: linear-gradient(135deg, var(--vk-background), var(--vk-gold-soft));
	min-height: 65vh;
	padding-block: clamp(4rem, 10vw, 9rem);
	text-align: center;
}

.vk-not-found .vk-eyebrow,
.vk-not-found .vk-button-row {
	justify-content: center;
}

.vk-not-found .vk-lead {
	margin-inline: auto;
}

.vk-404-mark {
	color: rgba(28, 86, 77, 0.1);
	display: block;
	font-size: clamp(6rem, 20vw, 14rem);
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.75;
	margin-bottom: -1rem;
}

/* Single resources */
.vk-resource-header {
	background: linear-gradient(135deg, var(--vk-background), var(--vk-green-soft));
	padding-block: clamp(3rem, 7vw, 6rem);
}

.vk-resource-header-grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.vk-resource-header h1 {
	font-size: clamp(2.7rem, 5.5vw, 4.8rem);
}

.vk-published-meta {
	color: var(--vk-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8rem;
	gap: 0.35rem 1rem;
	margin-block: 1.5rem;
}

.vk-resource-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vk-resource-facts li {
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-md);
	display: grid;
	gap: 0 0.5rem;
	grid-template-columns: auto 1fr;
	padding: 0.65rem 0.85rem;
}

.vk-resource-facts li > span {
	color: var(--vk-primary);
	grid-row: 1 / 3;
}

.vk-resource-facts svg {
	fill: none;
	height: 1.35rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.35rem;
}

.vk-resource-facts small {
	color: var(--vk-muted);
	font-size: 0.7rem;
	line-height: 1.2;
}

.vk-resource-facts strong {
	font-size: 0.86rem;
	line-height: 1.25;
}

.vk-resource-featured {
	border: 0.45rem solid rgba(255, 255, 255, 0.85);
	border-radius: var(--vk-radius-xl);
	box-shadow: var(--vk-shadow-md);
	margin: 0;
	overflow: hidden;
}

.vk-resource-featured img {
	aspect-ratio: 3 / 2;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vk-resource-featured-placeholder {
	align-items: center;
	aspect-ratio: 3 / 2;
	background: linear-gradient(135deg, var(--vk-gold-soft), var(--vk-green-soft));
	display: flex;
	justify-content: center;
}

.vk-resource-featured-placeholder span {
	color: var(--vk-primary);
}

.vk-resource-featured-placeholder svg {
	fill: none;
	height: 5rem;
	stroke: currentColor;
	stroke-width: 1.2;
	width: 5rem;
}

.vk-article-layout {
	align-items: start;
	display: grid;
	gap: clamp(2.5rem, 6vw, 5rem);
	grid-template-columns: minmax(14rem, 18rem) minmax(0, var(--vk-reading));
	justify-content: center;
}

.vk-article-main,
.vk-article-content {
	min-width: 0;
}

.vk-article-sidebar {
	display: grid;
	gap: 1rem;
	position: sticky;
	top: calc(var(--vk-header-height) + 2rem);
}

.vk-summary-box {
	background: var(--vk-gold-soft);
	border: 1px solid #edcf95;
	border-radius: var(--vk-radius-lg);
	padding: 1.35rem;
}

.vk-summary-box .vk-eyebrow {
	margin-bottom: 0.55rem;
}

.vk-summary-box p:last-child {
	font-size: 0.92rem;
	margin: 0;
}

.vk-download-button,
.vk-product-button {
	width: 100%;
}

.vk-resource-tags {
	border-top: 1px solid var(--vk-border);
	padding-top: 1rem;
}

.vk-resource-tags > strong {
	display: block;
	font-size: 0.82rem;
	margin-bottom: 0.55rem;
}

.vk-resource-tags ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vk-resource-tags a {
	background: var(--vk-green-soft);
	border-radius: 999px;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 650;
	padding: 0.25rem 0.55rem;
	text-decoration: none;
}

.vk-article-content > *:first-child {
	margin-top: 0;
}

.vk-pro-con-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block: 2rem;
}

.vk-pro-con-grid section {
	background: var(--vk-surface-alt);
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-lg);
	padding: 1.35rem;
}

.vk-pro-con-grid h2 {
	font-size: 1.3rem;
}

.vk-pro-con-grid ul {
	margin-bottom: 0;
	padding-left: 1.2rem;
}

.vk-sources {
	border-top: 1px solid var(--vk-border);
	margin-top: 2.5rem;
	padding-top: 2rem;
}

.vk-sources h2 {
	font-size: 1.5rem;
}

.vk-sources li {
	overflow-wrap: anywhere;
}

.vk-advice-note {
	align-items: flex-start;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: auto 1fr;
}

.vk-advice-note > span {
	color: var(--vk-primary);
	margin-top: 0.25rem;
}

.vk-advice-note svg {
	fill: none;
	height: 1.5rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.5rem;
}

.vk-author-box {
	align-items: center;
	background: var(--vk-primary-dark);
	border-radius: var(--vk-radius-lg);
	color: #fff;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto 1fr;
	margin-top: 3rem;
	padding: 1.5rem;
}

.vk-author-box h2,
.vk-author-box .vk-eyebrow {
	color: #fff;
}

.vk-author-box h2 {
	font-size: 1.35rem;
	margin-bottom: 0.35rem;
}

.vk-author-box p:last-child {
	color: #dbe9e4;
	font-size: 0.88rem;
	margin: 0;
}

.vk-author-mark {
	align-items: center;
	background: var(--vk-gold);
	border-radius: 50%;
	color: var(--vk-primary-deep);
	display: flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	font-weight: 800;
	height: 4rem;
	justify-content: center;
	width: 4rem;
}

.vk-related-section {
	background: var(--vk-background);
}

.navigation.pagination {
	margin-top: 2.5rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.page-numbers {
	align-items: center;
	background: var(--vk-surface);
	border: 1px solid var(--vk-border);
	border-radius: 999px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: 0.45rem 0.8rem;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--vk-primary);
	border-color: var(--vk-primary);
	color: #fff;
}

/* Footer */
.vk-site-footer {
	background: var(--vk-primary-deep);
	color: #dbe9e4;
}

.vk-footer-main {
	display: grid;
	gap: clamp(2rem, 5vw, 4.5rem);
	grid-template-columns: minmax(14rem, 1.5fr) repeat(3, minmax(9rem, 1fr));
	margin-inline: auto;
	max-width: var(--vk-container);
	padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 2.5rem);
}

.vk-footer-brand p {
	font-size: 0.9rem;
	max-width: 22rem;
}

.vk-footer-logo {
	display: inline-block;
	filter: brightness(0) invert(1);
	line-height: 0;
	margin-bottom: 1.2rem;
	opacity: 0.96;
	width: 12rem;
}

.vk-footer-column h2 {
	color: #fff;
	font-size: 0.82rem;
	font-weight: 820;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.vk-footer-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vk-footer-column li + li {
	margin-top: 0.5rem;
}

.vk-footer-column a:not(.vk-button) {
	color: #dbe9e4;
	font-size: 0.88rem;
	text-decoration: none;
}

.vk-footer-column a:not(.vk-button):hover {
	color: #fff;
	text-decoration: underline;
}

.vk-footer-contact p {
	font-size: 0.88rem;
}

.vk-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	font-size: 0.75rem;
	gap: 1rem 2rem;
	justify-content: space-between;
	margin-inline: auto;
	max-width: var(--vk-container);
	padding: 1.25rem clamp(1.25rem, 4vw, 2.5rem);
}

.vk-footer-bottom p {
	margin: 0;
}

/* Tablet */
@media (max-width: 68rem) {
	:root {
		--vk-header-height: 4.5rem;
	}

	.vk-header-inner {
		grid-template-columns: auto 1fr auto;
		min-height: var(--vk-header-height);
	}

	.vk-primary-nav {
		background: var(--vk-surface);
		border-top: 1px solid var(--vk-border);
		box-shadow: var(--vk-shadow-md);
		display: none;
		left: 0;
		max-height: calc(100vh - var(--vk-header-height));
		overflow-y: auto;
		position: absolute;
		top: 100%;
		width: 100%;
	}

	.vk-primary-nav.is-open {
		display: block;
	}

	.vk-nav-list,
	.vk-primary-nav .menu {
		align-items: stretch;
		display: grid;
		gap: 0;
		margin-inline: auto;
		max-width: var(--vk-container);
		padding: 1rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
	}

	.vk-nav-list a,
	.vk-primary-nav .menu-item > a {
		border-bottom: 1px solid var(--vk-border);
		border-radius: 0;
		font-size: 1rem;
		justify-content: space-between;
		min-height: 3.25rem;
		padding-inline: 0.25rem;
	}

	.vk-primary-nav .current-menu-item > a::after,
	.vk-primary-nav .current_page_item > a::after {
		bottom: auto;
		height: 1.3rem;
		left: auto;
		right: 0.5rem;
		top: 50%;
		transform: translateY(-50%);
		width: 0.22rem;
	}

	.vk-menu-toggle {
		display: inline-flex;
	}

	.vk-hero-grid {
		gap: 3.5rem;
		grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.85fr);
	}

	.vk-note-one {
		left: -3%;
	}

	.vk-note-two {
		right: -2%;
	}

	.vk-path-grid,
	.vk-value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vk-path-card {
		min-height: 20rem;
	}

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

	.vk-footer-main {
		grid-template-columns: 1.5fr repeat(2, 1fr);
	}

	.vk-footer-contact {
		grid-column: 2 / 4;
	}
}

/* Mobile and small tablet */
@media (max-width: 50rem) {
	.admin-bar .vk-site-header {
		top: 46px;
	}

	.vk-hero-grid,
	.vk-trust-grid,
	.vk-about-grid,
	.vk-contact-grid,
	.vk-content-split,
	.vk-resource-header-grid,
	.vk-article-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.vk-hero-copy h1 {
		max-width: 14ch;
	}

	.vk-hero-visual {
		margin-inline: auto;
		max-width: 34rem;
		width: 92%;
	}

	.vk-floating-note {
		font-size: 0.76rem;
	}

	.vk-heading-split,
	.vk-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.vk-age-grid,
	.vk-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vk-age-grid a {
		min-height: 11rem;
	}

	.vk-trust-intro,
	.vk-article-sidebar {
		position: static;
	}

	.vk-hub-hero-inner {
		grid-template-columns: 1fr;
	}

	.vk-hub-mark {
		height: 10rem;
		justify-self: end;
		width: 10rem;
	}

	.vk-filter-grid {
		grid-template-columns: 1fr;
	}

	.vk-about-quote {
		border-radius: var(--vk-radius-xl);
		transform: none;
	}

	.vk-about-quote p {
		transform: none;
	}

	.vk-article-sidebar {
		grid-row: 1;
	}

	.vk-footer-main {
		grid-template-columns: repeat(2, 1fr);
	}

	.vk-footer-brand,
	.vk-footer-contact {
		grid-column: 1 / -1;
	}

	.vk-footer-bottom {
		flex-direction: column;
	}
}

@media (max-width: 36rem) {
	:root {
		--vk-section: 3.75rem;
	}

	.vk-container,
	.vk-header-inner {
		padding-inline: 1rem;
	}

	.vk-brand {
		width: 9.6rem;
	}


	.vk-menu-toggle {
		min-width: 3.125rem;
	}

	.vk-menu-toggle > span:last-child {
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.vk-hero {
		padding-top: 3rem;
	}

	.vk-hero-copy h1,
	.vk-hub-hero h1,
	.vk-resource-header h1 {
		font-size: clamp(2.5rem, 13vw, 3.6rem);
	}

	.vk-button-row,
	.vk-button-row .vk-button {
		width: 100%;
	}

	.vk-trust-list {
		display: grid;
	}

	.vk-floating-note {
		display: none;
	}

	.vk-path-grid,
	.vk-age-grid,
	.vk-resource-grid,
	.vk-topic-grid,
	.vk-value-grid,
	.vk-pro-con-grid {
		grid-template-columns: 1fr;
	}

	.vk-path-card {
		min-height: 18rem;
	}

	.vk-topic-card {
		grid-template-columns: auto 1fr;
	}

	.vk-topic-arrow {
		display: none;
	}

	.vk-age-grid a {
		min-height: 10rem;
	}

	.vk-search-control {
		align-items: stretch;
		flex-direction: column;
	}

	.vk-filter-actions .vk-button {
		width: 100%;
	}

	.vk-resource-facts {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vk-author-box {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.vk-footer-main {
		grid-template-columns: 1fr;
	}

	.vk-footer-brand,
	.vk-footer-contact {
		grid-column: auto;
	}
}

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

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

@media print {
	.vk-site-header,
	.vk-site-footer,
	.vk-breadcrumbs,
	.vk-button,
	.vk-related-section,
	.vk-article-sidebar {
		display: none !important;
	}

	body,
	.vk-section-white {
		background: #fff !important;
		color: #000 !important;
	}

	.vk-article-layout {
		display: block;
	}

	a {
		color: #000;
		text-decoration: underline;
	}
}

/* v4 launch cluster and lead-magnet system */
.vk-scroll-table {
	margin-block: 1.75rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.vk-scroll-table table {
	border-collapse: collapse;
	font-size: 0.94rem;
	margin: 0;
	min-width: 42rem;
	width: 100%;
}

.vk-scroll-table th,
.vk-scroll-table td {
	border: 1px solid #d6e3df;
	padding: 0.8rem 0.9rem;
	text-align: left;
	vertical-align: top;
}

.vk-scroll-table th {
	background: #e8f5ee;
	color: #1c564d;
	font-weight: 750;
}

.vk-scroll-table tbody tr:nth-child(even) {
	background: #f7faf8;
}

.vk-mota-note {
	background: #fff7e8;
	border-inline-start: 0.3rem solid #f4b860;
	border-radius: 0 var(--vk-radius-md) var(--vk-radius-md) 0;
	color: #31413d;
	margin-block: 2rem;
	padding: 1.15rem 1.25rem;
}

.vk-faq h3 {
	font-size: 1.08rem;
	margin-top: 1.5rem;
}

.vk-faq p {
	margin-top: 0.35rem;
}

.vk-pack-cta {
	align-items: center;
	background: linear-gradient(135deg, #e8f5ee, #fff7e8);
	border: 1px solid #bed7ce;
	border-radius: var(--vk-radius-xl);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-block: 2.5rem;
	padding: clamp(1.4rem, 4vw, 2.2rem);
}

.vk-pack-cta h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0.2rem 0 0.55rem;
}

.vk-pack-cta p:last-child {
	margin-bottom: 0;
}

.vk-signup-form {
	background: #f7faf8;
	border: 1px solid #c9d9d3;
	border-radius: var(--vk-radius-lg);
	display: grid;
	gap: 1.1rem;
	margin-block: 2rem;
	padding: clamp(1.25rem, 4vw, 2rem);
}

.vk-signup-form .vk-form-row {
	display: grid;
	gap: 0.4rem;
}

.vk-signup-form label {
	color: #17211f;
	font-weight: 700;
}

.vk-signup-form label span,
.vk-form-privacy {
	color: #66736f;
	font-size: 0.82rem;
	font-weight: 400;
}

.vk-signup-form input[type="text"],
.vk-signup-form input[type="email"] {
	background: #fff;
	border: 1px solid #9cb5ad;
	border-radius: 0.65rem;
	font-size: 1rem;
	min-height: 3.1rem;
	padding: 0.7rem 0.85rem;
	width: 100%;
}

.vk-signup-form input:focus {
	border-color: #1c564d;
	box-shadow: 0 0 0 3px rgb(78 180 101 / 22%);
	outline: 2px solid transparent;
}

.vk-consent {
	align-items: flex-start;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: auto 1fr;
}

.vk-consent input {
	height: 1.2rem;
	margin-top: 0.15rem;
	width: 1.2rem;
}

.vk-honeypot {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.vk-form-alert {
	border-radius: var(--vk-radius-md);
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
}

.vk-form-error {
	background: #fff0f0;
	border: 1px solid #d99191;
	color: #7b2525;
}

.vk-pack-landing-hero {
	background: linear-gradient(145deg, #f7faf8 0%, #e8f5ee 58%, #fff7e8 100%);
	padding-block: clamp(3rem, 8vw, 6.5rem);
}

.vk-pack-landing-grid,
.vk-home-pack-grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 7vw, 5rem);
	grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
}

.vk-pack-landing-hero h1 {
	font-size: clamp(2.7rem, 6vw, 5rem);
	max-width: 13ch;
}

.vk-pack-cover-card,
.vk-pack-preview {
	align-content: center;
	background: #fff;
	border: 1px solid #bcd4cc;
	border-radius: 2rem;
	box-shadow: 0 1.25rem 3.25rem rgb(28 86 77 / 14%);
	display: grid;
	justify-items: center;
	min-height: 24rem;
	padding: 2rem;
	text-align: center;
	transform: rotate(2deg);
}

.vk-pack-preview img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	border-radius: 1rem;
}

.vk-pack-cover-card img,
.vk-landing-pack-preview img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1rem;
}

.vk-landing-pack-preview {
	margin-block: 2rem;
}

.vk-landing-pack-preview figcaption {
	color: #66736f;
	font-size: 0.9rem;
	margin-top: 0.6rem;
}

.vk-pack-cover-card span,
.vk-pack-preview span {
	color: #4eb465;
	font-size: clamp(4rem, 9vw, 7rem);
	font-weight: 800;
	line-height: 1;
}

.vk-pack-cover-card strong,
.vk-pack-preview strong {
	color: #1c564d;
	font-size: 1.45rem;
	line-height: 1.25;
	margin-block: 1rem 0.5rem;
}

.vk-pack-cover-card small,
.vk-pack-preview small {
	color: #66736f;
	line-height: 1.6;
}

.vk-pack-content-grid {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.38fr);
}

.vk-pack-side {
	background: #1c564d;
	border-radius: var(--vk-radius-xl);
	color: #fff;
	padding: 1.6rem;
	position: sticky;
	top: 7rem;
}

.vk-pack-side strong {
	font-size: 1.2rem;
}

.vk-pack-side li,
.vk-pack-side p {
	color: rgb(255 255 255 / 86%);
}

.vk-home-pack {
	border-block: 1px solid #dce8e4;
}

.vk-home-pack h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.vk-home-pack .vk-pack-preview {
	min-height: 18rem;
	transform: rotate(-2deg);
}

@media (max-width: 52rem) {
	.vk-pack-cta,
	.vk-pack-landing-grid,
	.vk-pack-content-grid,
	.vk-home-pack-grid {
		grid-template-columns: 1fr;
	}

	.vk-pack-cta .vk-button {
		justify-self: start;
	}

	.vk-pack-cover-card,
	.vk-pack-preview {
		min-height: 18rem;
		transform: none;
	}

	.vk-pack-side {
		position: static;
	}
}

@media (max-width: 36rem) {
	.vk-pack-cta .vk-button,
	.vk-signup-form .vk-button {
		width: 100%;
	}
}
