/*
 * Vital Report Labs — clinical/professional type & accessibility layer.
 * Targets WCAG 2.1 AA: 16px+ UI text, 4.5:1 body contrast, 48px touch targets.
 */

/* Parent theme uses 10px html — reset so our rem scale = real 16px+ type */
html:has(body.vrl-site) {
	font-size: 16px;
}

:root {
	--vrl-ink: #1c1b1b;
	--vrl-ink-soft: #3d3d3d;
	--vrl-ink-muted: #5c7a72;
	--vrl-paper: #ffffff;
	--vrl-cream: #f9f9f5;
	--vrl-surface: #fafaf9;
	--vrl-accent: #008a52;
	--vrl-accent-hover: #007a48;
	--vrl-accent-dark: #1a3c34;
	--vrl-accent-soft: #e8f5ef;
	--vrl-border: #e5e2e1;
	--vrl-border-strong: #767676;
	--vrl-font-display: "Barlow Condensed", sans-serif;
	--vrl-font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--vrl-font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
	--vrl-radius: 10px;
	--vrl-radius-btn: 999px;
	--vrl-shadow: 0 8px 28px rgba(26, 26, 26, 0.06);
	--vrl-max: 1240px;
	--vrl-shell-max: 1240px;
	--vrl-shell-pad: clamp(1.5rem, 4vw, 2.5rem);

	/* Type scale — readable, capped (16px root) */
	--vrl-text-disclaimer: 0.8125rem;
	--vrl-text-min: 0.9375rem;
	--vrl-text-xs: 0.8125rem;
	--vrl-text-sm: 0.9375rem;
	--vrl-text-base: 0.9375rem;
	--vrl-text-lg: 1rem;
	--vrl-text-xl: 1.0625rem;
	--vrl-text-2xl: 1.1875rem;
	--vrl-text-nav: 0.875rem;
	--vrl-heading-display: clamp(1.75rem, 3.2vw, 2.25rem);
	--vrl-heading-page: clamp(1.5rem, 2.5vw, 1.9375rem);
	--vrl-heading-section: clamp(1.25rem, 2vw, 1.75rem);
	--vrl-heading-card: clamp(0.9375rem, 1.1vw, 1rem);
	--vrl-leading-tight: 1.25;
	--vrl-leading-body: 1.65;
	--vrl-leading-loose: 1.75;

	--vrl-gap-sm: 2rem;
	--vrl-gap-md: 2.75rem;
	--vrl-gap-lg: 3.5rem;
	--vrl-gap-section: clamp(3rem, 5vw, 4.25rem);

	/* Focus ring — visible on keyboard nav */
	--vrl-focus: #008a52;
	--vrl-focus-offset: 3px;
}

/* Base typography */
body.vrl-site {
	background: var(--vrl-cream);
	color: var(--vrl-ink);
	font-family: var(--vrl-font-body);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-body);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}

body.vrl-site p,
body.vrl-site li,
body.vrl-site label,
body.vrl-site input,
body.vrl-site textarea,
body.vrl-site select,
body.vrl-site button {
	font-size: inherit;
	line-height: inherit;
}

/* Readable floor — no content text below 15px except disclaimers */
body.vrl-site .entry-content p,
body.vrl-site .entry-content li,
body.vrl-site .entry-content td,
body.vrl-site .entry-content th,
body.vrl-site .vrl-section p,
body.vrl-site .vrl-section li,
body.vrl-site .vrl-section label,
body.vrl-site .vrl-section a:not(.vrl-disclaimer),
body.vrl-site .vrl-checklist li,
body.vrl-site .vrl-level-card,
body.vrl-site .vrl-submit-cta,
body.vrl-site .vrl-form-wrap,
body.vrl-site .vrl-footer nav a,
body.vrl-site .vrl-footer__brand span,
body.vrl-site .vrl-footer__about {
	font-size: max(var(--vrl-text-min), 1em);
}

body.vrl-site .vrl-disclaimer,
body.vrl-site .vrl-footer__bottom.vrl-disclaimer {
	font-size: var(--vrl-text-disclaimer);
	line-height: var(--vrl-leading-body);
}

/* Display serif — hero & page titles only */
body.vrl-site .vrl-hero h1,
body.vrl-site .vrl-page-hero h1,
body.vrl-site .vrl-display {
	font-family: var(--vrl-font-serif);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: var(--vrl-leading-tight);
}

/* Section headings — clean sans for legibility */
body.vrl-site h2,
body.vrl-site h3,
body.vrl-site h4 {
	font-family: var(--vrl-font-display);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--vrl-ink);
	line-height: var(--vrl-leading-tight);
}

body.vrl-site h2 {
	font-size: var(--vrl-heading-section);
}

body.vrl-site h3 {
	font-size: var(--vrl-heading-card);
}

body.vrl-site h4 {
	font-size: var(--vrl-text-lg);
}

body.vrl-site a:not(.wp-block-button__link):not(.vrl-btn):not(.vrl-disclaimer) {
	color: var(--vrl-accent);
	text-underline-offset: 0.15em;
}

body.vrl-site a:not(.wp-block-button__link):not(.vrl-btn):not(.vrl-disclaimer):hover {
	color: var(--vrl-accent-hover);
}

/* Header links stay neutral — not brand green */
body.vrl-site .site-header a:not(.vrl-btn):not(.wp-block-button__link) {
	color: var(--vrl-ink);
	box-shadow: none;
	text-decoration: none;
}

body.vrl-site .site-header a:not(.vrl-btn):not(.wp-block-button__link):hover,
body.vrl-site .site-header a:not(.vrl-btn):not(.wp-block-button__link):focus-visible {
	color: var(--vrl-ink-soft);
}

/* Skip link */
.vrl-skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 99999;
}

.vrl-skip-link:focus {
	left: 1rem;
	top: 1rem;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 0.75rem 1.25rem;
	background: var(--vrl-ink);
	color: #fff;
	font-size: var(--vrl-text-sm);
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--vrl-focus);
}

/* Global focus styles */
body.vrl-site a:focus-visible,
body.vrl-site button:focus-visible,
body.vrl-site input:focus-visible,
body.vrl-site textarea:focus-visible,
body.vrl-site select:focus-visible,
body.vrl-site summary:focus-visible {
	outline: 3px solid var(--vrl-focus);
	outline-offset: var(--vrl-focus-offset);
}

/* Layout shell — shared left/right edges site-wide */
body.vrl-site .container {
	max-width: var(--vrl-shell-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: var(--vrl-shell-pad) !important;
	padding-right: var(--vrl-shell-pad) !important;
	width: 100%;
	box-sizing: border-box;
}

body.vrl-site .vrl-shell,
body.vrl-site .vrl-hero__inner,
body.vrl-site .vrl-section__inner,
body.vrl-site .vrl-page-hero > .wp-block-group__inner-container,
body.vrl-site .vrl-footer__inner,
body.vrl-site .vrl-footer__bottom {
	max-width: var(--vrl-shell-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--vrl-shell-pad);
	padding-right: var(--vrl-shell-pad);
	width: 100%;
	box-sizing: border-box;
}

body.vrl-site .entry-content > .wp-block-group.vrl-section:not(.alignfull) {
	max-width: var(--vrl-shell-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--vrl-shell-pad);
	padding-right: var(--vrl-shell-pad);
	width: 100%;
	box-sizing: border-box;
}

/* Layout shell — full-width content (parent #primary defaults to 70% / 830px) */
body.vrl-site #page.site.container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.vrl-site #primary.content-area {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.vrl-site .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

body.vrl-site .entry-content,
body.vrl-site .site-main,
body.vrl-site .post-content {
	max-width: none;
}

body.vrl-site .entry-content > .alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* WordPress nested constrained wrappers — one shared shell edge with header */
body.vrl-site .entry-content > .alignfull.vrl-hero > .wp-block-group__inner-container,
body.vrl-site .entry-content > .alignfull.vrl-section > .wp-block-group__inner-container {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.vrl-site .entry-content > .alignfull.vrl-home-journey-wrap > .wp-block-group__inner-container {
	max-width: var(--vrl-shell-max) !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: var(--vrl-shell-pad) !important;
	padding-right: var(--vrl-shell-pad) !important;
	box-sizing: border-box;
}

body.vrl-site .vrl-hero__inner,
body.vrl-site .vrl-section__inner,
body.vrl-site .vrl-home-journey-wrap > .wp-block-group__inner-container {
	max-width: var(--vrl-shell-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--vrl-shell-pad);
	padding-right: var(--vrl-shell-pad);
	width: 100%;
	box-sizing: border-box;
}

body.vrl-site .vrl-hero__inner > .wp-block-group__inner-container,
body.vrl-site .vrl-section__inner > .wp-block-group__inner-container,
body.vrl-site .vrl-section__inner.is-layout-constrained,
body.vrl-site .vrl-hero__inner.is-layout-constrained {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.vrl-site .site-header .container,
body.vrl-site .vrl-hero__inner,
body.vrl-site .vrl-section__inner,
body.vrl-site .vrl-footer__inner,
body.vrl-site .vrl-footer__bottom {
	width: min(100%, var(--vrl-shell-max));
}

@media (min-width: 1280px) {
	:root {
		--vrl-shell-pad: 2.5rem;
	}
}

body.vrl-site .post-content > .featured-image {
	display: none;
}

body.home.vrl-site .entry-header,
body.home.vrl-site .page-header,
body.vrl-site .page-id-7 .entry-header {
	display: none !important;
}

/* Header & navigation */
body.vrl-site .site-header {
	position: sticky;
	top: 0;
	z-index: 100003;
	border-bottom: 1px solid var(--vrl-border);
	background: #fff !important;
	box-shadow: 0 1px 0 rgba(28, 27, 27, 0.04);
}

body.vrl-site .site-identity::before,
body.vrl-site .site-identity::after {
	content: none !important;
	display: none !important;
}

body.vrl-site .site-header .container {
	max-width: var(--vrl-shell-max);
	margin: 0 auto;
	padding-left: var(--vrl-shell-pad);
	padding-right: var(--vrl-shell-pad);
	box-sizing: border-box;
}

body.vrl-site .site-identity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 0.55rem 0 !important;
	float: none;
}

body.vrl-site .site-identity::after {
	display: none;
}

body.vrl-site .site-title-wrap {
	flex: 0 0 auto;
	width: auto !important;
	max-width: none !important;
	display: block;
}

body.vrl-site .site-title-wrap .titles-wrap {
	width: auto;
}

body.vrl-site .vrl-site-logo {
	display: block;
	width: 150px;
	height: auto;
	line-height: 0;
}

body.vrl-site .vrl-site-logo img {
	display: block;
	width: 100%;
	height: auto;
}

body.vrl-site .site-title a {
	color: var(--vrl-ink);
	font-family: var(--vrl-font-serif);
	font-size: clamp(1.375rem, 1.85vw, 1.625rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	text-transform: none;
	text-decoration: none;
	line-height: 1.1;
}

body.vrl-site .top-navigation-right {
	float: none;
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	max-width: none;
}

body.vrl-site .site-description {
	display: none;
}

body.vrl-site .main-navigation a {
	color: var(--vrl-ink);
	font-family: var(--vrl-font-body);
	font-weight: 600;
	font-size: var(--vrl-text-nav);
	letter-spacing: 0.01em;
	text-transform: none;
	line-height: 1.3;
	text-decoration: none;
	padding: 0.55rem 0;
	white-space: nowrap;
}

body.vrl-site .main-navigation a:hover,
body.vrl-site .main-navigation a:focus-visible {
	color: var(--vrl-ink-soft);
}

body.vrl-site .entry-content a:not(.vrl-btn):not(.wp-block-button__link),
body.vrl-site .vrl-center-note a,
body.vrl-site .vrl-step a {
	color: var(--vrl-accent);
	box-shadow: none;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	font-weight: 600;
}

body.vrl-site .entry-content a:not(.vrl-btn):not(.wp-block-button__link):hover,
body.vrl-site .vrl-center-note a:hover {
	color: var(--vrl-accent-hover);
}

body.vrl-site .main-navigation ul li.current-menu-item > a,
body.vrl-site .main-navigation ul li.current-page-item > a {
	color: var(--vrl-ink) !important;
	font-weight: 700;
}

body.vrl-site .main-navigation ul ul {
	background: #fff;
	border: 1px solid var(--vrl-border);
	border-radius: 8px;
	box-shadow: var(--vrl-shadow);
}

body.vrl-site .main-navigation ul ul a {
	font-family: var(--vrl-font-body);
	font-size: var(--vrl-text-nav);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0.01em;
	padding: 0.65rem 1rem;
	white-space: normal;
	color: var(--vrl-ink);
}

body.vrl-site .main-navigation ul ul a:hover,
body.vrl-site .main-navigation ul ul a:focus-visible {
	color: var(--vrl-ink-soft);
}

body.vrl-site .main-navigation ul ul {
	padding: 0.35rem 0;
	min-width: 260px;
}

body.vrl-site .main-navigation .menu-item-has-children > a::after,
body.vrl-site .main-navigation .page_item_has_children > a::after {
	font-size: 0.75em;
	opacity: 0.65;
}

/* Sections */
.vrl-hero,
.vrl-page-hero:not(.vrl-section--verified) {
	background:
		radial-gradient(circle at top right, rgba(26, 60, 52, 0.07), transparent 42%),
		linear-gradient(180deg, var(--vrl-cream) 0%, #ffffff 100%);
	padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(3.5rem, 5vw, 5rem);
}

.vrl-page-hero:not(.vrl-section--verified) > .wp-block-group__inner-container {
	max-width: var(--vrl-shell-max);
	margin: 0 auto;
	padding-left: var(--vrl-shell-pad);
	padding-right: var(--vrl-shell-pad);
	width: 100%;
	box-sizing: border-box;
}

body.vrl-site .vrl-page-hero:not(.vrl-section--verified) h1 {
	font-size: var(--vrl-heading-page);
	line-height: 1.1;
	margin: 0 0 1.25rem;
	max-width: 18ch;
	color: var(--vrl-ink);
}

body.vrl-site .vrl-page-hero:not(.vrl-section--verified) p {
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
	color: var(--vrl-ink-soft);
	max-width: 46ch;
	margin: 0;
}

.vrl-page-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vrl-hero__grid,
.wp-block-columns.vrl-hero__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: center;
	margin: 0;
}

/* Interior heroes — text-forward, compact illustration */
.vrl-page-hero__grid,
.wp-block-columns.vrl-page-hero__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, min(340px, 38%));
	gap: clamp(1.75rem, 3vw, 2.5rem);
	align-items: center;
	margin: 0;
}

.vrl-page-hero .vrl-hero__media {
	justify-self: end;
	width: 100%;
	max-width: 320px;
}

.vrl-page-hero .vrl-hero__image {
	margin: 0;
}

.vrl-page-hero .vrl-hero__image img {
	width: 100%;
	height: auto;
	max-height: 240px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: calc(var(--vrl-radius) + 4px);
	border: 1px solid var(--vrl-border);
	box-shadow: 0 10px 32px rgba(26, 26, 26, 0.07);
	display: block;
	background: var(--vrl-accent-soft);
}

/* Per-page hero tone — background + image crop */
body.vrl-hero-variant-coa .vrl-page-hero:not(.vrl-section--verified) {
	background:
		radial-gradient(circle at 88% 18%, rgba(0, 138, 82, 0.09), transparent 38%),
		linear-gradient(180deg, var(--vrl-cream) 0%, #ffffff 100%);
}

body.vrl-hero-variant-peaks .vrl-page-hero:not(.vrl-section--verified) {
	background:
		radial-gradient(circle at 92% 28%, rgba(26, 60, 52, 0.08), transparent 40%),
		linear-gradient(180deg, #f6faf8 0%, #ffffff 100%);
}

body.vrl-hero-variant-vials .vrl-page-hero:not(.vrl-section--verified) {
	background:
		radial-gradient(circle at 85% 22%, rgba(0, 138, 82, 0.11), transparent 42%),
		linear-gradient(180deg, #f8f9f6 0%, #ffffff 100%);
}

body.vrl-hero-variant-scope .vrl-page-hero:not(.vrl-section--verified) {
	background:
		radial-gradient(circle at 90% 20%, rgba(26, 60, 52, 0.07), transparent 44%),
		linear-gradient(180deg, #f3f8f6 0%, #ffffff 100%);
}

body.vrl-hero-variant-coa .vrl-page-hero .vrl-hero__image img {
	object-position: 52% 42%;
}

body.vrl-hero-variant-peaks .vrl-page-hero .vrl-hero__image img {
	object-position: 58% 50%;
	transform: scale(1.04);
}

body.vrl-hero-variant-vials .vrl-page-hero .vrl-hero__image img {
	object-position: 50% 38%;
}

body.vrl-hero-variant-scope .vrl-page-hero .vrl-hero__image img {
	object-position: 48% 46%;
}

body.vrl-hero-variant-peaks .vrl-page-hero .vrl-hero__image {
	transform: rotate(-1.25deg);
}

body.vrl-hero-variant-vials .vrl-page-hero .vrl-hero__image {
	transform: rotate(1deg);
}

body.vrl-hero-variant-scope .vrl-page-hero .vrl-hero__media {
	max-width: 300px;
}

body.vrl-hero-variant-scope .vrl-page-hero .vrl-hero__image img {
	max-height: 240px;
	aspect-ratio: 4 / 3;
	border-radius: calc(var(--vrl-radius) + 4px);
	object-position: 50% 40%;
	padding: 0;
	background: var(--vrl-accent-soft);
}

body.vrl-site .vrl-photo-panel {
	margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
	border-radius: calc(var(--vrl-radius) + 6px);
	overflow: hidden;
	border: 1px solid rgba(0, 138, 82, 0.12);
	box-shadow: var(--vrl-shadow);
	background: #fff;
}

body.vrl-site .vrl-photo-panel img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

body.vrl-site .vrl-media-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
	gap: clamp(1.5rem, 3vw, 2.75rem);
	align-items: center;
	margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
}

body.vrl-site .vrl-media-split__photo {
	margin: 0;
	border-radius: calc(var(--vrl-radius) + 4px);
	overflow: hidden;
	border: 1px solid rgba(0, 138, 82, 0.12);
	box-shadow: var(--vrl-shadow);
	background: #fff;
}

body.vrl-site .vrl-media-split__photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

body.vrl-site .vrl-media-split--reverse .vrl-media-split__photo {
	order: -1;
}

@media (max-width: 782px) {
	body.vrl-site .vrl-media-split {
		grid-template-columns: 1fr;
	}

	body.vrl-site .vrl-media-split--reverse .vrl-media-split__photo {
		order: 0;
	}
}

.vrl-hero__grid > .wp-block-column {
	margin: 0;
}

.vrl-hero__image {
	margin: 0;
}

.vrl-hero__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: calc(var(--vrl-radius) + 6px);
	border: 1px solid var(--vrl-border);
	box-shadow: var(--vrl-shadow);
	display: block;
	background: var(--vrl-accent-soft);
}

.vrl-hero__inner,
.vrl-section__inner {
	max-width: var(--vrl-shell-max);
	margin: 0 auto;
	padding-left: var(--vrl-shell-pad);
	padding-right: var(--vrl-shell-pad);
	width: 100%;
	box-sizing: border-box;
}

.vrl-section__inner > h2,
.vrl-section__inner > p.has-text-align-center {
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
}

.vrl-eyebrow {
	display: inline-block;
	font-size: var(--vrl-text-xs);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vrl-accent);
	margin-bottom: 1rem;
	line-height: 1.4;
}

.vrl-hero h1 {
	font-size: var(--vrl-heading-display);
	line-height: 1.08;
	margin: 0 0 1.5rem;
	max-width: none;
	color: var(--vrl-ink);
}

.vrl-hero .vrl-subhead {
	font-size: var(--vrl-text-xl) !important;
	font-weight: 600 !important;
	color: var(--vrl-ink-soft) !important;
	line-height: var(--vrl-leading-body) !important;
	max-width: 42ch;
	margin-bottom: 1rem !important;
}

.vrl-hero p {
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
	color: var(--vrl-ink-soft);
	max-width: 52ch;
	margin: 0 0 2rem;
}

.vrl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

/* Buttons — single surface only (link/anchor, not WP wrapper) */
body.vrl-site .wp-block-button.vrl-btn,
body.vrl-site .wp-block-button.vrl-btn--primary,
body.vrl-site .wp-block-button.vrl-btn--secondary,
body.vrl-site .wp-block-button.is-style-outline.vrl-btn {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0;
	box-shadow: none !important;
	border-radius: 0;
	min-height: 0;
}

body.vrl-site a.vrl-btn,
body.vrl-site button.vrl-btn,
body.vrl-site .wp-block-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 1rem 1.75rem;
	border-radius: var(--vrl-radius-btn);
	font-size: var(--vrl-text-sm);
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	box-shadow: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body.vrl-site a.vrl-btn--primary,
body.vrl-site button.vrl-btn--primary,
body.vrl-site .wp-block-button.vrl-btn--primary > .wp-block-button__link,
body.vrl-site .wp-block-button.is-style-fill .wp-block-button__link {
	background: var(--vrl-accent) !important;
	color: #ffffff !important;
	border: 2px solid var(--vrl-accent) !important;
	-webkit-text-fill-color: #ffffff !important;
}

body.vrl-site a.vrl-btn--primary:hover,
body.vrl-site button.vrl-btn--primary:hover,
body.vrl-site .wp-block-button.vrl-btn--primary > .wp-block-button__link:hover,
body.vrl-site .wp-block-button.is-style-fill .wp-block-button__link:hover {
	background: var(--vrl-accent-hover) !important;
	border-color: var(--vrl-accent-hover) !important;
	color: #ffffff !important;
}

body.vrl-site a.vrl-btn--secondary,
body.vrl-site button.vrl-btn--secondary,
body.vrl-site .wp-block-button.vrl-btn--secondary > .wp-block-button__link,
body.vrl-site .wp-block-button.is-style-outline .wp-block-button__link {
	background: #ffffff !important;
	color: var(--vrl-ink) !important;
	border: 2px solid var(--vrl-border-strong) !important;
	-webkit-text-fill-color: var(--vrl-ink) !important;
}

body.vrl-site a.vrl-btn--secondary:hover,
body.vrl-site button.vrl-btn--secondary:hover,
body.vrl-site .wp-block-button.vrl-btn--secondary > .wp-block-button__link:hover,
body.vrl-site .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--vrl-surface) !important;
	border-color: var(--vrl-ink-muted) !important;
	color: var(--vrl-ink) !important;
}

body.vrl-site a.vrl-btn:focus-visible,
body.vrl-site button.vrl-btn:focus-visible,
body.vrl-site .wp-block-button .wp-block-button__link:focus-visible {
	outline: 3px solid var(--vrl-focus);
	outline-offset: 2px;
}

.vrl-section {
	padding-top: clamp(4.25rem, 7vw, 6.5rem);
	padding-bottom: clamp(4.25rem, 7vw, 6.5rem);
	padding-left: 0;
	padding-right: 0;
}

.vrl-section + .vrl-section {
	padding-top: clamp(4.25rem, 7vw, 6.5rem);
}

body.vrl-site .vrl-page-hero + .vrl-section,
body.vrl-site .alignfull.vrl-page-hero + .wp-block-group.vrl-section {
	padding-top: clamp(2.75rem, 4.5vw, 4rem);
}

body.vrl-site .vrl-section > h2,
body.vrl-site .vrl-section > .wp-block-heading {
	margin: 3rem 0 1.75rem;
}

body.vrl-site .vrl-section > :first-child {
	margin-top: 0;
}

body.vrl-site .vrl-section > p,
body.vrl-site .vrl-section > .wp-block-paragraph {
	margin-bottom: 2rem;
	max-width: 48rem;
	line-height: var(--vrl-leading-loose);
}

body.vrl-site .vrl-section .vrl-services,
body.vrl-site .vrl-section .vrl-pricing,
body.vrl-site .vrl-section .vrl-grid,
body.vrl-site .vrl-section .wp-block-columns.vrl-grid {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

body.vrl-site .vrl-section--contact .vrl-form-wrap,
body.vrl-site .vrl-section .vrl-form-wrap {
	margin-left: auto;
	margin-right: auto;
}

.vrl-contact-info {
	text-align: center;
	max-width: 36rem;
	margin: 0 auto 0.5rem;
}

.vrl-contact-info p {
	margin: 0 0 1rem;
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
	color: var(--vrl-ink-soft);
}

.vrl-contact-info p:last-child {
	margin-bottom: 0;
}

.vrl-section--contact .vrl-section__inner > h2.has-text-align-center {
	margin-bottom: 1.25rem;
}

body.vrl-site .vrl-section .wp-block-columns {
	gap: var(--vrl-gap-lg) !important;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

body.vrl-site .vrl-section .wp-block-column:not(.vrl-card):not(.vrl-trust__item):not(.vrl-price-card) {
	padding: 0;
}

/* Interior page content rhythm */
body.vrl-site .vrl-section .vrl-section__inner > p:not(.has-text-align-center):not(.vrl-catalog__cta):not(.vrl-center-note),
body.vrl-site .vrl-section .wp-block-group__inner-container > p:not(.has-text-align-center):not(.vrl-catalog__cta):not(.vrl-center-note),
body.vrl-site .vrl-section .vrl-section__inner > .wp-block-paragraph:not(.has-text-align-center):not(.vrl-catalog__cta):not(.vrl-center-note),
body.vrl-site .vrl-section .wp-block-group__inner-container > .wp-block-paragraph:not(.has-text-align-center):not(.vrl-catalog__cta):not(.vrl-center-note) {
	max-width: 68ch;
	margin: 0 0 var(--vrl-gap-md);
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
}

body.vrl-site .vrl-section .vrl-section__inner > h2:not(.has-text-align-center),
body.vrl-site .vrl-section .wp-block-group__inner-container > h2:not(.has-text-align-center),
body.vrl-site .vrl-section .vrl-section__inner > .wp-block-heading:not(.has-text-align-center),
body.vrl-site .vrl-section .wp-block-group__inner-container > .wp-block-heading:not(.has-text-align-center) {
	margin-top: var(--vrl-gap-lg);
	margin-bottom: 1.75rem;
}

body.vrl-site .vrl-section .vrl-section__inner > :first-child,
body.vrl-site .vrl-section .wp-block-group__inner-container > :first-child {
	margin-top: 0;
}

body.vrl-site .vrl-section .vrl-section__inner > p + .vrl-trust,
body.vrl-site .vrl-section .vrl-section__inner > p + .vrl-audience-grid,
body.vrl-site .vrl-section .vrl-section__inner > p + .vrl-grid,
body.vrl-site .vrl-section .vrl-section__inner > p + .vrl-steps,
body.vrl-site .vrl-section .vrl-section__inner > p + .vrl-pricing,
body.vrl-site .vrl-section .vrl-section__inner > p + .vrl-category-grid,
body.vrl-site .vrl-section .vrl-section__inner > p + .vrl-catalog,
body.vrl-site .vrl-section .vrl-section__inner > p + .vrl-submit-panel,
body.vrl-site .vrl-section .vrl-section__inner > .vrl-faq,
body.vrl-site .vrl-section .vrl-section__inner > .vrl-testimonials,
body.vrl-site .vrl-section .vrl-section__inner > .vrl-form-wrap,
body.vrl-site .vrl-section .vrl-section__inner > [class*="vrl_"] {
	margin-top: var(--vrl-gap-lg);
}

body.vrl-site .vrl-section .vrl-section__inner > .vrl-checklist {
	margin-top: var(--vrl-gap-md);
}

body.vrl-site .vrl-section .wp-block-buttons {
	margin-top: var(--vrl-gap-lg);
	gap: 1rem;
	flex-wrap: wrap;
}

.vrl-section--cream {
	background: linear-gradient(180deg, #f3f8f5 0%, var(--vrl-cream) 14%, var(--vrl-cream) 100%);
}

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

.vrl-section--contact {
	background:
		radial-gradient(circle at 50% 0%, rgba(0, 138, 82, 0.07), transparent 52%),
		linear-gradient(180deg, #f6faf7 0%, var(--vrl-cream) 100%);
}

.vrl-section h2.has-text-align-center,
.vrl-section__inner > h2.has-text-align-center,
.vrl-section__inner > .wp-block-heading.has-text-align-center {
	margin-bottom: 1.15rem;
	font-family: var(--vrl-font-serif);
	font-size: var(--vrl-heading-section);
	font-weight: 400;
	letter-spacing: -0.02em;
	text-transform: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 46rem;
}

.vrl-section__inner > h2.has-text-align-center::before,
.vrl-section__inner > .wp-block-heading.has-text-align-center::before {
	content: "";
	display: block;
	width: 2.75rem;
	height: 3px;
	margin: 0 auto 1.15rem;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--vrl-accent), rgba(0, 138, 82, 0.22));
}

.vrl-section__inner > h2:not(.has-text-align-center) {
	margin-bottom: 1.75rem;
	font-family: var(--vrl-font-serif);
	font-size: var(--vrl-heading-section);
	font-weight: 400;
	letter-spacing: -0.02em;
	text-transform: none;
}

.vrl-section > .wp-block-group__inner-container > .vrl-section__inner > p.has-text-align-center,
.vrl-section__inner > p.has-text-align-center,
.vrl-section__inner > .wp-block-paragraph.has-text-align-center {
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
	margin: 0 auto var(--vrl-gap-section);
	max-width: 42rem;
	text-align: center;
}

body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + .vrl-category-grid,
body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + .vrl-trust,
body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + .vrl-steps,
body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + .vrl-pricing,
body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + .vrl-tier-grid,
body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + .vrl-faq,
body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + .vrl-testimonials,
body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + .vrl-form-wrap,
body.vrl-site .vrl-section .vrl-section__inner > h2.has-text-align-center + [class*="vrl_"] {
	margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

body.vrl-site .vrl-section .vrl-eyebrow.has-text-align-center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Grids — fewer columns, more air */
.vrl-grid,
.vrl-trust,
.vrl-pricing,
.vrl-services,
.vrl-steps {
	display: grid;
	gap: var(--vrl-gap-md);
}

.vrl-section__inner > .vrl-grid + .vrl-grid,
.vrl-section__inner > .wp-block-columns.vrl-grid + .wp-block-columns.vrl-grid {
	margin-top: var(--vrl-gap-lg);
}

.vrl-grid {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: var(--vrl-gap-lg);
}

.vrl-trust {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-top: var(--vrl-gap-md);
	gap: var(--vrl-gap-lg);
}

.vrl-trust--open {
	margin-top: var(--vrl-gap-lg);
}

.vrl-trust--cards {
	margin-top: var(--vrl-gap-lg);
	margin-bottom: var(--vrl-gap-lg);
}

.vrl-pricing {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: var(--vrl-gap-lg);
}

.vrl-steps {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: var(--vrl-gap-lg);
}

.wp-block-columns.vrl-grid,
.wp-block-columns.vrl-trust,
.wp-block-columns.vrl-pricing {
	display: grid !important;
	flex-wrap: unset !important;
}

.wp-block-columns.vrl-grid {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: var(--vrl-gap-lg);
}

.wp-block-columns.vrl-trust {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-top: var(--vrl-gap-md);
	gap: var(--vrl-gap-lg);
}

.wp-block-columns.vrl-pricing {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: var(--vrl-gap-lg);
}

.wp-block-columns.vrl-grid > .wp-block-column,
.wp-block-columns.vrl-trust > .wp-block-column,
.wp-block-columns.vrl-pricing > .wp-block-column {
	flex-basis: unset !important;
	margin: 0 !important;
	min-width: 0;
}

/* Category + card grids (plain HTML — avoids WP columns flex conflicts) */
.vrl-category-grid,
.vrl-audience-grid,
.vrl-tier-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--vrl-gap-lg);
	margin-top: var(--vrl-gap-md);
	margin-bottom: var(--vrl-gap-md);
	width: 100%;
}

.vrl-audience-grid {
	margin-bottom: var(--vrl-gap-md);
}

.vrl-card,
article.vrl-card,
.wp-block-column.vrl-card {
	background: #fff;
	border: 1px solid var(--vrl-border);
	border-radius: calc(var(--vrl-radius) + 4px);
	padding: 2.75rem 3rem;
	box-shadow: var(--vrl-shadow);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	box-sizing: border-box;
}

body.vrl-site .vrl-section .wp-block-column.vrl-card {
	padding: 2.75rem 3rem !important;
}

.vrl-card:hover,
article.vrl-card:hover,
.wp-block-column.vrl-card:hover {
	border-color: #b8b2a8;
	box-shadow: 0 12px 36px rgba(26, 26, 26, 0.08);
}

.vrl-card h3,
article.vrl-card h3,
.wp-block-column.vrl-card h3 {
	margin: 0 0 1.35rem;
	font-family: var(--vrl-font-display);
	font-size: var(--vrl-heading-card);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: none;
	line-height: 1.3;
	color: var(--vrl-accent-dark);
}

.vrl-card h3 a,
article.vrl-card h3 a,
.wp-block-column.vrl-card h3 a,
body.vrl-site .entry-content .vrl-card h3 a,
body.vrl-site .entry-content article.vrl-card h3 a {
	color: var(--vrl-accent-dark) !important;
	text-decoration: none !important;
	box-shadow: none !important;
	font-weight: 700;
}

.vrl-card h3 a:hover,
article.vrl-card h3 a:hover,
body.vrl-site .entry-content .vrl-card h3 a:hover,
body.vrl-site .entry-content article.vrl-card h3 a:hover {
	color: var(--vrl-accent) !important;
	text-decoration: none !important;
}

.vrl-card > p,
article.vrl-card > p,
.wp-block-column.vrl-card p {
	margin: 0 0 1.35rem;
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
	flex: 1;
}

.vrl-card__cta,
article.vrl-card .vrl-card__cta {
	margin: auto 0 0;
	padding-top: 1.5rem;
}

.vrl-card__cta a,
article.vrl-card .vrl-card__cta a,
body.vrl-site .entry-content .vrl-card__cta a {
	font-size: var(--vrl-text-base);
	font-weight: 600;
	color: var(--vrl-accent) !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.vrl-card__cta a:hover,
body.vrl-site .entry-content .vrl-card__cta a:hover {
	color: var(--vrl-accent-hover) !important;
	text-decoration: underline !important;
}

/* Trust highlights — padded modules */
.vrl-trust__item,
.wp-block-column.vrl-trust__item {
	padding: 2rem 2.5rem 2rem 2.85rem;
	border-radius: calc(var(--vrl-radius) + 2px);
	background: #fff;
	border: 1px solid var(--vrl-border);
	border-left: 4px solid var(--vrl-accent);
	box-shadow: var(--vrl-shadow);
	min-height: 100%;
	box-sizing: border-box;
}

body.vrl-site .vrl-section .vrl-trust__item,
body.vrl-site .vrl-section .wp-block-column.vrl-trust__item {
	padding: 2rem 2.5rem 2rem 2.85rem !important;
}

.vrl-trust--open .vrl-trust__item {
	padding: 2rem 2.5rem 2rem 2.85rem;
}

.vrl-trust__item strong,
.wp-block-column.vrl-trust__item strong {
	display: block;
	margin-bottom: 0.75rem;
	font-family: var(--vrl-font-display);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--vrl-accent-dark);
	line-height: 1.35;
}

.vrl-trust__item p,
.wp-block-column.vrl-trust__item p {
	margin: 0;
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
}

/* Pricing */
.vrl-price-card,
.wp-block-column.vrl-price-card {
	border: 1px solid var(--vrl-border);
	border-radius: calc(var(--vrl-radius) + 6px);
	padding: 3rem 2.75rem;
	background: #fff;
	box-sizing: border-box;
}

body.vrl-site .vrl-section .wp-block-column.vrl-price-card {
	padding: 3rem 2.75rem !important;
}

.vrl-price-card.is-featured,
.wp-block-column.vrl-price-card.is-featured {
	border-color: var(--vrl-accent);
	border-width: 2px;
	box-shadow: var(--vrl-shadow);
}

.vrl-price-card .vrl-eyebrow {
	color: var(--vrl-accent);
}

.vrl-price-card .price {
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 700;
	margin: 0.65rem 0 1.15rem;
	line-height: 1;
	color: var(--vrl-ink);
}

.vrl-price-card ul {
	margin: 0 0 2rem;
	padding-left: 1.35rem;
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-body);
}

.vrl-price-card ul li {
	margin-bottom: 0.5rem;
}

.vrl-price-card h3 {
	margin-top: 0;
	font-size: var(--vrl-text-xl);
}

.vrl-price-card p {
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-body);
}

/* Steps */
.vrl-steps {
	counter-reset: step;
}

.vrl-step {
	position: relative;
	padding: 2.35rem 2rem 2.35rem 5.85rem;
	border: 1px solid var(--vrl-border);
	border-radius: calc(var(--vrl-radius) + 2px);
	background: #fff;
	box-shadow: var(--vrl-shadow);
	counter-increment: step;
	box-sizing: border-box;
	min-height: 100%;
}

.vrl-step h3 {
	margin: 0 0 1rem;
	padding-top: 0.2rem;
	font-size: var(--vrl-text-xl);
	font-weight: 600;
}

.vrl-step p {
	margin: 0 0 1.15rem;
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-body);
}

.vrl-step p:last-child {
	margin-bottom: 0;
}

.vrl-step a {
	font-weight: 600;
	font-size: var(--vrl-text-base);
	display: inline-block;
	margin-top: 0.35rem;
}

.vrl-step::before {
	content: counter(step);
	position: absolute;
	left: 1.65rem;
	top: 2.35rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--vrl-accent);
	color: #fff;
	font-size: var(--vrl-text-sm);
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.vrl-center-note {
	text-align: center;
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-body);
	margin: clamp(2rem, 3.5vw, 2.75rem) auto 0;
	max-width: 46rem;
	padding: 0 0.5rem;
	text-wrap: pretty;
}

body.vrl-site .vrl-section__inner > .vrl-catalog__cta,
body.vrl-site .vrl-section__inner > .vrl-center-note,
body.vrl-site .vrl-section .vrl-catalog__cta,
body.vrl-site .vrl-section .vrl-center-note {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 46rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	text-wrap: pretty;
}

body.vrl-site .vrl-section__inner > .vrl-catalog__cta,
body.vrl-site .vrl-section .vrl-catalog__cta {
	margin-top: clamp(2rem, 3.5vw, 2.75rem) !important;
	margin-bottom: 0 !important;
	line-height: var(--vrl-leading-loose);
}

/* Submit sample — checklist + levels panel */
.vrl-section--submit .vrl-section__inner > p.has-text-align-center {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--vrl-gap-lg);
	color: var(--vrl-ink-soft);
}

.vrl-section--submit .vrl-eyebrow.has-text-align-center {
	display: block;
	text-align: center;
	margin-bottom: 0.75rem;
}

.vrl-submit-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: var(--vrl-gap-lg);
	align-items: start;
	margin-top: 0.5rem;
}

.vrl-submit-panel__checklist {
	background: #fff;
	border: 1px solid var(--vrl-border);
	border-radius: calc(var(--vrl-radius) + 6px);
	box-shadow: var(--vrl-shadow);
	padding: 2.25rem 2.5rem;
	box-sizing: border-box;
}

.vrl-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.65rem;
}

.vrl-checklist li {
	position: relative;
	margin: 0;
	padding: 0 0 0 3.15rem;
}

.vrl-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15rem;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: var(--vrl-accent-soft);
	border: 2px solid var(--vrl-accent);
	box-sizing: border-box;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23008a52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.2 4.2 8.4 11 1.4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.7rem;
}

.vrl-checklist li strong {
	display: block;
	margin-bottom: 0.5rem;
	font-family: var(--vrl-font-display);
	font-size: var(--vrl-text-lg);
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--vrl-accent-dark);
	line-height: 1.35;
}

.vrl-checklist li span {
	display: block;
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-body);
}

.vrl-checklist--compact {
	max-width: 52rem;
	margin: 1.5rem auto 0;
}

.vrl-submit-panel__aside {
	display: grid;
	gap: var(--vrl-gap-md);
}

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

.vrl-level-card {
	background: #fff;
	border: 1px solid var(--vrl-border);
	border-radius: calc(var(--vrl-radius) + 2px);
	padding: 1.5rem 1.25rem 1.35rem;
	text-align: center;
	box-shadow: var(--vrl-shadow);
	box-sizing: border-box;
	min-width: 0;
}

.vrl-level-card--featured {
	border-color: var(--vrl-accent);
	border-width: 2px;
	background: linear-gradient(180deg, #ffffff 0%, var(--vrl-accent-soft) 100%);
}

.vrl-level-card__tier {
	display: block;
	margin-bottom: 0.5rem;
	font-size: var(--vrl-text-sm);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--vrl-accent);
	line-height: 1.35;
}

.vrl-level-card__title {
	margin: 0 0 0.4rem;
	font-family: var(--vrl-font-display);
	font-size: var(--vrl-text-lg);
	font-weight: 700;
	color: var(--vrl-accent-dark);
	line-height: 1.25;
}

.vrl-level-card__count {
	margin: 0 0 0.4rem;
	font-size: var(--vrl-text-xl);
	font-weight: 700;
	line-height: 1.1;
	color: var(--vrl-ink);
}

.vrl-level-card__note {
	margin: 0;
	font-size: var(--vrl-text-sm);
	line-height: 1.45;
	color: var(--vrl-ink-soft);
	text-wrap: balance;
}

.vrl-submit-cta {
	background: linear-gradient(145deg, var(--vrl-accent-dark) 0%, var(--vrl-accent) 100%);
	border-radius: calc(var(--vrl-radius) + 6px);
	padding: 2rem 2.15rem;
	color: #fff;
	box-shadow: 0 14px 40px rgba(0, 138, 82, 0.22);
	box-sizing: border-box;
}

.vrl-submit-cta__lead {
	margin: 0 0 0.5rem;
	font-family: var(--vrl-font-serif);
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
}

.vrl-submit-cta__copy {
	margin: 0 0 1.35rem;
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-body);
	color: rgba(255, 255, 255, 0.95);
}

.vrl-submit-cta .vrl-btn--primary {
	width: 100%;
	justify-content: center;
	background: #fff !important;
	border-color: #fff !important;
	color: var(--vrl-accent-dark) !important;
	-webkit-text-fill-color: var(--vrl-accent-dark) !important;
	margin-bottom: 1.35rem;
}

.vrl-submit-cta .vrl-btn--primary:hover {
	background: var(--vrl-accent-soft) !important;
	border-color: #fff !important;
	color: var(--vrl-accent-dark) !important;
}

.vrl-submit-cta__ship {
	padding: 1rem 1.1rem;
	border-radius: var(--vrl-radius);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	text-align: center;
	margin-bottom: 1rem;
}

.vrl-submit-cta__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: var(--vrl-text-sm);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.vrl-submit-cta__ship strong {
	display: block;
	font-size: var(--vrl-text-lg);
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
}

.vrl-submit-cta__help {
	margin: 0;
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-body);
	color: rgba(255, 255, 255, 0.95);
	text-align: center;
}

.vrl-submit-cta__help a {
	color: #fff !important;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.vrl-section--submit + .vrl-section--contact {
	border-top: none;
}

@media (max-width: 1024px) {
	.vrl-submit-panel {
		grid-template-columns: 1fr;
	}

	.vrl-level-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.vrl-submit-panel__checklist {
		padding: 1.75rem 1.65rem;
	}

	.vrl-level-grid {
		grid-template-columns: 1fr;
	}

	.vrl-submit-cta {
		padding: 1.75rem 1.65rem;
	}
}

/* Verified section — full-bleed band + tier cards */
body.vrl-site .entry-content > .alignfull.vrl-section--verified,
body.vrl-site .vrl-section--verified.alignfull {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	box-sizing: border-box;
	background: linear-gradient(135deg, var(--vrl-accent-dark) 0%, var(--vrl-accent) 55%, var(--vrl-accent-hover) 100%) !important;
	position: relative;
	overflow: hidden;
}

body.vrl-site .vrl-section--verified > .wp-block-group__inner-container {
	max-width: none;
	width: 100%;
	padding: 0;
}

body.vrl-site .vrl-page-hero.vrl-section--verified {
	padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(3rem, 5vw, 4.5rem);
}

body.vrl-site .vrl-page-hero.vrl-section--verified > .wp-block-group__inner-container {
	max-width: var(--vrl-shell-max);
	margin: 0 auto;
	padding-left: var(--vrl-shell-pad);
	padding-right: var(--vrl-shell-pad);
}

body.vrl-site .vrl-page-hero.vrl-section--verified h1,
body.vrl-site .vrl-page-hero.vrl-section--verified p {
	color: #ffffff;
	max-width: 42rem;
}

body.vrl-site .vrl-page-hero.vrl-section--verified p {
	opacity: 0.95;
	font-weight: 500;
}

body.vrl-site .vrl-section--verified .vrl-section__inner {
	padding-top: clamp(4rem, 7vw, 6rem);
	padding-bottom: clamp(4rem, 7vw, 6rem);
}

body.vrl-site .vrl-section--verified .vrl-section__inner > p.has-text-align-center {
	color: #ffffff;
	font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
	font-weight: 500;
	line-height: var(--vrl-leading-body);
	margin: 0 auto 2.5rem;
	max-width: 40rem;
	opacity: 0.96;
}

.vrl-tier-grid {
	margin-top: 0.5rem;
	margin-bottom: 2.75rem;
}

body.vrl-site .vrl-section--verified .vrl-tier-card {
	padding: 2.5rem 2.25rem;
	background: rgba(255, 255, 255, 0.16);
	border: 1.5px solid rgba(255, 255, 255, 0.55);
	border-radius: calc(var(--vrl-radius) + 6px);
	display: flex;
	flex-direction: column;
	height: 100%;
	backdrop-filter: blur(6px);
}

body.vrl-site .vrl-section--verified .vrl-tier-card.is-featured {
	background: rgba(255, 255, 255, 0.26);
	border-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

body.vrl-site .vrl-section--verified .vrl-tier-card h3 {
	margin: 0 0 1rem;
	font-family: var(--vrl-font-display);
	font-size: clamp(0.9375rem, 1.6vw, 1.125rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none !important;
	color: #ffffff !important;
	line-height: 1.35;
}

body.vrl-site .vrl-section--verified .vrl-tier-card p {
	margin: 0;
	font-size: clamp(0.9375rem, 1.4vw, 1rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.98);
	flex: 1;
}

body.vrl-site .vrl-section--verified h2.has-text-align-center {
	font-family: var(--vrl-font-serif);
	font-size: clamp(1.375rem, 2.5vw, 1.875rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	text-transform: none !important;
	color: #ffffff !important;
	margin-bottom: 0.85rem;
}

body.vrl-site .vrl-section--verified .wp-block-buttons {
	margin-top: 0.75rem;
	justify-content: center;
}

/* Verified section — high-contrast CTA */
body.vrl-site .vrl-section--verified a.vrl-btn--primary,
body.vrl-site .vrl-section--verified .wp-block-button.vrl-btn--primary > .wp-block-button__link {
	background: #ffffff !important;
	color: var(--vrl-accent-dark) !important;
	border: 2px solid #ffffff !important;
	font-weight: 700;
	padding: 1rem 2.25rem;
}

body.vrl-site .vrl-section--verified a.vrl-btn--primary:hover,
body.vrl-site .vrl-section--verified .wp-block-button.vrl-btn--primary > .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.92) !important;
	color: var(--vrl-accent-dark) !important;
}

body.vrl-site .vrl-section--verified .vrl-section__inner > h2.has-text-align-center::before,
body.vrl-site .vrl-section--verified .vrl-section__inner > .wp-block-heading.has-text-align-center::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35));
}

/* ——— Homepage chapters & wayfinding ——— */
body.home.vrl-site .vrl-hero {
	background:
		linear-gradient(rgba(0, 138, 82, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 138, 82, 0.028) 1px, transparent 1px),
		radial-gradient(circle at 88% 12%, rgba(0, 138, 82, 0.09), transparent 38%),
		linear-gradient(180deg, var(--vrl-cream) 0%, #ffffff 100%);
	background-size: 28px 28px, 28px 28px, auto, auto;
	border-bottom: 1px solid rgba(0, 138, 82, 0.1);
}

body.home.vrl-site .vrl-home-journey-wrap {
	background: #fff;
	border-bottom: 1px solid rgba(0, 138, 82, 0.12);
	padding: 0;
	position: sticky;
	top: var(--vrl-sticky-top, 4.5rem);
	z-index: 100002;
	box-shadow: 0 8px 24px rgba(26, 38, 34, 0.05);
}

body.home.vrl-site .vrl-home-journey {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

body.home.vrl-site .vrl-home-journey::-webkit-scrollbar {
	display: none;
}

body.home.vrl-site .vrl-home-journey__list {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	min-width: max-content;
}

body.home.vrl-site .vrl-home-journey__list li {
	display: flex;
	flex: 0 0 auto;
}

body.home.vrl-site .vrl-home-journey__list a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.65rem 0.85rem;
	border-radius: 999px;
	font-family: var(--vrl-font-display);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--vrl-ink-soft) !important;
	box-shadow: none !important;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease;
}

body.home.vrl-site .vrl-home-journey__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	font-size: 0.6875rem;
	color: var(--vrl-accent);
	opacity: 0.85;
}

body.home.vrl-site .vrl-home-journey__list a:hover,
body.home.vrl-site .vrl-home-journey__list a:focus-visible {
	color: var(--vrl-accent-dark) !important;
	background: var(--vrl-accent-soft);
	outline: none;
}

body.home.vrl-site .vrl-home-journey__list a.is-active {
	color: #fff !important;
	background: var(--vrl-accent-dark);
}

body.home.vrl-site .vrl-home-journey__list a.is-active .vrl-home-journey__num {
	color: rgba(255, 255, 255, 0.85);
}

body.home.vrl-site .vrl-section-anchor {
	display: block;
	position: relative;
	top: calc(-1 * var(--vrl-scroll-offset, 5.5rem));
	visibility: hidden;
	pointer-events: none;
}

body.home.vrl-site .vrl-section-head {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0.85rem 1.75rem;
	margin: 0 0 1.15rem;
	max-width: 42rem;
}

body.home.vrl-site .vrl-section--verified .vrl-section-head {
	display: inline-grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 0.85rem 1.75rem;
	margin: 0 auto 1.35rem;
	max-width: none;
	width: auto;
}

body.home.vrl-site .vrl-section--verified .vrl-section-head .vrl-section-label {
	grid-column: auto;
	margin-top: 0;
	white-space: nowrap;
}

body.home.vrl-site .vrl-section-head--light .vrl-section-step,
body.home.vrl-site .vrl-section-head--light .vrl-section-label {
	color: rgba(255, 255, 255, 0.92);
}

body.home.vrl-site .vrl-section-head--light .vrl-section-step {
	border-color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.12);
}

body.home.vrl-site .vrl-section-step {
	margin: 0.15rem 0 0;
	font-family: var(--vrl-font-display);
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--vrl-accent);
	min-width: 2.75rem;
	padding: 0.35rem 0.5rem;
	border: 2px solid rgba(0, 138, 82, 0.18);
	border-radius: 10px;
	background: rgba(232, 245, 239, 0.55);
	text-align: center;
}

body.home.vrl-site .vrl-section-label {
	margin: 0.35rem 0 0;
	grid-column: 2;
	font-family: var(--vrl-font-display);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--vrl-accent-dark);
}

body.home.vrl-site .vrl-section__inner:has(.vrl-section-head) > h2,
body.home.vrl-site .vrl-section__inner:has(.vrl-section-head) > .wp-block-heading {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 18ch;
	margin-bottom: 0.85rem;
}

body.home.vrl-site .vrl-section__inner:has(.vrl-section-head) > h2::before,
body.home.vrl-site .vrl-section__inner:has(.vrl-section-head) > .wp-block-heading::before {
	display: none !important;
}

body.home.vrl-site .vrl-section--verified .vrl-section__inner:has(.vrl-section-head) > h2.has-text-align-center,
body.home.vrl-site .vrl-section--verified .vrl-section__inner:has(.vrl-section-head) > .wp-block-heading.has-text-align-center {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 46rem;
	margin-top: 0.25rem;
}

body.home.vrl-site .vrl-section--verified .vrl-section__inner:has(.vrl-section-head) {
	text-align: center;
}

body.home.vrl-site .vrl-section--verified .vrl-section__inner:has(.vrl-section-head) > .vrl-section-lead,
body.home.vrl-site .vrl-section--verified .vrl-section__inner:has(.vrl-section-head) > p.vrl-section-lead {
	margin-top: 0.5rem;
}

body.home.vrl-site .vrl-section--verified .vrl-tier-grid,
body.home.vrl-site .vrl-section--verified .vrl-tier-card,
body.home.vrl-site .vrl-section--verified .wp-block-buttons {
	text-align: left;
}

body.home.vrl-site .vrl-section--pricing .vrl-photo-panel {
	margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

body.home.vrl-site .vrl-section-lead {
	max-width: 42rem;
	margin: 0 0 clamp(2.25rem, 4vw, 3rem);
	color: var(--vrl-ink-soft);
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
}

body.home.vrl-site .vrl-section-lead.has-text-align-center,
body.home.vrl-site .vrl-section-lead--light.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body.home.vrl-site .vrl-section-lead--light {
	color: rgba(255, 255, 255, 0.94);
}

body.home.vrl-site .vrl-section__inner--narrow {
	max-width: 760px;
}

body.home.vrl-site .entry-content > .vrl-section {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

body.home.vrl-site .entry-content > .vrl-section--discover {
	background: #fff;
	border-top: 4px solid var(--vrl-accent);
}

body.home.vrl-site .entry-content > .vrl-section--catalog {
	background: linear-gradient(180deg, #eef6f1 0%, var(--vrl-cream) 100%);
}

body.home.vrl-site .entry-content > .vrl-section--process {
	background: #fff;
	box-shadow: inset 4px 0 0 var(--vrl-accent-dark);
}

body.home.vrl-site .entry-content > .vrl-section--proof {
	background: linear-gradient(180deg, var(--vrl-cream) 0%, #f3f8f5 100%);
}

body.home.vrl-site .entry-content > .vrl-section--pricing {
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 138, 82, 0.07), transparent 34%),
		#fff;
}

body.home.vrl-site .entry-content > .vrl-section--social {
	background: linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
}

body.home.vrl-site .entry-content > .vrl-section--faq {
	background: #fff;
}

body.home.vrl-site .entry-content > .vrl-section--verified {
	margin-block: clamp(2rem, 4vw, 3rem);
}

body.home.vrl-site .vrl-section--process .vrl-steps {
	position: relative;
	padding-left: 0.25rem;
}

body.home.vrl-site .vrl-section--process .vrl-steps::before {
	content: "";
	position: absolute;
	left: 1.45rem;
	top: 2.5rem;
	bottom: 2.5rem;
	width: 2px;
	background: linear-gradient(180deg, var(--vrl-accent) 0%, rgba(0, 138, 82, 0.12) 100%);
	pointer-events: none;
}

body.home.vrl-site .vrl-section--proof .vrl-trust--open {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home.vrl-site .vrl-section--proof .vrl-trust__item:first-child {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, var(--vrl-accent-dark) 0%, var(--vrl-accent) 100%);
	border-color: transparent;
	color: #fff;
	padding: 2rem 2.25rem 2rem 2.75rem;
}

body.home.vrl-site .vrl-section--proof .vrl-trust__item:first-child strong,
body.home.vrl-site .vrl-section--proof .vrl-trust__item:first-child p {
	color: #fff;
}

body.home.vrl-site .vrl-section--proof .vrl-trust__item:first-child::before {
	background: rgba(255, 255, 255, 0.95);
	color: var(--vrl-accent-dark);
}

body.home.vrl-site .vrl-section--pricing .vrl-pricing {
	margin-top: 0.5rem;
}

body.home.vrl-site .vrl-section--social .vrl-testimonials {
	margin-top: 0.35rem;
}

body.home.vrl-site .vrl-section--social .vrl-testimonial:first-child {
	grid-column: 1 / -1;
	padding: 2rem 2.15rem;
	border-left-width: 5px;
	background: linear-gradient(135deg, #fff 0%, #f4faf7 100%);
}

body.home.vrl-site .vrl-section--social .vrl-testimonial:first-child p {
	font-size: var(--vrl-text-lg);
	line-height: var(--vrl-leading-loose);
	color: var(--vrl-ink);
}

body.home.vrl-site .vrl-section__inner--contact {
	max-width: 720px;
	margin-inline: auto;
	padding: clamp(2rem, 4vw, 2.75rem);
	background: #fff;
	border: 1px solid rgba(0, 138, 82, 0.14);
	border-radius: calc(var(--vrl-radius) + 8px);
	box-shadow: 0 16px 48px rgba(26, 38, 34, 0.07);
}

body.home.vrl-site .vrl-section--contact {
	background:
		radial-gradient(circle at 50% 0%, rgba(0, 138, 82, 0.08), transparent 55%),
		linear-gradient(180deg, #f6faf7 0%, var(--vrl-cream) 100%);
}

@media (min-width: 900px) {
	body.home.vrl-site .vrl-section-head {
		max-width: 52rem;
	}

	body.home.vrl-site .vrl-section__inner:has(.vrl-section-head) > h2,
	body.home.vrl-site .vrl-section__inner:has(.vrl-section-head) > .wp-block-heading {
		max-width: 22ch;
		font-size: clamp(1.5rem, 2.4vw, 2rem);
	}
}

@media (max-width: 782px) {
	body.home.vrl-site .vrl-section-head {
		gap: 0.75rem 1rem;
	}

	body.home.vrl-site .vrl-section--proof .vrl-trust--open {
		grid-template-columns: 1fr;
	}

	body.home.vrl-site .vrl-section__inner--contact {
		padding: 1.5rem 1.25rem;
	}
}

/* Inner pages — default entry content */
body.vrl-site .entry-content > :where(p, ul, ol) {
	font-size: var(--vrl-text-base);
	line-height: var(--vrl-leading-loose);
	color: var(--vrl-ink-soft);
	max-width: 68ch;
}

body.vrl-site .entry-content > :where(h2, h3) {
	color: var(--vrl-ink);
	margin-top: 2.25rem;
	margin-bottom: 1rem;
}

body.vrl-site .entry-content > :where(ul, ol) {
	margin: 0 0 1.25rem;
	padding-left: 1.5rem;
}

body.vrl-site .entry-content > :where(ul, ol) li + li {
	margin-top: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	body.vrl-site .drawer.drawer-menu-explore,
	body.vrl-site .vrl-drawer-backdrop {
		transition: none !important;
		transform: none !important;
	}
}

@media (max-width: 1024px) {
	.vrl-category-grid,
	.vrl-audience-grid,
	.vrl-tier-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vrl-trust,
	.wp-block-columns.vrl-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vrl-steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.vrl-hero__grid,
	.wp-block-columns.vrl-hero__grid {
		grid-template-columns: 1fr !important;
	}

	.vrl-page-hero__grid,
	.wp-block-columns.vrl-page-hero__grid {
		grid-template-columns: 1fr !important;
	}

	.vrl-hero__media,
	.vrl-page-hero__media {
		order: -1;
	}

	.vrl-page-hero .vrl-hero__media {
		justify-self: stretch;
		max-width: min(280px, 78%);
		margin: 0 auto 0.25rem;
	}

	.vrl-page-hero .vrl-hero__image img {
		max-height: 200px;
	}

	body.vrl-hero-variant-scope .vrl-page-hero .vrl-hero__media {
		max-width: min(220px, 68%);
	}

	body.vrl-hero-variant-scope .vrl-page-hero .vrl-hero__image img {
		max-height: 180px;
	}

	body.vrl-hero-variant-peaks .vrl-page-hero .vrl-hero__image,
	body.vrl-hero-variant-vials .vrl-page-hero .vrl-hero__image {
		transform: none;
	}

	body.vrl-site .vrl-page-hero:not(.vrl-section--verified) h1 {
		max-width: none;
	}

	.vrl-hero__image img {
		max-height: 320px;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 782px) {
	body.vrl-site {
		font-size: var(--vrl-text-base);
	}

	.vrl-hero h1 {
		max-width: none;
		font-size: clamp(1.5rem, 6.5vw, 2rem);
	}

	.vrl-hero p {
		margin-bottom: 1.75rem;
	}

	.vrl-section {
		padding-top: clamp(3.75rem, 10vw, 4.5rem);
		padding-bottom: clamp(3.75rem, 10vw, 4.5rem);
	}

	.vrl-section + .vrl-section {
		padding-top: clamp(3.75rem, 10vw, 4.5rem);
	}

	body.home.vrl-site .vrl-section__inner > p.has-text-align-center,
	body.home.vrl-site .vrl-section__inner > .wp-block-paragraph.has-text-align-center {
		margin-bottom: clamp(2.25rem, 6vw, 3rem);
	}

	body.home.vrl-site .vrl-section__inner > h2.has-text-align-center,
	body.home.vrl-site .vrl-section__inner > .wp-block-heading.has-text-align-center {
		margin-bottom: 1rem;
	}

	.vrl-category-grid,
	.vrl-audience-grid,
	.vrl-tier-grid,
	.vrl-steps,
	.vrl-pricing,
	.vrl-trust--open {
		gap: clamp(1.5rem, 4vw, 2rem);
	}

	.vrl-grid,
	.wp-block-columns.vrl-grid {
		grid-template-columns: 1fr;
	}

	.vrl-trust,
	.wp-block-columns.vrl-trust {
		grid-template-columns: 1fr;
		gap: var(--vrl-gap-md);
	}

	.vrl-category-grid,
	.vrl-audience-grid,
	.vrl-tier-grid {
		grid-template-columns: 1fr;
	}

	.vrl-card,
	article.vrl-card,
	.wp-block-column.vrl-card,
	.vrl-price-card,
	.wp-block-column.vrl-price-card {
		padding: 2rem 1.75rem !important;
	}

	.vrl-trust__item,
	.wp-block-column.vrl-trust__item {
		padding: 1.75rem 1.75rem 1.75rem 2.15rem !important;
	}

	.vrl-step {
		padding: 1.85rem 1.5rem 1.85rem 4.85rem;
	}

	.vrl-step::before {
		left: 1.25rem;
		top: 1.85rem;
		width: 2.25rem;
		height: 2.25rem;
	}

	body.vrl-site .vrl-card,
	body.vrl-site article.vrl-card,
	body.vrl-site .wp-block-column.vrl-card {
		border-radius: 14px !important;
		border-color: rgba(0, 138, 82, 0.1) !important;
		box-shadow: 0 12px 32px rgba(26, 38, 34, 0.05) !important;
	}

	body.vrl-site .vrl-price-card,
	body.vrl-site .wp-block-column.vrl-price-card {
		border-radius: 14px !important;
	}
}

/* ——— Navigation: desktop + mobile ——— */
@media (min-width: 1001px) {
	body.vrl-site .mobile-navigation,
	body.vrl-site .drawer-wrap {
		display: none !important;
	}

	body.vrl-site .top-navigation-right {
		display: flex !important;
	}

	body.vrl-site .main-navigation {
		display: block !important;
		width: 100%;
	}

	body.vrl-site .main-navigation .menu,
	body.vrl-site .main-navigation > ul,
	body.vrl-site .main-navigation ul.menu {
		display: flex !important;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		gap: 0.25rem 1.75rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	body.vrl-site .main-navigation li {
		display: list-item !important;
		position: relative;
		border: none;
		margin: 0;
	}

	body.vrl-site .main-navigation .sub-menu {
		display: none;
		position: absolute;
		right: 0;
		top: calc(100% + 0.35rem);
		min-width: 260px;
		padding: 0.5rem 0;
		z-index: 200;
		text-align: left;
	}

	body.vrl-site .main-navigation li:hover > .sub-menu,
	body.vrl-site .main-navigation li:focus-within > .sub-menu {
		display: block;
	}

	body.vrl-site .main-navigation .sub-menu a {
		text-transform: none;
		letter-spacing: 0.01em;
		font-family: var(--vrl-font-body);
		font-weight: 600;
		font-size: var(--vrl-text-sm);
	}
}

@media (max-width: 1000px) {
	body.vrl-site .site-header {
		border-bottom: none;
		background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%) !important;
		box-shadow: none;
		position: relative;
	}

	body.vrl-site .site-header::after {
		content: "";
		position: absolute;
		left: var(--vrl-shell-pad);
		right: var(--vrl-shell-pad);
		bottom: 0;
		height: 1px;
		background: linear-gradient(90deg, rgba(0, 138, 82, 0.35), rgba(0, 138, 82, 0.06));
	}

	body.vrl-site .site-identity {
		padding: 0.35rem 0 !important;
		align-items: center;
	}

	body.vrl-site .vrl-site-logo {
		width: 118px;
	}

	body.vrl-site .top-navigation-right {
		display: none !important;
	}

	body.vrl-site .mobile-navigation.vrl-mobile-bar {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		flex: 1 1 auto;
		order: 2;
		padding: 0;
		margin: 0;
		background: transparent !important;
		width: auto;
		text-align: right;
	}

	body.vrl-site .mobile-navigation.toggle-active,
	body.vrl-site .toggle-active {
		background: transparent !important;
	}

	body.vrl-site .menu-toggle.vrl-menu-trigger {
		display: inline-flex !important;
		align-items: center;
		gap: 0.65rem;
		min-height: 44px;
		padding: 0.35rem 0;
		margin: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: var(--vrl-ink);
		box-shadow: none;
		cursor: pointer;
	}

	body.vrl-site .menu-toggle.vrl-menu-trigger:hover,
	body.vrl-site .menu-toggle.vrl-menu-trigger:focus-visible {
		color: var(--vrl-accent-dark);
		background: transparent;
		outline: none;
	}

	body.vrl-site .vrl-menu-trigger__label {
		font-family: var(--vrl-font-display);
		font-size: 0.8125rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		line-height: 1;
	}

	body.vrl-site .vrl-menu-trigger__icon {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 22px;
		height: 16px;
	}

	body.vrl-site .vrl-menu-trigger__bar {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		background: currentColor;
		transition: transform 0.24s ease, opacity 0.24s ease, width 0.24s ease;
		transform-origin: center;
	}

	body.vrl-site.vrl-drawer-open .vrl-menu-trigger__bar:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	body.vrl-site.vrl-drawer-open .vrl-menu-trigger__bar:nth-child(2) {
		opacity: 0;
		transform: scaleX(0);
	}

	body.vrl-site.vrl-drawer-open .vrl-menu-trigger__bar:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	body.vrl-site.vrl-nav-open,
	body.vrl-site.vrl-drawer-open {
		overflow: hidden;
	}

	body.vrl-site.vrl-drawer-open .site-header {
		position: relative;
		z-index: 100003;
	}

	body.vrl-site.vrl-drawer-open .mobile-navigation.vrl-mobile-bar {
		position: relative;
		z-index: 100004;
	}

	body.vrl-site .drawer-wrap {
		position: fixed;
		inset: 0;
		z-index: 100000;
		pointer-events: none;
		visibility: hidden;
		isolation: isolate;
	}

	body.vrl-site.vrl-drawer-open .drawer-wrap {
		pointer-events: auto;
		visibility: visible;
	}

	body.vrl-site .vrl-drawer-backdrop {
		position: fixed;
		inset: 0;
		border: 0;
		padding: 0;
		margin: 0;
		background: rgba(26, 38, 34, 0.52);
		opacity: 0;
		cursor: pointer;
		transition: opacity 0.32s ease;
		z-index: 0;
		pointer-events: none;
	}

	body.vrl-site.vrl-drawer-open .vrl-drawer-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	body.vrl-site .drawer.drawer-menu-explore {
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		bottom: 0;
		display: flex !important;
		flex-direction: column;
		width: min(100%, 22.5rem);
		max-width: none;
		margin: 0;
		padding: 0 0 calc(1.5rem + env(safe-area-inset-bottom, 0px));
		background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-shadow: -12px 0 40px rgba(26, 38, 34, 0.16);
		border: none;
		border-left: 1px solid rgba(0, 138, 82, 0.12);
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transform: translateX(104%);
		transition:
			opacity 0.32s ease,
			transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0.32s ease;
		pointer-events: auto;
	}

	body.vrl-site.vrl-drawer-open .drawer.drawer-menu-explore {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	body.vrl-site.admin-bar .drawer.drawer-menu-explore {
		padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
	}

	.vrl-drawer-top {
		position: sticky;
		top: 0;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		padding: calc(1rem + env(safe-area-inset-top, 0px)) 1.25rem 1rem;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(8px);
		border-bottom: 1px solid rgba(0, 138, 82, 0.1);
	}

	body.vrl-site.admin-bar .vrl-drawer-top {
		padding-top: calc(2.5rem + env(safe-area-inset-top, 0px));
	}

	.vrl-drawer-top__label {
		margin: 0;
		font-family: var(--vrl-font-display);
		font-size: 0.75rem;
		font-weight: 700;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: var(--vrl-accent-dark);
	}

	.vrl-drawer-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		min-height: 40px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: var(--vrl-accent-soft);
		color: var(--vrl-accent-dark);
		font-size: 1.5rem;
		line-height: 1;
		cursor: pointer;
		transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
	}

	.vrl-drawer-close:hover,
	.vrl-drawer-close:focus-visible {
		background: var(--vrl-accent);
		color: #fff;
		outline: none;
		transform: scale(1.04);
	}

	.vrl-drawer-close span {
		display: block;
		margin-top: -0.12rem;
	}

	body.vrl-site .drawer .drawer-navigation {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0.75rem 0 0;
		font-size: 1rem;
	}

	body.vrl-site .drawer .drawer-navigation .menu {
		list-style: none;
		margin: 0;
		padding: 0 0.75rem;
	}

	body.vrl-site .drawer .drawer-navigation .menu > li {
		position: relative;
		width: 100%;
		margin: 0 0 0.35rem;
		padding: 0;
		list-style: none;
		border: none;
	}

	body.vrl-site .drawer .drawer-navigation .menu > li > a {
		display: block;
		padding: 0.9rem 2.75rem 0.9rem 0.85rem;
		margin: 0;
		color: var(--vrl-ink) !important;
		font-family: var(--vrl-font-display);
		font-size: 1.0625rem;
		font-weight: 600;
		text-transform: none !important;
		letter-spacing: 0.02em;
		line-height: 1.25;
		border: none;
		border-radius: 10px;
		transition: background 0.15s ease, color 0.15s ease;
	}

	body.vrl-site .drawer .drawer-navigation .menu > li > a:hover,
	body.vrl-site .drawer .drawer-navigation .menu > li > a:focus-visible {
		color: var(--vrl-accent-dark) !important;
		background: rgba(232, 245, 239, 0.65);
	}

	body.vrl-site .drawer .drawer-navigation li.current-menu-item > a,
	body.vrl-site .drawer .drawer-navigation li.current-page-item > a {
		color: var(--vrl-accent-dark) !important;
		font-weight: 700;
		background: var(--vrl-accent-soft);
	}

	body.vrl-site .drawer .menu-item-has-children.drop-open > a,
	body.vrl-site .drawer .page_item_has_children.drop-open > a {
		color: var(--vrl-accent-dark) !important;
		background: rgba(232, 245, 239, 0.85);
	}

	body.vrl-site .drawer .menu-item-has-children .toggle-sub,
	body.vrl-site .drawer .page_item_has_children .toggle-sub {
		position: absolute;
		top: 0.35rem;
		right: 0.15rem;
		width: 40px;
		height: 40px;
		padding: 0;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		background: transparent;
		border: none;
		border-radius: 50%;
		color: var(--vrl-accent-dark);
		cursor: pointer;
		box-shadow: none;
	}

	body.vrl-site .drawer .menu-item-has-children .toggle-sub:hover,
	body.vrl-site .drawer .menu-item-has-children .toggle-sub:focus-visible {
		background: rgba(0, 138, 82, 0.12);
		color: var(--vrl-accent);
		box-shadow: none;
		outline: none;
	}

	body.vrl-site .drawer .vrl-accordion-chevron {
		display: block;
		width: 8px;
		height: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.22s ease;
		margin-top: -3px;
	}

	body.vrl-site .drawer .menu-item-has-children.drop-open .vrl-accordion-chevron,
	body.vrl-site .drawer .page_item_has_children.drop-open .vrl-accordion-chevron {
		transform: rotate(-135deg);
		margin-top: 2px;
	}

	body.vrl-site .drawer .drawer-navigation .sub-menu,
	body.vrl-site .drawer .drawer-navigation .children {
		display: none;
		position: static;
		width: 100%;
		margin: 0.15rem 0 0.5rem;
		padding: 0.35rem 0 0.5rem 0.85rem;
		border: none;
		border-left: 2px solid rgba(0, 138, 82, 0.22);
		background: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	body.vrl-site .drawer .drawer-navigation .drop-open > .sub-menu.drop-active,
	body.vrl-site .drawer .drawer-navigation .drop-open > .children.drop-active {
		display: block;
		animation: vrl-submenu-in 0.22s ease;
	}

	@keyframes vrl-submenu-in {
		from {
			opacity: 0;
			transform: translateY(-4px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	body.vrl-site .drawer .drawer-navigation .sub-menu li,
	body.vrl-site .drawer .drawer-navigation .children li {
		border: none;
		margin: 0;
	}

	body.vrl-site .drawer .drawer-navigation .sub-menu a,
	body.vrl-site .drawer .drawer-navigation .children a {
		display: block;
		padding: 0.65rem 0.5rem 0.65rem 0;
		color: var(--vrl-ink-soft) !important;
		font-family: var(--vrl-font-body);
		font-size: var(--vrl-text-sm);
		font-weight: 500;
		line-height: 1.45;
		border-radius: 6px;
	}

	body.vrl-site .drawer .drawer-navigation .sub-menu a:hover,
	body.vrl-site .drawer .drawer-navigation .sub-menu a:focus-visible,
	body.vrl-site .drawer .drawer-navigation .children a:hover,
	body.vrl-site .drawer .drawer-navigation .children a:focus-visible {
		color: var(--vrl-accent-dark) !important;
		background: rgba(232, 245, 239, 0.45);
	}
}

/* ——— Footer gap ——— */
body.vrl-site #page.site.container,
body.vrl-site #content.site-content,
body.vrl-site #primary.content-area,
body.vrl-site .site-main {
	margin-bottom: 0;
}

body.vrl-site .site-footer.vrl-footer {
	margin-top: 0;
}

/* ——— Interior pages ——— */
body.vrl-site .post-content:has(.vrl-page-hero) .entry-header {
	display: none !important;
}

body.vrl-site .entry-content > .alignfull.vrl-page-hero {
	margin-top: 0;
}

body.vrl-site .vrl-page-hero + .vrl-section,
body.vrl-site .alignfull.vrl-page-hero + .wp-block-group {
	margin-top: 0;
}

/* ——— Header nav — final layer (beats Genesis customizer inline CSS) ——— */
body.vrl-site .site-title a,
body.vrl-site .site-header .main-navigation a,
body.vrl-site .site-header .main-navigation ul li.current-menu-item > a,
body.vrl-site .site-header .main-navigation ul li.current-page-item > a,
body.vrl-site .site-header .drawer-navigation a {
	color: var(--vrl-ink) !important;
	-webkit-text-fill-color: var(--vrl-ink) !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

body.vrl-site .site-header .main-navigation a:hover,
body.vrl-site .site-header .main-navigation a:focus-visible,
body.vrl-site .site-header .drawer-navigation a:hover,
body.vrl-site .site-header .drawer-navigation a:focus-visible {
	color: var(--vrl-ink-soft) !important;
	-webkit-text-fill-color: var(--vrl-ink-soft) !important;
}

body.vrl-site .site-header .main-navigation ul li.current-menu-item > a,
body.vrl-site .site-header .main-navigation ul li.current-page-item > a,
body.vrl-site .site-header .drawer-navigation li.current-menu-item > a,
body.vrl-site .site-header .drawer-navigation li.current-page-item > a {
	font-weight: 700 !important;
}
