/* Vierbeinerherz Core 2.0.1 — green, calm and scoped to managed pages. */
:root {
	--vbh-ink: #19352c;
	--vbh-ink-soft: #52675f;
	--vbh-forest: #315f4f;
	--vbh-forest-strong: #244f40;
	--vbh-forest-dark: #173f32;
	--vbh-forest-deep: #102e25;
	--vbh-sage: #91ad9f;
	--vbh-sage-pale: #e8f1ec;
	--vbh-mint: #d7e6de;
	--vbh-cream: #faf8f2;
	--vbh-paper: #ffffff;
	--vbh-line: rgba(25, 53, 44, .14);
	--vbh-line-strong: rgba(25, 53, 44, .24);
	--vbh-shadow-sm: 0 12px 32px rgba(23, 63, 50, .08);
	--vbh-shadow: 0 24px 64px rgba(23, 63, 50, .12);
	--vbh-radius-sm: 14px;
	--vbh-radius: 24px;
	--vbh-radius-lg: 38px;
	--vbh-shell: 1180px;
}

.vbh-brand-page,
.vbh-brand-page .site-content {
	background: var(--vbh-cream);
	color: var(--vbh-ink);
}

.vbh-brand-page {
	overflow-x: clip;
}

.vbh-brand-page.page .site-content > .ast-container,
.vbh-brand-page.page #primary,
.vbh-brand-page.page .site-main,
.vbh-brand-page.page .entry-content,
.single-vbh_guide .site-content > .ast-container,
.single-vbh_guide #primary,
.single-vbh_guide .site-main,
.single-vbh_guide .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.vbh-brand-page .entry-header,
.vbh-brand-page .post-thumb {
	display: none;
}

.vbh-brand-page.vbh-legal-page .site-content > .ast-container {
	width: min(calc(100% - 40px), 900px);
	max-width: 900px;
	margin-inline: auto;
	padding-block: clamp(64px, 8vw, 100px);
}

.vbh-brand-page.vbh-legal-page #primary,
.vbh-brand-page.vbh-legal-page .site-main,
.vbh-brand-page.vbh-legal-page .entry-content {
	width: 100%;
	max-width: 830px;
	margin-inline: auto;
}

.vbh-brand-page.vbh-legal-page .entry-header {
	display: block;
}

.vbh-brand-page.vbh-legal-page .entry-title,
.vbh-brand-page.vbh-legal-page .entry-content h1,
.vbh-brand-page.vbh-legal-page .entry-content h2,
.vbh-brand-page.vbh-legal-page .entry-content h3 {
	color: var(--vbh-ink);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.15;
}

.vbh-brand-page.vbh-legal-page .entry-title,
.vbh-brand-page.vbh-legal-page .entry-content h1 {
	font-size: clamp(2.3rem, 5vw, 4rem);
}

.vbh-brand-page .ast-primary-header-bar {
	background: rgba(250, 248, 242, .96);
	border-bottom: 1px solid rgba(49, 95, 79, .22);
	box-shadow: 0 5px 22px rgba(23, 63, 50, .05);
	backdrop-filter: blur(12px);
}

.vbh-brand-page .site-title a,
.vbh-brand-page .main-header-menu > .menu-item > .menu-link {
	color: var(--vbh-ink);
}

.vbh-brand-page .site-title a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
}

.vbh-brand-page .site-title a::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(49, 95, 79, .18);
	border-radius: 11px;
	background: white url("../../assets/vierbeinerherz-favicon.jpg") center 44% / 175% no-repeat;
	box-shadow: 0 6px 16px rgba(23, 63, 50, .1);
}

.vbh-brand-page .main-header-menu > .menu-item > .menu-link:hover,
.vbh-brand-page .main-header-menu > .current-menu-item > .menu-link,
.vbh-brand-page .main-header-menu > .current-menu-ancestor > .menu-link {
	color: var(--vbh-forest-strong);
}

.vbh-brand-page .main-header-menu > .menu-item:last-child > .menu-link {
	min-height: 44px;
	margin-block: 8px;
	padding: 0 20px;
	border-radius: 999px;
	background: var(--vbh-forest);
	color: white;
}

.vbh-brand-page .main-header-menu > .menu-item:last-child > .menu-link:hover {
	background: var(--vbh-forest-dark);
	color: white;
}

.vbh-brand-page .site-primary-footer-wrap,
.vbh-brand-page .site-above-footer-wrap,
.vbh-brand-page .site-below-footer-wrap {
	display: none;
}

.vbh-root,
.vbh-root * {
	box-sizing: border-box;
}

.vbh-root {
	color: var(--vbh-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.72;
}

.vbh-root h1,
.vbh-root h2,
.vbh-root h3,
.vbh-site-footer h2 {
	color: var(--vbh-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	letter-spacing: -.034em;
	line-height: 1.09;
	margin: 0 0 .55em;
}

.vbh-root h1 {
	font-size: clamp(2.65rem, 5.4vw, 5.15rem);
	max-width: 14ch;
}

.vbh-root h2 {
	font-size: clamp(2rem, 3.8vw, 3.45rem);
}

.vbh-root h3 {
	font-size: clamp(1.3rem, 2vw, 1.72rem);
}

.vbh-root p,
.vbh-root ul,
.vbh-root ol,
.vbh-root dl,
.vbh-root table {
	margin: 0 0 1.25em;
}

.vbh-root a,
.vbh-site-footer a {
	color: var(--vbh-forest-strong);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

.vbh-root :focus-visible,
.vbh-site-footer :focus-visible {
	outline: 3px solid #3f8069;
	outline-offset: 4px;
}

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

.vbh-narrow {
	max-width: 830px;
}

.vbh-full-bleed {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
}

.vbh-section {
	padding-block: clamp(72px, 9vw, 126px);
}

.vbh-section--soft {
	background: linear-gradient(135deg, var(--vbh-sage-pale), #f2f6f3);
}

.vbh-section--dark {
	background: var(--vbh-forest-deep);
	color: white;
}

.vbh-section--dark h2,
.vbh-section--dark h3,
.vbh-section--dark p {
	color: white;
}

.vbh-eyebrow {
	color: var(--vbh-forest-strong);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.4;
	margin-bottom: 16px !important;
	text-transform: uppercase;
}

.vbh-lead {
	color: var(--vbh-ink-soft);
	font-size: clamp(1.08rem, 1.7vw, 1.32rem);
	line-height: 1.65;
	max-width: 700px;
}

.vbh-section-heading {
	max-width: 810px;
	margin-bottom: 46px;
}

.vbh-section-heading > p:last-child {
	color: var(--vbh-ink-soft);
	font-size: 1.06rem;
	max-width: 720px;
}

.vbh-section-heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	max-width: none;
}

.vbh-section-heading--split > div {
	max-width: 790px;
}

.vbh-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.vbh-actions--center,
.vbh-centered-action {
	justify-content: center;
}

.vbh-centered-action {
	display: flex;
	margin-top: 42px;
}

.vbh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 12px 23px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: .94rem;
	font-weight: 760;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

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

.vbh-button--primary {
	background: var(--vbh-forest);
	color: white !important;
	box-shadow: 0 12px 28px rgba(23, 63, 50, .2);
}

.vbh-button--primary:hover {
	background: var(--vbh-forest-dark);
}

.vbh-button--secondary {
	background: var(--vbh-mint);
	color: var(--vbh-forest-deep) !important;
}

.vbh-button--ghost {
	border-color: var(--vbh-line-strong);
	background: rgba(255,255,255,.5);
	color: var(--vbh-ink) !important;
}

.vbh-button--ghost:hover {
	border-color: var(--vbh-forest);
	background: white;
}

.vbh-button--light {
	background: white;
	color: var(--vbh-forest-deep) !important;
}

.vbh-button--ghost-light {
	border-color: rgba(255,255,255,.48);
	background: transparent;
	color: white !important;
}

.vbh-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 760;
	text-decoration: none !important;
}

.vbh-text-link:hover {
	text-decoration: underline !important;
}

.vbh-arrow {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.vbh-brand-chip {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 22px;
	padding: 8px 13px;
	border: 1px solid var(--vbh-line);
	border-radius: 999px;
	background: rgba(255,255,255,.62);
	color: var(--vbh-forest-dark);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vbh-brand-chip svg {
	width: 24px;
	height: 24px;
	fill: var(--vbh-forest);
}

.vbh-brand-chip .vbh-icon-cut {
	fill: var(--vbh-cream);
}

/* Heroes and imagery */
.vbh-hero {
	padding-block: clamp(68px, 8vw, 112px);
	background:
		radial-gradient(circle at 90% 8%, rgba(145,173,159,.28), transparent 36%),
		linear-gradient(135deg, var(--vbh-cream), #f3f7f4);
}

.vbh-hero::after,
.vbh-page-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(49,95,79,.28), transparent);
}

.vbh-hero__grid,
.vbh-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
	align-items: center;
	gap: clamp(42px, 7vw, 90px);
}

.vbh-hero__content .vbh-lead {
	max-width: 680px;
}

.vbh-trust-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding: 0;
	margin-top: 30px !important;
	list-style: none;
}

.vbh-trust-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--vbh-ink-soft);
	font-size: .82rem;
	font-weight: 700;
}

.vbh-trust-list svg {
	width: 18px;
	height: 18px;
	color: var(--vbh-forest);
}

.vbh-page-hero {
	padding-block: clamp(64px, 8vw, 108px);
	background:
		radial-gradient(circle at 88% 0%, rgba(145,173,159,.24), transparent 35%),
		linear-gradient(135deg, var(--vbh-sage-pale), var(--vbh-cream));
}

.vbh-page-hero__inner {
	max-width: 940px;
}

.vbh-page-hero__grid h1 {
	font-size: clamp(2.55rem, 5vw, 4.65rem);
}

.vbh-photo {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(49,95,79,.16);
	border-radius: var(--vbh-radius-lg);
	background: var(--vbh-mint);
	box-shadow: var(--vbh-shadow);
}

.vbh-photo--hero,
.vbh-photo--page-hero {
	aspect-ratio: 4 / 3;
}

.vbh-photo--portrait {
	aspect-ratio: 4 / 5;
}

.vbh-photo--landscape {
	aspect-ratio: 3 / 2;
}

.vbh-photo__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vbh-photo--placeholder > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	height: 100%;
	min-height: 330px;
	padding: 34px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.85), rgba(215,230,222,.86)),
		repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(49,95,79,.04) 14px, rgba(49,95,79,.04) 15px);
	text-align: center;
}

.vbh-photo--placeholder img {
	width: min(240px, 55%);
	height: auto;
	mix-blend-mode: multiply;
}

.vbh-photo--placeholder span {
	max-width: 340px;
	color: var(--vbh-forest-dark);
	font-size: .88rem;
	font-weight: 750;
}

.vbh-photo figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	padding: 11px 14px;
	border-radius: 12px;
	background: rgba(16,46,37,.92);
	color: white;
	font-size: .7rem;
	line-height: 1.45;
}

/* Audience, story and value blocks */
.vbh-audience-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.vbh-audience-card {
	position: relative;
	padding: clamp(30px, 4vw, 50px);
	border: 1px solid var(--vbh-line);
	border-radius: var(--vbh-radius-lg);
	background: var(--vbh-paper);
	box-shadow: var(--vbh-shadow-sm);
}

.vbh-audience-card--primary {
	border-color: rgba(49,95,79,.3);
	background: linear-gradient(145deg, var(--vbh-sage-pale), white);
}

.vbh-card-icon,
.vbh-shop-card__icon,
.vbh-contact-facts article > div {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	border-radius: 16px;
	background: var(--vbh-mint);
	color: var(--vbh-forest-dark);
}

.vbh-card-icon svg,
.vbh-shop-card__icon svg,
.vbh-contact-facts article > div svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.vbh-mini-list,
.vbh-feature-list,
.vbh-fit-card ul,
.vbh-milestone-grid ul {
	padding: 0;
	list-style: none;
}

.vbh-mini-list li,
.vbh-feature-list li,
.vbh-fit-card li,
.vbh-milestone-grid li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 9px;
}

.vbh-mini-list li::before,
.vbh-feature-list li::before,
.vbh-fit-card li::before,
.vbh-milestone-grid li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--vbh-forest);
	font-weight: 900;
}

.vbh-value-grid,
.vbh-role-grid,
.vbh-week-grid,
.vbh-icon-grid,
.vbh-criteria-grid,
.vbh-contact-facts {
	display: grid;
	gap: 20px;
}

.vbh-value-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vbh-value-grid article,
.vbh-role-grid article,
.vbh-week-grid article,
.vbh-icon-grid article,
.vbh-criteria-grid article,
.vbh-contact-facts article {
	padding: 30px;
	border: 1px solid var(--vbh-line);
	border-radius: var(--vbh-radius);
	background: rgba(255,255,255,.8);
}

.vbh-value-grid article > span,
.vbh-role-grid article > span,
.vbh-week-grid article > span,
.vbh-criteria-grid article > span {
	display: inline-flex;
	margin-bottom: 22px;
	color: var(--vbh-forest);
	font-size: .77rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.vbh-story-split,
.vbh-two-column {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	align-items: center;
	gap: clamp(42px, 7vw, 88px);
}

.vbh-story-split > div p:not(.vbh-eyebrow) {
	color: var(--vbh-ink-soft);
}

.vbh-icon-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vbh-icon-grid article > div {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 16px;
	background: var(--vbh-sage-pale);
	color: var(--vbh-forest-dark);
}

.vbh-icon-grid svg {
	width: 29px;
	height: 29px;
	fill: currentColor;
}

.vbh-answer-box,
.vbh-callout,
.vbh-safety-card,
.vbh-profile-panel {
	padding: clamp(30px, 5vw, 54px);
	border: 1px solid var(--vbh-line);
	border-radius: var(--vbh-radius-lg);
	background: white;
	box-shadow: var(--vbh-shadow-sm);
}

.vbh-answer-box {
	border-left: 7px solid var(--vbh-forest);
}

.vbh-answer-box h2 {
	font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.vbh-callout--center {
	text-align: center;
}

.vbh-callout--center p,
.vbh-callout--center h2 {
	max-width: 700px;
	margin-inline: auto;
}

.vbh-fit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.vbh-fit-card {
	padding: clamp(30px, 4vw, 46px);
	border-radius: var(--vbh-radius-lg);
	background: white;
}

.vbh-fit-card--yes {
	border: 2px solid rgba(49,95,79,.35);
}

.vbh-fit-card--no {
	border: 1px solid rgba(25,53,44,.18);
	background: rgba(255,255,255,.66);
}

.vbh-fit-card--no li::before {
	content: "–";
	color: var(--vbh-ink-soft);
}

.vbh-role-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vbh-feature-list li {
	padding-left: 30px;
	margin-bottom: 16px;
}

/* Self-check */
.vbh-self-check {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: clamp(38px, 7vw, 86px);
}

.vbh-self-check .vbh-eyebrow {
	color: #bad2c6;
}

.vbh-self-check__question {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,.16);
}

.vbh-self-check__question:first-child {
	padding-top: 0;
}

.vbh-self-check__question p {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	font-weight: 720;
}

.vbh-self-check__question p span {
	display: grid;
	place-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255,255,255,.14);
	font-size: .72rem;
}

.vbh-self-check__question > div {
	display: flex;
	gap: 10px;
	margin-left: 41px;
}

.vbh-self-check button {
	padding: 8px 15px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 999px;
	background: transparent;
	color: white;
	cursor: pointer;
	font: inherit;
	font-size: .82rem;
	font-weight: 700;
}

.vbh-self-check button[aria-pressed="true"] {
	border-color: white;
	background: white;
	color: var(--vbh-forest-deep);
}

.vbh-self-check__result {
	grid-column: 2;
	margin-top: 22px;
	padding: 22px 24px;
	border-radius: 18px;
	background: rgba(255,255,255,.1);
}

.vbh-self-check__result strong {
	display: block;
	margin-bottom: 7px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
}

.vbh-self-check__result p {
	margin: 0;
	color: #d8e7df;
}

/* Timelines and onboarding */
.vbh-timeline {
	position: relative;
	padding: 0;
	margin: 0 !important;
	list-style: none;
}

.vbh-timeline::before {
	content: "";
	position: absolute;
	top: 26px;
	bottom: 26px;
	left: 26px;
	width: 2px;
	background: var(--vbh-mint);
}

.vbh-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 24px;
	padding-bottom: 38px;
}

.vbh-timeline li:last-child {
	padding-bottom: 0;
}

.vbh-timeline li > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--vbh-forest);
	color: white;
	font-weight: 850;
}

.vbh-timeline h3 {
	margin-bottom: 8px;
}

.vbh-week-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vbh-milestone-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.vbh-milestone-grid article {
	padding: clamp(32px, 5vw, 52px);
	border: 1px solid var(--vbh-line);
	border-radius: var(--vbh-radius-lg);
	background: white;
	box-shadow: var(--vbh-shadow-sm);
}

.vbh-milestone-number {
	margin-bottom: 24px;
	color: var(--vbh-forest);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -.05em;
}

.vbh-code-panel {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(40px, 8vw, 100px);
}

.vbh-code-panel .vbh-eyebrow {
	color: #bad2c6;
}

.vbh-code-list p {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 15px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255,255,255,.15);
	margin: 0;
}

.vbh-code-list span {
	color: #bad2c6;
	font-size: .78rem;
	font-weight: 850;
}

.vbh-profile-panel {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: clamp(36px, 7vw, 82px);
}

.vbh-profile-panel dl {
	margin: 0;
}

.vbh-profile-panel dl div {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid var(--vbh-line);
}

.vbh-profile-panel dt {
	color: var(--vbh-ink-soft);
	font-size: .75rem;
	font-weight: 850;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.vbh-profile-panel dd {
	margin: 0;
	font-weight: 680;
}

/* Consulting */
.vbh-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.vbh-check-grid div {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 13px 15px;
	border-radius: 13px;
	background: white;
	font-size: .9rem;
	font-weight: 680;
}

.vbh-check-grid svg {
	width: 20px;
	height: 20px;
	color: var(--vbh-forest);
}

.vbh-safety-card {
	border-left: 7px solid var(--vbh-forest-dark);
	background: var(--vbh-sage-pale);
}

/* Router and shops */
.vbh-router {
	display: grid;
	grid-template-columns: 1fr .86fr;
	min-height: 500px;
	overflow: hidden;
	border: 1px solid var(--vbh-line);
	border-radius: var(--vbh-radius-lg);
	background: white;
	box-shadow: var(--vbh-shadow);
}

.vbh-router__question,
.vbh-router__results {
	padding: clamp(28px, 5vw, 54px);
}

.vbh-router__results {
	display: grid;
	place-items: center;
	background: var(--vbh-sage-pale);
}

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

.vbh-router__choices button {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 104px;
	padding: 17px;
	border: 1px solid var(--vbh-line);
	border-radius: 17px;
	background: white;
	color: var(--vbh-ink);
	cursor: pointer;
	font: inherit;
	text-align: left;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.vbh-router__choices button:hover,
.vbh-router__choices button[aria-pressed="true"] {
	border-color: var(--vbh-forest);
	background: var(--vbh-sage-pale);
	transform: translateY(-2px);
}

.vbh-router__choices svg {
	width: 36px;
	height: 36px;
	fill: var(--vbh-forest);
}

.vbh-router__choices strong,
.vbh-router__choices small {
	display: block;
}

.vbh-router__choices small {
	margin-top: 3px;
	color: var(--vbh-ink-soft);
	font-size: .72rem;
	line-height: 1.35;
}

.vbh-router__placeholder {
	max-width: 300px;
	text-align: center;
}

.vbh-router__placeholder svg {
	width: 72px;
	height: 72px;
	fill: var(--vbh-forest);
}

.vbh-router-result {
	width: 100%;
	max-width: 380px;
}

.vbh-router-result[hidden] {
	display: none !important;
}

.vbh-result-label {
	color: var(--vbh-forest);
	font-size: .75rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.vbh-promo-pill {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--vbh-mint);
	color: var(--vbh-forest-dark);
	font-size: .78rem;
	font-weight: 800;
}

.vbh-noscript {
	margin-top: 20px;
	padding: 16px 18px;
	border-radius: 14px;
	background: var(--vbh-sage-pale);
}

.vbh-shop-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.vbh-shop-card {
	display: flex;
	flex-direction: column;
	min-height: 390px;
	padding: 28px;
	border: 1px solid var(--vbh-line);
	border-top: 5px solid var(--vbh-card-accent, var(--vbh-forest));
	border-radius: var(--vbh-radius);
	background: white;
	box-shadow: var(--vbh-shadow-sm);
}

.vbh-shop-card > p:not(.vbh-eyebrow) {
	color: var(--vbh-ink-soft);
}

.vbh-shop-card .vbh-text-link {
	margin-top: auto;
}

.vbh-shop-card__promo {
	margin: 3px 0 22px;
	padding: 12px;
	border-radius: 13px;
	background: var(--vbh-sage-pale);
}

.vbh-shop-card__promo span {
	display: block;
	margin-bottom: 7px;
	color: var(--vbh-forest-dark);
	font-size: .76rem;
	font-weight: 760;
}

.vbh-shop-card__promo button {
	padding: 5px 9px;
	border: 1px solid rgba(49,95,79,.3);
	border-radius: 8px;
	background: white;
	color: var(--vbh-forest-dark);
	cursor: pointer;
	font: inherit;
	font-size: .7rem;
	font-weight: 800;
}

.vbh-shop-card__promo button.is-copied {
	background: var(--vbh-forest);
	color: white;
}

.vbh-commercial-note {
	margin-top: 28px !important;
	padding: 15px 18px;
	border-left: 4px solid var(--vbh-forest);
	border-radius: 0 12px 12px 0;
	background: rgba(215,230,222,.48);
	color: var(--vbh-ink-soft);
	font-size: .8rem;
}

/* Knowledge cards */
.vbh-topic-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 36px;
}

.vbh-topic-nav a {
	padding: 9px 14px;
	border: 1px solid var(--vbh-line);
	border-radius: 999px;
	background: white;
	color: var(--vbh-ink) !important;
	font-size: .8rem;
	font-weight: 740;
	text-decoration: none !important;
}

.vbh-topic-nav a:hover,
.vbh-topic-nav a.is-active {
	border-color: var(--vbh-forest);
	background: var(--vbh-forest);
	color: white !important;
}

.vbh-insight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.vbh-insight-card {
	overflow: hidden;
	border: 1px solid var(--vbh-line);
	border-radius: var(--vbh-radius);
	background: white;
	box-shadow: var(--vbh-shadow-sm);
}

.vbh-insight-card__visual {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--vbh-sage-pale);
}

.vbh-insight-card__visual--placeholder {
	display: grid;
	place-items: center;
}

.vbh-insight-card__visual--placeholder svg {
	width: 58px;
	height: 58px;
	fill: var(--vbh-forest);
}

.vbh-insight-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.vbh-insight-card:hover .vbh-insight-card__image {
	transform: scale(1.035);
}

.vbh-insight-card__body {
	padding: 25px;
}

.vbh-insight-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 15px;
	color: var(--vbh-ink-soft);
	font-size: .68rem;
	font-weight: 780;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.vbh-insight-card h3 a {
	color: inherit;
	text-decoration: none;
}

.vbh-insight-card__body > p {
	color: var(--vbh-ink-soft);
	font-size: .92rem;
}

.vbh-empty-state {
	padding: 50px;
	border: 1px dashed var(--vbh-line-strong);
	border-radius: var(--vbh-radius);
	background: white;
	text-align: center;
}

.vbh-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin-top: 40px !important;
	list-style: none;
}

.vbh-pagination a,
.vbh-pagination span {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid var(--vbh-line);
	border-radius: 50%;
	background: white;
	text-decoration: none;
}

.vbh-pagination .current {
	background: var(--vbh-forest);
	color: white;
}

/* Editorial and prose */
.vbh-prose {
	font-size: 1.05rem;
}

.vbh-prose > h2 {
	margin-top: 1.65em;
	font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.vbh-prose > h3 {
	margin-top: 1.5em;
}

.vbh-prose p,
.vbh-prose li {
	color: #314a41;
}

.vbh-prose a {
	font-weight: 700;
}

.vbh-prose table {
	width: 100%;
	border-collapse: collapse;
	font-size: .9rem;
}

.vbh-prose th,
.vbh-prose td {
	padding: 13px 14px;
	border: 1px solid var(--vbh-line);
	text-align: left;
	vertical-align: top;
}

.vbh-prose th {
	background: var(--vbh-sage-pale);
}

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

/* Contact */
.vbh-contact-paths {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.vbh-contact-path {
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid var(--vbh-line);
	border-radius: var(--vbh-radius-lg);
	background: white;
	box-shadow: var(--vbh-shadow-sm);
}

.vbh-contact-path--primary {
	background: linear-gradient(145deg, var(--vbh-sage-pale), white);
}

.vbh-message-template {
	margin-top: 30px;
	padding: 17px 19px;
	border: 1px dashed var(--vbh-line-strong);
	border-radius: 15px;
	background: rgba(255,255,255,.68);
	font-size: .82rem;
}

.vbh-message-template p {
	margin: 8px 0 0;
	color: var(--vbh-ink-soft);
}

.vbh-contact-facts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* FAQ */
.vbh-faq {
	border-top: 1px solid var(--vbh-line);
}

.vbh-faq details {
	border-bottom: 1px solid var(--vbh-line);
}

.vbh-faq summary {
	position: relative;
	padding: 22px 42px 22px 0;
	color: var(--vbh-ink);
	cursor: pointer;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	font-weight: 600;
	list-style: none;
}

.vbh-faq summary::-webkit-details-marker {
	display: none;
}

.vbh-faq summary span,
.vbh-faq summary span::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 7px;
	width: 18px;
	height: 2px;
	background: var(--vbh-forest);
	transition: transform .2s ease;
}

.vbh-faq summary span::after {
	top: 0;
	right: 0;
	transform: rotate(90deg);
}

.vbh-faq details[open] summary span::after {
	transform: rotate(0);
}

.vbh-faq details > div {
	max-width: 720px;
	padding: 0 0 24px;
	color: var(--vbh-ink-soft);
}

/* Article pages */
.vbh-guide-header {
	padding-block: clamp(62px, 8vw, 105px) clamp(42px, 6vw, 70px);
	background: linear-gradient(135deg, var(--vbh-sage-pale), var(--vbh-cream));
}

.vbh-guide-header h1 {
	max-width: 16ch;
}

.vbh-breadcrumbs {
	display: flex;
	gap: 9px;
	margin-bottom: 28px;
	color: var(--vbh-ink-soft);
	font-size: .76rem;
}

.vbh-breadcrumbs a {
	color: inherit;
}

.vbh-guide-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 24px;
	color: var(--vbh-ink-soft);
	font-size: .76rem;
}

.vbh-guide-featured-wrap {
	margin-top: 46px;
}

.vbh-guide-featured {
	display: block;
	width: 100%;
	max-height: 650px;
	object-fit: cover;
	border-radius: var(--vbh-radius-lg);
	box-shadow: var(--vbh-shadow);
}

.vbh-guide-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 760px);
	justify-content: center;
	gap: 58px;
	padding-block: clamp(60px, 8vw, 105px);
}

.vbh-toc {
	position: sticky;
	top: 120px;
	align-self: start;
	padding: 20px;
	border: 1px solid var(--vbh-line);
	border-radius: 16px;
	background: white;
	font-size: .75rem;
}

.vbh-toc > p {
	margin-bottom: 12px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vbh-toc ol {
	padding-left: 18px;
	margin: 0;
}

.vbh-toc li {
	margin-bottom: 8px;
}

.vbh-toc a {
	color: var(--vbh-ink-soft);
	text-decoration: none;
}

.vbh-toc a:hover {
	color: var(--vbh-forest);
	text-decoration: underline;
}

.vbh-article-body > p:first-child {
	padding: 20px 22px;
	border-left: 5px solid var(--vbh-forest);
	border-radius: 0 14px 14px 0;
	background: var(--vbh-sage-pale);
}

.vbh-guide-author {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 24px;
	margin-top: 30px;
	padding: 30px;
	border: 1px solid var(--vbh-line);
	border-radius: var(--vbh-radius);
	background: white;
}

.vbh-guide-author__avatar {
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: var(--vbh-forest);
	color: white;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.vbh-guide-author h2 {
	font-size: 2rem;
}

.vbh-article-next {
	margin: 40px 0 80px;
	padding: clamp(30px, 5vw, 50px);
	border-radius: var(--vbh-radius-lg);
	background: var(--vbh-sage-pale);
}

/* CTA and footer */
.vbh-cta-band {
	padding-block: clamp(58px, 7vw, 88px);
	background: var(--vbh-forest-dark);
}

.vbh-cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
}

.vbh-cta-band h2,
.vbh-cta-band p {
	color: white;
}

.vbh-cta-band .vbh-eyebrow {
	color: #bfd7cb;
}

.vbh-cta-band h2 {
	max-width: 760px;
	font-size: clamp(2rem, 4vw, 3.3rem);
}

.vbh-site-footer {
	background: var(--vbh-forest-deep);
	color: #d8e6df;
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.vbh-site-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr .8fr .8fr 1fr;
	gap: 40px;
	padding-block: 58px 48px;
}

.vbh-site-footer h2 {
	color: white;
	font-size: 1rem;
	letter-spacing: 0;
}

.vbh-site-footer nav a,
.vbh-footer-contact a {
	display: block;
	margin: 8px 0;
	color: #d8e6df;
	font-size: .82rem;
	text-decoration: none;
}

.vbh-site-footer nav a:hover,
.vbh-footer-contact a:hover {
	color: white;
	text-decoration: underline;
}

.vbh-footer-brand img {
	display: block;
	width: 150px;
	height: 150px;
	margin-bottom: 18px;
	border-radius: 24px;
	background: white;
	object-fit: cover;
}

.vbh-footer-brand p,
.vbh-site-footer__grid > div > p {
	max-width: 290px;
	font-size: .82rem;
}

.vbh-site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-block: 18px;
	border-top: 1px solid rgba(255,255,255,.14);
	font-size: .72rem;
}

.vbh-site-footer__bottom p {
	margin: 0;
}

.vbh-site-footer__bottom a {
	color: white;
}

/* Responsive */
@media (max-width: 1100px) {
	.vbh-hero__grid,
	.vbh-page-hero__grid { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); }
	.vbh-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vbh-shop-card { min-height: 340px; }
	.vbh-icon-grid,
	.vbh-role-grid,
	.vbh-week-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vbh-site-footer__grid { grid-template-columns: 1.25fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 900px) {
	.vbh-root { font-size: 16px; }
	.vbh-hero__grid,
	.vbh-page-hero__grid,
	.vbh-story-split,
	.vbh-two-column,
	.vbh-self-check,
	.vbh-code-panel,
	.vbh-profile-panel,
	.vbh-router { grid-template-columns: 1fr; }
	.vbh-hero .vbh-photo { max-width: 620px; }
	.vbh-page-hero .vbh-photo { max-width: 560px; }
	.vbh-audience-grid,
	.vbh-fit-grid,
	.vbh-milestone-grid,
	.vbh-contact-paths { grid-template-columns: 1fr; }
	.vbh-value-grid--three,
	.vbh-insight-grid,
	.vbh-criteria-grid,
	.vbh-contact-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vbh-section-heading--split,
	.vbh-cta-band__inner { align-items: flex-start; flex-direction: column; }
	.vbh-self-check__result { grid-column: 1; }
	.vbh-router__results { min-height: 360px; }
	.vbh-guide-layout { grid-template-columns: minmax(0, 760px); }
	.vbh-toc { position: static; }
	.vbh-site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.vbh-shell { width: min(calc(100% - 28px), var(--vbh-shell)); }
	.vbh-section { padding-block: 62px; }
	.vbh-hero { padding-block: 52px 66px; }
	.vbh-root h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
	.vbh-root h2 { font-size: clamp(1.85rem, 9vw, 2.6rem); }
	.vbh-actions { align-items: stretch; flex-direction: column; }
	.vbh-button { width: 100%; }
	.vbh-trust-list { align-items: flex-start; flex-direction: column; }
	.vbh-value-grid--three,
	.vbh-icon-grid,
	.vbh-role-grid,
	.vbh-week-grid,
	.vbh-insight-grid,
	.vbh-criteria-grid,
	.vbh-contact-facts,
	.vbh-check-grid { grid-template-columns: 1fr; }
	.vbh-audience-card,
	.vbh-contact-path,
	.vbh-callout,
	.vbh-answer-box,
	.vbh-safety-card { padding: 27px 22px; border-radius: 23px; }
	.vbh-router { border-radius: 22px; }
	.vbh-router__question,
	.vbh-router__results { padding: 27px 20px; }
	.vbh-router__choices { grid-template-columns: 1fr; }
	.vbh-router__choices button { min-height: 88px; }
	.vbh-shop-grid { grid-template-columns: 1fr; }
	.vbh-shop-card { min-height: 0; }
	.vbh-self-check__question > div { margin-left: 0; }
	.vbh-profile-panel dl div { grid-template-columns: 1fr; gap: 3px; }
	.vbh-guide-layout { padding-block: 55px; }
	.vbh-guide-author { grid-template-columns: 1fr; }
	.vbh-site-footer__grid { grid-template-columns: 1fr; }
	.vbh-site-footer__bottom { flex-direction: column; gap: 7px; }
	.vbh-footer-brand img { width: 120px; height: 120px; }
}

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