:root {
	--vs-heading: #2c3e2d;
	--vs-primary: #4a6741;
	--vs-primary-dark: #334b31;
	--vs-bg: #f9f7f4;
	--vs-text: #1c1c1c;
	--vs-accent: #c98263;
	--vs-soft: #eef3ea;
	--vs-border: #e4ddd2;
	--vs-white: #ffffff;
	--vs-display: "Playfair Display", Georgia, serif;
	--vs-body: "Inter", Arial, Helvetica, sans-serif;
	--vs-shell: min(1240px, calc(100% - 48px));
	--vs-reading: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.vs-editorial-site {
	margin: 0;
	background: var(--vs-bg);
	color: var(--vs-text);
	font-family: var(--vs-body);
	font-size: 18px;
	line-height: 1.72;
}
body.vs-editorial-site h1,
body.vs-editorial-site h2,
body.vs-editorial-site h3 {
	margin: 0;
	color: var(--vs-heading);
	font-family: var(--vs-display);
	font-weight: 600;
	letter-spacing: -0.025em;
}
body.vs-editorial-site h1 { font-size: clamp(3.6rem, 7vw, 6.6rem); line-height: .94; }
body.vs-editorial-site h2 { font-size: clamp(2.4rem, 4.5vw, 4.25rem); line-height: 1.04; }
body.vs-editorial-site h3 { font-size: 1.6rem; line-height: 1.2; }
body.vs-editorial-site em { color: var(--vs-accent); font-weight: 500; }
body.vs-editorial-site p { margin: 0 0 1.25rem; }
body.vs-editorial-site a { color: inherit; }
body.vs-editorial-site img { display: block; max-width: 100%; }

.vs-shell { width: var(--vs-shell); margin-inline: auto; }
.vs-skip-link { position: fixed; left: 20px; top: -100px; z-index: 9999; padding: 12px 18px; background: var(--vs-heading); color: var(--vs-white); }
.vs-skip-link:focus { top: 20px; }

.vs-site-header {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid rgba(44,62,45,.1);
	background: rgba(249,247,244,.96);
}
.vs-header-inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.vs-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--vs-heading); font-size: 1.05rem; font-weight: 600; text-decoration: none; letter-spacing: .01em; }
.vs-brand img { width: 31px; height: auto; }
.vs-desktop-nav { display: flex; justify-content: center; gap: 30px; font-size: .87rem; font-weight: 600; }
.vs-desktop-nav a,
.vs-footer-nav a { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.vs-desktop-nav a { text-decoration: none; }
.vs-desktop-nav a:hover,
.vs-desktop-nav a:focus-visible { color: var(--vs-primary); text-decoration: underline; }

.vs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	min-height: 54px;
	padding: 14px 22px;
	border: 1px solid var(--vs-primary);
	border-radius: 4px;
	background: var(--vs-primary);
	color: var(--vs-white) !important;
	font-size: .88rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.vs-button:hover,
.vs-button:focus-visible { border-color: var(--vs-primary-dark); background: var(--vs-primary-dark); transform: translateY(-1px); }
.vs-button-small { min-height: 44px; padding: 10px 17px; font-size: .8rem; }
.vs-text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--vs-heading) !important; font-size: .9rem; font-weight: 600; text-decoration: underline; text-decoration-color: var(--vs-accent); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.vs-text-link:hover,
.vs-text-link:focus-visible { color: var(--vs-primary) !important; }
.vs-text-link-strong { font-size: 1rem; }
.vs-mobile-menu { display: none; }

.vs-hero { padding: clamp(72px, 9vw, 132px) 0 clamp(88px, 10vw, 150px); }
.vs-hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(340px, .72fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.vs-hero-copy { max-width: 760px; }
.vs-kicker { margin-bottom: 20px !important; color: var(--vs-primary); font-size: .71rem; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.vs-lead { max-width: 650px; margin-top: 34px !important; color: #484b47; font-size: clamp(1.15rem, 2vw, 1.42rem); line-height: 1.65; }
.vs-lead-small { font-size: 1.2rem; line-height: 1.62; }
.vs-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.vs-microcopy { margin-top: 18px !important; color: #6a6d68; font-size: .77rem; }
.vs-hero-figure { position: relative; margin: 0; }
.vs-hero-figure::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: -1; background: var(--vs-soft); }
.vs-hero-figure img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; border-radius: 3px; }
.vs-hero-figure figcaption { max-width: 330px; margin: 18px 0 0 auto; color: #666b64; font-family: var(--vs-display); font-size: .95rem; font-style: italic; line-height: 1.45; text-align: right; }

.vs-statement { padding: clamp(70px, 9vw, 120px) 0; background: var(--vs-heading); color: var(--vs-white); }
.vs-statement-grid { display: grid; grid-template-columns: 100px minmax(0, 920px); gap: clamp(24px, 7vw, 96px); align-items: start; }
.vs-statement h2 { color: var(--vs-white) !important; }
.vs-statement .vs-kicker { color: #bfcfba; }
.vs-statement p:last-child { max-width: 690px; margin-top: 28px; color: #e7ede4; font-size: 1.2rem; }
.vs-index { margin: 0 !important; color: var(--vs-accent); font-family: var(--vs-display); font-size: 1.05rem; font-style: italic; }

.vs-section { padding: clamp(90px, 11vw, 160px) 0; }
.vs-section-heading { max-width: 930px; margin-bottom: clamp(52px, 7vw, 88px); }
.vs-observation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(26px, 4vw, 60px); }
.vs-observation-grid article { min-height: 230px; padding: 6px 28px 0 0; border-top: 3px solid var(--vs-accent); }
.vs-observation-grid .vs-index { margin-top: 22px !important; }
.vs-observation-grid h3 { margin: 44px 0 16px; }
.vs-observation-grid p:last-child { color: #555a54; font-size: .95rem; }

.vs-section-soft { background: var(--vs-soft); }
.vs-editorial-split { display: grid; grid-template-columns: .24fr 1.08fr .68fr; gap: clamp(32px, 6vw, 82px); align-items: start; }
.vs-editorial-number { color: rgba(74,103,65,.18); font-family: var(--vs-display); font-size: clamp(6rem, 13vw, 12rem); font-weight: 600; line-height: .75; }
.vs-editorial-copy h2 { max-width: 760px; margin-bottom: 34px; }
.vs-editorial-copy > p:not(.vs-kicker) { max-width: var(--vs-reading); }
.vs-editorial-copy .vs-button { margin-top: 18px; }
.vs-editorial-note { padding: 34px 0 0 34px; border-left: 1px solid #cbd6c7; }
.vs-editorial-note ul { margin: 0 0 24px; padding: 0; list-style: none; }
.vs-editorial-note li { padding: 13px 0; border-bottom: 1px solid #d8e0d5; font-family: var(--vs-display); font-size: 1.08rem; }

.vs-coaching-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.vs-coaching-grid .vs-section-heading { margin: 0; }
.vs-coaching-copy { padding-top: 48px; }
.vs-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 42px 0; }
.vs-detail-grid p { padding-top: 18px; border-top: 1px solid var(--vs-border); color: #555a54; font-size: .9rem; }
.vs-detail-grid strong { color: var(--vs-heading); }

.vs-about { background: var(--vs-white); }
.vs-about-grid { display: grid; grid-template-columns: minmax(320px, .76fr) minmax(0, 1fr); gap: clamp(50px, 10vw, 140px); align-items: center; }
.vs-about-quote { margin: 0; padding: 56px; background: var(--vs-soft); }
.vs-about-quote p { margin: 0 !important; color: var(--vs-heading); font-family: var(--vs-display); font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 600; letter-spacing: -.03em; line-height: 1.08; }
.vs-about-copy { max-width: 690px; }
.vs-about-copy h2 { margin-bottom: 30px; }
.vs-about-copy .vs-text-link { margin-top: 12px; }

.vs-blog-band { padding-top: clamp(80px, 9vw, 120px); padding-bottom: clamp(80px, 9vw, 120px); background: var(--vs-bg); }
.vs-blog-grid { display: grid; grid-template-columns: 1.05fr .65fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.vs-blog-grid h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); }

.vs-closing { padding: clamp(90px, 12vw, 160px) 0; background: var(--vs-primary); text-align: center; }
.vs-closing-inner { max-width: 1000px; }
.vs-closing .vs-kicker { color: #dce7d8; }
.vs-closing h2 { color: var(--vs-white) !important; }
.vs-closing h2 em { color: #f0b096; }
.vs-closing-inner > p:not(.vs-kicker) { max-width: 780px; margin: 24px auto 0 !important; color: rgba(255, 250, 246, .9) !important; font-size: 1.08rem; line-height: 1.7; }
.vs-actions-center { justify-content: center; }
.vs-button-light { border-color: var(--vs-white); background: var(--vs-white); color: var(--vs-heading) !important; }
.vs-button-light:hover,
.vs-button-light:focus-visible { border-color: var(--vs-soft); background: var(--vs-soft); }
.vs-closing .vs-text-link-light { color: var(--vs-white) !important; text-decoration-color: #f0b096; text-decoration-thickness: 1px; text-underline-offset: 7px; }

/* Home palette refinement — warm white with clearer terracotta accents. */
body.vs-page-home {
	--vs-primary: #b55235;
	--vs-primary-dark: #8f3f2a;
	--vs-bg: #ffffff;
	--vs-soft: #f8e9e2;
	--vs-border: #ead2c7;
	background: #ffffff;
}
body.vs-page-home .vs-site-header {
	border-bottom-color: rgba(181, 82, 53, .16);
	background: rgba(255, 255, 255, .97);
}
body.vs-page-home .vs-desktop-nav a:hover,
body.vs-page-home .vs-desktop-nav a:focus-visible,
body.vs-page-home .vs-text-link:hover,
body.vs-page-home .vs-text-link:focus-visible { color: var(--vs-primary) !important; }
body.vs-page-home .vs-hero,
body.vs-page-home .vs-section,
body.vs-page-home .vs-blog-band { background: #ffffff; }
body.vs-page-home .vs-hero-figure::before { background: #f3d8cc; }
body.vs-page-home .vs-statement { background: #a6543d; }
body.vs-page-home .vs-statement .vs-kicker { color: #ffece3; }
body.vs-page-home .vs-statement p:last-child { color: #fff8f4; }
body.vs-page-home .vs-section-soft {
	border-top: 1px solid #efd7cc;
	border-bottom: 1px solid #efd7cc;
	background: #ffffff;
}
body.vs-page-home .vs-editorial-number { color: rgba(181, 82, 53, .19); }
body.vs-page-home .vs-editorial-note { border-color: #e6c4b5; }
body.vs-page-home .vs-editorial-note li { border-color: #efd7cc; }
body.vs-page-home .vs-about { background: #ffffff; }
body.vs-page-home .vs-about-quote { background: #f8e9e2; }
body.vs-page-home .vs-closing { background: #b55235; }
body.vs-page-home .vs-closing .vs-kicker { color: #ffece3; }
body.vs-page-home .vs-closing .vs-text-link-light { text-decoration-color: #ffd8c8; }

/* Interior brand pages follow the approved white/terracotta Home direction. */
body.vs-page-coaching,
body.vs-page-the-energy-reset,
body.vs-page-over-karlien {
	--vs-primary: #b55235;
	--vs-primary-dark: #8f3f2a;
	--vs-bg: #ffffff;
	--vs-soft: #f8e9e2;
	--vs-border: #ead2c7;
	background: #ffffff;
}
body.vs-page-coaching .vs-site-header,
body.vs-page-the-energy-reset .vs-site-header,
body.vs-page-over-karlien .vs-site-header {
	border-bottom-color: rgba(181, 82, 53, .16);
	background: rgba(255, 255, 255, .97);
}
body.vs-page-coaching .vs-page-hero,
body.vs-page-coaching .vs-section,
body.vs-page-the-energy-reset .vs-offer-hero,
body.vs-page-the-energy-reset .vs-section,
body.vs-page-over-karlien .vs-page-hero,
body.vs-page-over-karlien .vs-section { background: #ffffff; }
body.vs-page-coaching .vs-section-soft,
body.vs-page-the-energy-reset .vs-section-soft,
body.vs-page-over-karlien .vs-section-soft {
	border-top: 1px solid #efd7cc;
	border-bottom: 1px solid #efd7cc;
	background: #ffffff;
}
body.vs-page-coaching .vs-contact-section {
	border-top: 1px solid #efd7cc;
	background: #ffffff;
}
body.vs-page-coaching .vs-contact-form {
	border-color: #e3b9a8;
	background: #fffaf7;
}
body.vs-page-coaching .vs-contact-form input:focus,
body.vs-page-coaching .vs-contact-form textarea:focus { outline-color: rgba(181, 82, 53, .18); }
body.vs-page-coaching .vs-offer-band,
body.vs-page-the-energy-reset .vs-statement,
body.vs-page-over-karlien .vs-statement { background: #a6543d; }
body.vs-page-coaching .vs-offer-band { color: #fff8f4; }
body.vs-page-coaching .vs-offer-band .vs-kicker,
body.vs-page-the-energy-reset .vs-statement .vs-kicker,
body.vs-page-over-karlien .vs-statement .vs-kicker { color: #ffece3; }
body.vs-page-coaching .vs-offer-facts span { color: #ffe8de; }
body.vs-page-the-energy-reset .vs-statement p:last-child,
body.vs-page-over-karlien .vs-statement p:last-child { color: #fff8f4; }
body.vs-page-the-energy-reset .vs-price-card { background: #f8e9e2; }
body.vs-page-the-energy-reset .vs-faq-section { background: #ffffff; }
body.vs-page-the-energy-reset .vs-closing,
body.vs-page-over-karlien .vs-closing { background: #b55235; }
body.vs-page-the-energy-reset .vs-closing .vs-kicker,
body.vs-page-over-karlien .vs-closing .vs-kicker { color: #ffece3; }
body.vs-page-the-energy-reset .vs-closing .vs-text-link-light,
body.vs-page-over-karlien .vs-closing .vs-text-link-light { text-decoration-color: #ffd8c8; }

/* Shared interior-page system — WEB-MIG-003B */
.vs-page-hero { padding: clamp(82px, 10vw, 150px) 0; }
.vs-page-hero-grid { display: grid; grid-template-columns: 1.1fr .72fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.vs-page-hero h1 { max-width: 850px; font-size: clamp(3.25rem, 6.6vw, 6.25rem); }
.vs-page-intro { max-width: 650px; }
.vs-page-intro .vs-button { margin-top: 20px; }
.vs-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 54px); }
.vs-feature-grid article { padding: 28px 28px 30px 0; border-top: 3px solid var(--vs-accent); }
.vs-feature-grid h3 { margin: 34px 0 16px; }
.vs-feature-grid p:last-child { color: #555a54; font-size: .93rem; }
.vs-feature-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 3vw, 38px); }
.vs-two-column-copy { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(52px, 9vw, 130px); align-items: start; }
.vs-two-column-copy > div:last-child { padding-top: 10px; }
.vs-boundaries { border-top: 1px solid var(--vs-border); background: var(--vs-white); }

.vs-offer-band { padding: clamp(80px, 10vw, 135px) 0; background: var(--vs-heading); color: #e7ede4; }
.vs-offer-band-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(48px, 9vw, 130px); align-items: start; }
.vs-offer-band h2 { color: var(--vs-white) !important; }
.vs-offer-band .vs-kicker { color: #bfcfba; }
.vs-offer-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 44px 0; }
.vs-offer-facts p { margin: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); }
.vs-offer-facts strong,
.vs-offer-facts span { display: block; }
.vs-offer-facts strong { color: var(--vs-white); font-family: var(--vs-display); font-size: 1.55rem; }
.vs-offer-facts span { margin-top: 7px; color: #c9d2c6; font-size: .76rem; line-height: 1.45; }

.vs-contact-section { background: var(--vs-soft); }
.vs-contact-grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(52px, 9vw, 130px); align-items: start; }
.vs-contact-form { padding: clamp(28px, 5vw, 54px); border: 1px solid #d8e0d5; background: var(--vs-white); }
.vs-contact-form > p,
.vs-form-row p { margin: 0 0 24px; }
.vs-contact-form label { display: block; margin-bottom: 8px; color: var(--vs-heading); font-size: .77rem; font-weight: 600; letter-spacing: .04em; }
.vs-contact-form input[type="text"],
.vs-contact-form input[type="email"],
.vs-contact-form input[type="tel"],
.vs-contact-form textarea { width: 100%; min-height: 51px; padding: 13px 14px; border: 1px solid #c9cfc7; border-radius: 2px; background: #fff; color: var(--vs-text); font: inherit; font-size: .92rem; }
.vs-contact-form textarea { resize: vertical; }
.vs-contact-form input:focus,
.vs-contact-form textarea:focus { border-color: var(--vs-primary); outline: 3px solid rgba(74,103,65,.17); outline-offset: 1px; }
.vs-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vs-optional { color: #70746e; font-size: .7rem; font-weight: 400; }
.vs-form-privacy { color: #686d67; font-size: .72rem; }
.vs-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.vs-form-notice { margin: 0 0 20px !important; padding: 15px 18px; border-left: 4px solid var(--vs-primary); background: var(--vs-white); font-size: .86rem; }
.vs-form-error { border-left-color: #a23c2f; }

/* The Energy Reset */
.vs-offer-hero { padding: clamp(72px, 9vw, 130px) 0 clamp(88px, 10vw, 150px); }
.vs-offer-hero-grid { display: grid; grid-template-columns: 1.05fr .7fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.vs-offer-hero-copy h1 { font-size: clamp(3.2rem, 6.1vw, 5.8rem); }
.vs-offer-hero-image { position: relative; margin: 0; }
.vs-offer-hero-image::before { content: ""; position: absolute; inset: 24px -20px -20px 24px; z-index: -1; background: #e8d6cc; }
.vs-offer-hero-image img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; }
.vs-offer-hero-image figcaption { margin-top: 20px; color: #666b64; font-family: var(--vs-display); font-size: .92rem; font-style: italic; line-height: 1.45; }
.vs-outcome-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.vs-outcome-list p { margin: 0; padding: 18px 0; border-top: 1px solid #cbd6c7; color: var(--vs-heading); font-family: var(--vs-display); font-size: 1.08rem; }
.vs-price-section { background: var(--vs-white); }
.vs-price-grid { display: grid; grid-template-columns: 1fr .7fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.vs-price-grid > div:first-child { max-width: 720px; }
.vs-price-card { padding: clamp(34px, 5vw, 58px); border-top: 4px solid var(--vs-accent); background: var(--vs-soft); }
.vs-price { margin: 0 !important; color: var(--vs-heading); font-family: var(--vs-display); font-size: clamp(3.4rem, 6vw, 5rem); font-weight: 600; line-height: 1; }
.vs-price-card > p:nth-child(2) { color: #60655f; font-size: .82rem; }
.vs-price-card ul { margin: 28px 0 34px; padding-left: 20px; }
.vs-price-card li { margin-bottom: 12px; }
.vs-faq-section { background: var(--vs-bg); }
.vs-faq-grid { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.vs-faq-list details { border-top: 1px solid var(--vs-border); }
.vs-faq-list details:last-child { border-bottom: 1px solid var(--vs-border); }
.vs-faq-list summary { position: relative; padding: 24px 45px 24px 0; color: var(--vs-heading); font-family: var(--vs-display); font-size: 1.22rem; font-weight: 600; cursor: pointer; list-style: none; }
.vs-faq-list summary::-webkit-details-marker { display: none; }
.vs-faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 0; color: var(--vs-accent); font-family: var(--vs-body); font-size: 1.4rem; font-weight: 400; }
.vs-faq-list details[open] summary::after { content: "−"; }
.vs-faq-list details p { max-width: 720px; padding: 0 44px 22px 0; color: #565a55; font-size: .92rem; }

/* About */
.vs-about-hero { background: var(--vs-white); }
.vs-about-hero-grid { display: grid; grid-template-columns: 1fr minmax(320px, .65fr); gap: clamp(52px, 9vw, 130px); align-items: center; }
.vs-about-hero h1 { margin-bottom: 34px; }
.vs-about-hero-image { margin: 0; }
.vs-about-hero-image img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; }
.vs-about-story-grid { display: grid; grid-template-columns: minmax(320px, .75fr) 1fr; gap: clamp(52px, 9vw, 130px); align-items: center; }

/* Original Link-in-bio design, preserved as a standalone social route. */
body.vs-page-klik-hier > .vs-skip-link,
body.vs-page-klik-hier > .vs-site-header,
body.vs-page-klik-hier > .vs-site-footer { display: none; }
body.vs-page-klik-hier { background: #fff; }

.vs-linktree-page {
	--hub-terracotta: #c98263;
	--hub-terracotta-dark: #9d563f;
	--hub-terracotta-soft: #f6ded3;
	--hub-ink: #332723;
	--hub-muted: #71635d;
	--hub-border: #dfb19e;
	--hub-white: #ffffff;
	min-height: 100vh;
	overflow: hidden;
	background: #fff;
	color: var(--hub-ink);
	font-family: var(--vs-body);
	line-height: 1.65;
}
.vs-linktree-page * { box-sizing: border-box; }
.vs-linktree-page a { -webkit-tap-highlight-color: transparent; }
.vs-linktree-page :focus-visible { outline: 3px solid var(--hub-terracotta-dark); outline-offset: 4px; }
.vs-linktree-skip { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .7rem .9rem; background: var(--hub-ink); color: #fff !important; transform: translateY(-180%); }
.vs-linktree-skip:focus { transform: translateY(0); }
.vs-linktree-visual-header { display: grid; width: min(100%, 64rem); height: clamp(13.5rem, 58vw, 21rem); grid-template-columns: 36% 64%; margin-inline: auto; border-bottom: 6px solid var(--hub-terracotta-dark); background: var(--hub-white); }
.vs-linktree-brand-panel { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 1.35rem 1rem; background: var(--hub-terracotta); color: #fff; }
.vs-linktree-visual-brand { display: inline-flex; min-height: 2.75rem; flex-direction: column; align-items: flex-start; align-self: flex-start; color: #fff !important; font-size: clamp(1.45rem, 7vw, 3.1rem); font-weight: 800; letter-spacing: -.055em; line-height: .84; text-decoration: none; }
.vs-linktree-visual-arrow { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 11vw, 4.8rem); font-weight: 400; line-height: .75; }
.vs-linktree-hero-image { position: relative; min-width: 0; overflow: hidden; background: #ead4cb; }
.vs-linktree-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; }
.vs-linktree-shell { width: min(100% - 2rem, 43.5rem); margin-inline: auto; padding: 2.5rem 0 5rem; background: #fff; }
.vs-linktree-intro { padding: 0 0 2.35rem; text-align: center; }
.vs-linktree-eyebrow,
.vs-linktree-contact-eyebrow { margin: 0 !important; color: var(--hub-terracotta-dark); font-size: .69rem; font-weight: 850; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
body.vs-editorial-site .vs-linktree-intro h1,
body.vs-editorial-site .vs-linktree-card h2,
body.vs-editorial-site .vs-linktree-about h2,
body.vs-editorial-site .vs-linktree-contact h2 { color: var(--hub-ink); font-family: var(--vs-display); font-weight: 600; text-wrap: balance; }
body.vs-editorial-site .vs-linktree-intro h1 { max-width: 12ch; margin: 0 auto; color: var(--hub-terracotta-dark); font-size: clamp(2.45rem, 11vw, 4.15rem); line-height: .98; letter-spacing: -.038em; }
.vs-linktree-intro > p { max-width: 38rem; margin: 1.2rem auto 0 !important; color: var(--hub-muted); font-size: 1rem; line-height: 1.7; }
.vs-linktree-cards { display: grid; gap: .8rem; }
.vs-linktree-card { display: block; min-width: 0; border: 1px solid var(--hub-border); background: #fff; color: inherit !important; text-decoration: none; transition: background 150ms ease, border-color 150ms ease, color 150ms ease; }
.vs-linktree-card:hover { border-color: var(--hub-terracotta-dark); background: #fff8f5; }
.vs-linktree-card-featured { border-color: var(--hub-terracotta); background: var(--hub-terracotta); color: #fff !important; }
.vs-linktree-card-featured:hover { border-color: var(--hub-terracotta-dark); background: var(--hub-terracotta-dark); }
.vs-linktree-card-article { display: grid; min-width: 0; }
.vs-linktree-card-visual { height: 10.5rem; min-width: 0; overflow: hidden; border-bottom: 1px solid var(--hub-border); background: var(--hub-terracotta-soft); }
.vs-linktree-card-featured .vs-linktree-card-visual { border-bottom-color: rgb(255 255 255 / 42%); }
.vs-linktree-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.vs-linktree-card:hover .vs-linktree-card-visual img { transform: scale(1.025); }
.vs-linktree-card:nth-child(2) .vs-linktree-card-visual img { object-position: 70% 50%; }
.vs-linktree-card:nth-child(3) .vs-linktree-card-visual img { object-position: 50% 46%; }
.vs-linktree-card:nth-child(4) .vs-linktree-card-visual img { padding: .65rem; background: #f8f3ee; object-fit: contain; object-position: 50% 50%; }
.vs-linktree-card[data-destination-key="blog"] .vs-linktree-card-visual img { object-position: 80% 46%; }
.vs-linktree-card-body { min-width: 0; padding: 1.35rem; }
.vs-linktree-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.vs-linktree-featured-marker { display: inline-grid; min-width: 2.45rem; min-height: 2rem; flex: 0 0 auto; place-items: center; border: 1px solid rgb(255 255 255 / 72%); color: #fff; font-size: .61rem; font-weight: 850; letter-spacing: .08em; }
body.vs-editorial-site .vs-linktree-card h2 { margin: .5rem 0 0; font-size: clamp(1.65rem, 7vw, 2.1rem); line-height: 1.12; letter-spacing: -.025em; }
body.vs-editorial-site .vs-linktree-card-featured h2,
.vs-linktree-card-featured .vs-linktree-eyebrow { color: #fff; }
.vs-linktree-card-copy { margin-top: .65rem; }
.vs-linktree-card-copy p { margin: 0; color: var(--hub-muted); font-size: .94rem; line-height: 1.62; }
.vs-linktree-card-copy p + p { margin-top: .75rem; }
.vs-linktree-card-featured .vs-linktree-card-copy p { color: rgb(255 255 255 / 86%); }
.vs-linktree-card-cta,
.vs-linktree-text-link,
.vs-linktree-contact-button { display: inline-flex; min-height: 2.75rem; align-items: center; justify-content: center; margin-top: 1rem; font-size: .84rem; font-weight: 800; line-height: 1.25; }
.vs-linktree-card-cta { padding: .15rem 0; color: var(--hub-terracotta-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .32rem; }
.vs-linktree-card-featured .vs-linktree-card-cta { padding: .15rem 1rem; border: 1px solid #fff; background: #fff; color: var(--hub-terracotta-dark); text-decoration: none; }
.vs-linktree-about { margin-top: 1.5rem; padding: 1.45rem 0; border-top: 3px solid var(--hub-terracotta); border-bottom: 1px solid var(--hub-border); background: #fff; }
body.vs-editorial-site .vs-linktree-about h2,
body.vs-editorial-site .vs-linktree-contact h2 { margin: .5rem 0 0; font-size: clamp(1.55rem, 6vw, 2rem); line-height: 1.15; }
.vs-linktree-about > p:not(.vs-linktree-eyebrow),
.vs-linktree-contact > p:not(.vs-linktree-contact-eyebrow) { margin: .65rem 0 0; font-size: .94rem; }
.vs-linktree-about > p:not(.vs-linktree-eyebrow) { color: var(--hub-muted); }
.vs-linktree-text-link { color: var(--hub-terracotta-dark) !important; text-decoration-thickness: 1px; text-underline-offset: .28rem; }
.vs-linktree-contact { margin-top: 2.5rem; padding: 1.8rem 1.35rem; border: 0; background: var(--hub-terracotta-dark); color: #fff; text-align: center; }
.vs-linktree-contact-eyebrow { color: rgb(255 255 255 / 72%); }
body.vs-editorial-site .vs-linktree-contact h2 { color: #fff; }
.vs-linktree-contact > p:not(.vs-linktree-contact-eyebrow) { color: rgb(255 255 255 / 84%); }
.vs-linktree-contact-button { width: 100%; padding: .2rem 1rem; border: 1px solid #fff; background: #fff; color: var(--hub-terracotta-dark) !important; text-decoration: none; }
.vs-linktree-footer { padding: 2.5rem 0 0; color: var(--hub-muted); text-align: center; }
.vs-linktree-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.2rem; }
.vs-linktree-footer nav a { display: inline-flex; min-height: 2.75rem; align-items: center; color: var(--hub-terracotta-dark); font-size: .82rem; font-weight: 800; text-decoration: underline; text-decoration-color: var(--hub-border); text-underline-offset: .3rem; }
.vs-linktree-footer p { margin: 1.1rem 0 0; font-size: .74rem; }
.vs-linktree-footer p a { color: inherit; text-underline-offset: .2rem; }

@media (min-width: 42rem) {
	.vs-linktree-brand-panel { padding: 2rem; }
	.vs-linktree-shell { padding-top: 3.25rem; }
	.vs-linktree-intro { padding-bottom: 2.75rem; }
	.vs-linktree-card { min-height: 15.5rem; }
	.vs-linktree-card-article { height: 100%; grid-template-columns: minmax(13rem, 38%) minmax(0, 1fr); }
	.vs-linktree-card:nth-child(even) .vs-linktree-card-visual { order: 2; border-right: 0; border-left: 1px solid var(--hub-border); }
	.vs-linktree-card:nth-child(even).vs-linktree-card-featured .vs-linktree-card-visual { border-left-color: rgb(255 255 255 / 42%); }
	.vs-linktree-card-visual { width: 100%; height: 100%; min-height: 15.5rem; border-right: 1px solid var(--hub-border); border-bottom: 0; }
	.vs-linktree-card-featured .vs-linktree-card-visual { border-right-color: rgb(255 255 255 / 42%); }
	.vs-linktree-card-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 1.65rem 1.75rem; }
	.vs-linktree-about { padding: 1.75rem 0; }
	.vs-linktree-contact { padding: 2.15rem; }
	.vs-linktree-contact-button { width: auto; min-width: 17rem; }
}

.vs-site-footer { padding: 78px 0 26px; background: #203023; color: #e6ece4; }
.vs-footer-grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr; gap: clamp(46px, 8vw, 100px); }
.vs-site-footer .vs-brand { color: var(--vs-white); }
.vs-footer-brand > p { max-width: 430px; margin-top: 22px; color: #c9d2c6; font-size: .9rem; }
.vs-footer-label { margin-bottom: 20px !important; color: #aebdac; font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.vs-footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: .84rem; }
.vs-footer-nav a { color: #e6ece4; }
.vs-footer-bottom { display: flex; justify-content: space-between; gap: 32px; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #aebdac; font-size: .72rem; }

.vs-wa-widget { position: fixed; z-index: 1000; right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: flex-end; font-family: var(--vs-body); }
.vs-wa-widget * { box-sizing: border-box; }
.vs-wa-launcher,
.vs-wa-cta { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 1px solid #b55235; border-radius: 999px; background: #b55235; box-shadow: 0 12px 30px rgba(44, 24, 18, .28); color: #fffaf6 !important; font-size: .84rem; font-weight: 700; line-height: 1.2; text-decoration: none !important; cursor: pointer; transition: background 150ms ease, border-color 150ms ease, transform 150ms ease; }
.vs-wa-launcher:hover,
.vs-wa-launcher:focus-visible,
.vs-wa-cta:hover,
.vs-wa-cta:focus-visible { border-color: #8f3f2a; background: #8f3f2a; color: #fffaf6 !important; transform: translateY(-1px); }
.vs-wa-mark { width: 24px; height: 24px; flex: 0 0 24px; fill: currentColor; }
.vs-wa-panel { width: min(352px, calc(100vw - 28px)); margin-bottom: 12px; overflow: hidden; border: 1px solid rgba(181, 82, 53, .24); border-radius: 18px; background: #fff; box-shadow: 0 18px 54px rgba(44, 24, 18, .26); color: #311419; }
.vs-wa-panel[hidden] { display: none; }
.vs-wa-header { display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; padding: 16px; background: #b55235; color: #fffaf6; }
.vs-wa-portrait { width: 48px; height: 48px; border: 2px solid rgba(255, 250, 246, .82); border-radius: 50%; object-fit: cover; }
.vs-wa-header strong,
.vs-wa-header span { display: block; }
.vs-wa-header strong { font-size: .92rem; }
.vs-wa-header span { margin-top: 3px; font-size: .75rem; font-weight: 600; opacity: .9; }
.vs-wa-close { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #fffaf6; cursor: pointer; font-size: 1.7rem; line-height: 1; }
.vs-wa-close:hover { background: rgba(255, 255, 255, .15); }
.vs-wa-conversation { padding: 22px 19px; background: radial-gradient(circle at 18% 22%, rgba(181, 82, 53, .08) 0 1px, transparent 1.5px), #f9f1ec; background-size: 16px 16px; }
.vs-wa-message { max-width: 288px; padding: 14px 16px; border-radius: 15px; background: #fff; box-shadow: 0 7px 21px rgba(66, 40, 32, .11); }
.vs-wa-message small { display: block; margin-bottom: 5px; color: #8b5c4e; font-size: .7rem; }
.vs-wa-message p { margin: 0 !important; color: #3a2925; font-size: .84rem; line-height: 1.55; }
.vs-wa-footer { padding: 15px 16px 16px; background: #fff; }
.vs-wa-cta { width: 100%; min-height: 46px; box-shadow: 0 6px 16px rgba(44, 24, 18, .18); }
.vs-wa-launcher:focus-visible,
.vs-wa-cta:focus-visible,
.vs-wa-close:focus-visible { outline: 3px solid #f7d8ca; outline-offset: 3px; }

:focus-visible { outline: 3px solid var(--vs-accent); outline-offset: 4px; }

@media (max-width: 980px) {
	:root { --vs-shell: min(100% - 36px, 820px); }
	.vs-desktop-nav, .vs-header-cta { display: none; }
	.vs-header-inner { grid-template-columns: 1fr auto; }
	.vs-mobile-menu { display: block; position: relative; }
	.vs-mobile-menu summary { display: grid; gap: 5px; width: 44px; height: 44px; padding: 12px 9px; cursor: pointer; list-style: none; }
	.vs-mobile-menu summary::-webkit-details-marker { display: none; }
	.vs-mobile-menu summary span { display: block; height: 2px; background: var(--vs-heading); }
	.vs-mobile-menu nav { position: absolute; right: 0; top: 56px; display: flex; width: min(330px, calc(100vw - 36px)); padding: 26px; flex-direction: column; gap: 18px; background: var(--vs-white); box-shadow: 0 18px 48px rgba(44,62,45,.16); }
	.vs-mobile-menu nav > a:not(.vs-button) { font-size: .95rem; font-weight: 600; text-decoration: none; }
	.vs-hero-grid, .vs-coaching-grid, .vs-about-grid, .vs-blog-grid,
	.vs-page-hero-grid, .vs-offer-hero-grid, .vs-two-column-copy,
	.vs-offer-band-grid, .vs-contact-grid, .vs-price-grid, .vs-faq-grid,
	.vs-about-hero-grid, .vs-about-story-grid { grid-template-columns: 1fr; }
	.vs-two-column-copy { grid-template-columns: minmax(0, 1fr); }
	.vs-two-column-copy > * { min-width: 0; }
	.vs-hero-copy { padding-top: 12px; }
	.vs-hero-figure { max-width: 600px; margin-left: auto; }
	.vs-statement-grid { grid-template-columns: 54px 1fr; }
	.vs-observation-grid { grid-template-columns: 1fr; }
	.vs-observation-grid article { min-height: 0; }
	.vs-editorial-split { grid-template-columns: 88px 1fr; }
	.vs-editorial-note { grid-column: 2; }
	.vs-coaching-copy { padding-top: 0; }
	.vs-about-quote { max-width: 650px; }
	.vs-feature-grid-four { grid-template-columns: 1fr 1fr; }
	.vs-contact-grid > div:first-child { max-width: 700px; }
	.vs-offer-hero-image, .vs-about-hero-image { max-width: 620px; margin-left: auto; }
	.vs-footer-grid { grid-template-columns: 1fr 1fr; }
	.vs-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	:root { --vs-shell: calc(100% - 30px); }
	body.vs-editorial-site { font-size: 17px; line-height: 1.66; }
	body.vs-editorial-site h1 { font-size: clamp(3.15rem, 15vw, 4.55rem); }
	body.vs-editorial-site h2 { font-size: clamp(2.15rem, 10vw, 3.25rem); }
	.vs-header-inner { min-height: 76px; }
	.vs-hero { padding-top: 64px; }
	.vs-hero-grid { gap: 62px; }
	.vs-actions { align-items: stretch; flex-direction: column; }
	.vs-actions .vs-button { width: 100%; justify-content: center; }
	.vs-actions .vs-text-link { width: auto; align-self: flex-start; justify-content: flex-start; }
	.vs-actions-center .vs-text-link { align-self: center; }
	.vs-statement-grid { grid-template-columns: 1fr; }
	.vs-statement-grid > .vs-index { margin-bottom: 12px !important; }
	.vs-editorial-split { grid-template-columns: 1fr; }
	.vs-editorial-number { font-size: 7rem; }
	.vs-editorial-note { grid-column: auto; padding: 30px 0 0; border-top: 1px solid #cbd6c7; border-left: 0; }
	.vs-detail-grid { grid-template-columns: 1fr; gap: 10px; }
	.vs-feature-grid, .vs-feature-grid-four, .vs-offer-facts, .vs-form-row,
	.vs-outcome-list { grid-template-columns: 1fr; }
	.vs-page-hero h1, .vs-offer-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.35rem); }
	.vs-offer-hero-image::before { inset: 16px 0 -16px 16px; }
	.vs-two-column-copy h2 { overflow-wrap: anywhere; hyphens: auto; }
	.vs-about-quote { padding: 36px 28px; }
	.vs-footer-grid { grid-template-columns: 1fr; }
	.vs-footer-brand { grid-column: auto; }
	.vs-footer-bottom { flex-direction: column; gap: 8px; }
	.vs-wa-widget { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); }
	.vs-wa-launcher { gap: 8px; padding: 11px 13px; font-size: .77rem; }
	.vs-wa-launcher .vs-wa-mark { width: 22px; height: 22px; flex-basis: 22px; }
	.vs-wa-panel { width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.vs-button,
	.vs-wa-launcher,
	.vs-wa-cta { transition: none; }
}
