:root {
	--kvsh-black: #070706;
	--kvsh-ink: #11100e;
	--kvsh-cream: #f3eee4;
	--kvsh-paper: #ddd5c6;
	--kvsh-gold: #c7a45a;
	--kvsh-gold-deep: #8d6a2e;
	--kvsh-burgundy: #4f1724;
	--kvsh-line: rgba(199, 164, 90, .34);
	--kvsh-muted: #ada79c;
}

body.elementor-page .kvsh-page {
	background:
		radial-gradient(circle at 84% 7%, rgba(108, 48, 24, .19), transparent 31rem),
		radial-gradient(circle at 4% 58%, rgba(79, 23, 36, .18), transparent 30rem),
		var(--kvsh-black);
	color: var(--kvsh-cream);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow: clip;
}

.kvsh-page,
.kvsh-page * {
	box-sizing: border-box;
}

.kvsh-page a:focus-visible,
.kvsh-page button:focus-visible,
.kvsh-page input:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.kvsh-shell {
	margin-inline: auto;
	max-width: 1380px;
	padding-inline: clamp(20px, 5vw, 76px);
	width: 100%;
}

.kvsh-header {
	align-items: center;
	border-bottom: 1px solid var(--kvsh-line);
	display: flex;
	justify-content: space-between;
	min-height: 78px;
	padding-block: 14px;
}

.kvsh-brand .elementor-heading-title {
	color: var(--kvsh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 400;
	letter-spacing: .13em;
	line-height: 1;
	text-transform: uppercase;
}

.kvsh-brand-line {
	color: var(--kvsh-gold);
	font-size: 11px;
	letter-spacing: .18em;
	margin-top: 6px;
	text-transform: uppercase;
}

.kvsh-header-cta .elementor-button,
.kvsh-btn-gold .elementor-button,
.kvsh-result-cta {
	background: linear-gradient(120deg, #e4c47a, #a87b31);
	border: 1px solid #e9ca7e;
	border-radius: 2px;
	box-shadow: none;
	color: #080706;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .065em;
	padding: 15px 22px;
	text-transform: uppercase;
	transition: filter .2s ease, transform .2s ease;
}

.kvsh-header-cta .elementor-button:hover,
.kvsh-btn-gold .elementor-button:hover,
.kvsh-result-cta:hover {
	color: #080706;
	filter: brightness(1.1);
	transform: translateY(-2px);
}

.kvsh-hero {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	gap: clamp(36px, 6vw, 92px);
	min-height: min(890px, calc(100svh - 78px));
	padding-block: clamp(70px, 10vw, 144px);
	position: relative;
}

.kvsh-hero::before {
	border: 1px solid var(--kvsh-line);
	content: "";
	height: 430px;
	position: absolute;
	right: -17vw;
	top: 2rem;
	transform: rotate(24deg);
	width: 430px;
	z-index: 0;
}

.kvsh-hero-copy,
.kvsh-hero-media {
	position: relative;
	z-index: 1;
}

.kvsh-eyebrow {
	color: var(--kvsh-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.kvsh-display .elementor-heading-title {
	color: var(--kvsh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6vw, 92px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .96;
	margin: 16px 0 24px;
}

.kvsh-lede {
	color: #d8d2c7;
	font-size: clamp(18px, 1.5vw, 23px);
	line-height: 1.55;
	max-width: 680px;
}

.kvsh-lede strong {
	color: #fff;
}

.kvsh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.kvsh-btn-outline .elementor-button {
	background: transparent;
	border: 1px solid var(--kvsh-gold);
	border-radius: 2px;
	color: var(--kvsh-gold);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	padding: 15px 22px;
	text-transform: uppercase;
}

.kvsh-btn-outline .elementor-button:hover {
	background: rgba(199, 164, 90, .1);
	color: #f0d38e;
}

.kvsh-micro {
	color: var(--kvsh-muted);
	font-size: 12px;
	line-height: 1.55;
	margin-top: 18px;
}

.kvsh-video-shell,
.kvsh-video-placeholder {
	align-items: center;
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(145deg, rgba(199, 164, 90, .13), transparent 34%),
		#11100e;
	border: 1px solid rgba(223, 188, 111, .62);
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.kvsh-video-shell::after {
	border: 1px solid rgba(255, 255, 255, .13);
	content: "";
	inset: 10px;
	pointer-events: none;
	position: absolute;
}

.kvsh-video-shell video {
	background: #000;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kvsh-video-label {
	background: rgba(7, 7, 6, .82);
	bottom: 11px;
	color: #e6ddcd;
	font-size: 10px;
	left: 11px;
	letter-spacing: .12em;
	max-width: calc(100% - 22px);
	padding: 8px 11px;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
}

.kvsh-video-placeholder {
	align-items: flex-start;
	color: #d8d0c2;
	flex-direction: column;
	gap: 8px;
	padding: 32px;
}

.kvsh-video-placeholder strong {
	color: var(--kvsh-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 3vw, 36px);
	font-weight: 400;
}

.kvsh-video-placeholder span {
	color: var(--kvsh-muted);
	font-size: 14px;
}

.kvsh-promise-strip {
	border-block: 1px solid var(--kvsh-line);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.kvsh-promise {
	padding: 30px clamp(18px, 3vw, 42px);
	text-align: center;
}

.kvsh-promise + .kvsh-promise {
	border-left: 1px solid var(--kvsh-line);
}

.kvsh-promise .elementor-heading-title {
	color: var(--kvsh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 400;
}

.kvsh-promise p {
	color: var(--kvsh-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: 7px 0 0;
}

.kvsh-section {
	padding-block: clamp(78px, 10vw, 138px);
}

.kvsh-section-head {
	margin: 0 auto clamp(36px, 5vw, 66px);
	max-width: 880px;
	text-align: center;
}

.kvsh-section-title .elementor-heading-title {
	color: var(--kvsh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.03;
}

.kvsh-section-copy {
	color: #c9c3b8;
	font-size: clamp(17px, 1.35vw, 20px);
	line-height: 1.62;
}

.kvsh-quiz-wrap {
	background:
		linear-gradient(135deg, rgba(199, 164, 90, .08), transparent 45%),
		#0d0c0a;
	border-block: 1px solid var(--kvsh-line);
}

.kvsh-quiz {
	background: #f2eee6;
	border: 1px solid #d8bc78;
	color: var(--kvsh-ink);
	margin-inline: auto;
	max-width: 900px;
	padding: clamp(22px, 4vw, 46px);
}

.kvsh-quiz-progress {
	background: #d8d0c1;
	height: 4px;
	margin-bottom: 26px;
	overflow: hidden;
}

.kvsh-quiz-progress span {
	background: linear-gradient(90deg, #8b6429, #d4ae5b);
	display: block;
	height: 100%;
	transition: width .25s ease;
	width: 0;
}

.kvsh-question {
	align-items: center;
	border: 0;
	border-bottom: 1px solid #cfc4b1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	margin: 0;
	padding: 18px 0;
}

.kvsh-question legend {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 650;
	gap: 14px;
	line-height: 1.45;
	padding: 0;
}

.kvsh-question legend > span {
	align-items: center;
	background: #0c0b09;
	color: #f2d997;
	display: inline-flex;
	flex: 0 0 35px;
	font-size: 11px;
	height: 35px;
	justify-content: center;
	letter-spacing: .08em;
}

.kvsh-answer-set {
	display: flex;
	gap: 9px;
}

.kvsh-answer-set label {
	cursor: pointer;
}

.kvsh-answer-set input {
	position: absolute;
	opacity: 0;
}

.kvsh-answer-set span {
	align-items: center;
	border: 1px solid #9a875d;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	text-transform: uppercase;
	width: 52px;
}

.kvsh-answer-set input:checked + span {
	background: #15120d;
	border-color: #15120d;
	color: #f2d997;
}

.kvsh-answer-set input:focus-visible + span {
	outline: 3px solid #c7a45a;
	outline-offset: 3px;
}

.kvsh-quiz-submit,
.kvsh-result-cta {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.kvsh-quiz-submit {
	background: #11100e;
	border: 1px solid #11100e;
	color: #f3d37f;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .06em;
	margin-top: 26px;
	min-height: 50px;
	padding: 13px 22px;
	text-transform: uppercase;
}

.kvsh-quiz-error {
	color: #9b1d2f;
	font-size: 14px;
	font-weight: 700;
}

.kvsh-quiz-result {
	border-left: 4px solid var(--kvsh-gold-deep);
	padding: 12px 0 12px clamp(18px, 3vw, 32px);
}

.kvsh-result-kicker {
	color: #76551f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.kvsh-quiz-result h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(31px, 5vw, 51px);
	font-weight: 400;
	line-height: 1.03;
	margin: 10px 0 15px;
}

.kvsh-result-copy {
	font-size: 17px;
	line-height: 1.6;
	max-width: 700px;
}

.kvsh-result-services {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 24px;
}

.kvsh-result-services span {
	background: #e4dbc9;
	border: 1px solid #b7a47d;
	font-size: 12px;
	font-weight: 750;
	padding: 8px 11px;
	text-transform: uppercase;
}

.kvsh-result-cta {
	text-decoration: none;
}

.kvsh-quiz-reset {
	background: transparent;
	border: 0;
	color: #655739;
	cursor: pointer;
	display: block;
	font-size: 12px;
	margin-top: 17px;
	padding: 0;
	text-decoration: underline;
}

.kvsh-service-selector,
.kvsh-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--kvsh-line);
	border: 1px solid var(--kvsh-line);
}

.kvsh-service-card {
	background: #0c0b09;
	min-height: 310px;
	padding: clamp(26px, 4vw, 46px);
	position: relative;
}

.kvsh-service-card::before {
	color: rgba(199, 164, 90, .18);
	content: attr(data-number);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 90px;
	position: absolute;
	right: 18px;
	top: 8px;
}

.kvsh-service-card .elementor-heading-title {
	color: var(--kvsh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 400;
	line-height: 1.05;
	position: relative;
}

.kvsh-service-card p {
	color: var(--kvsh-muted);
	font-size: 15px;
	line-height: 1.6;
	position: relative;
}

.kvsh-text-link .elementor-button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--kvsh-gold);
	border-radius: 0;
	color: var(--kvsh-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	padding: 7px 0;
	text-transform: uppercase;
}

.kvsh-service {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	gap: clamp(38px, 7vw, 100px);
	padding-block: clamp(72px, 10vw, 138px);
}

.kvsh-service.kvsh-service-reverse .kvsh-service-media {
	order: 2;
}

.kvsh-service-number {
	color: rgba(199, 164, 90, .54);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(64px, 9vw, 140px);
	line-height: .72;
	margin-bottom: 26px;
}

.kvsh-service-title .elementor-heading-title {
	color: var(--kvsh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1;
}

.kvsh-service-info,
.kvsh-quote-copy,
.kvsh-clarity-yes {
	min-width: 0;
}

.kvsh-simple-promise {
	color: #f0d590;
	font-size: clamp(19px, 1.65vw, 24px);
	font-weight: 620;
	line-height: 1.4;
}

.kvsh-service-copy {
	color: #c1bbb1;
	font-size: 16px;
	line-height: 1.7;
}

.kvsh-service-list {
	border-top: 1px solid var(--kvsh-line);
	color: #d7d1c6;
	font-size: 14px;
	line-height: 1.55;
	margin-top: 24px;
	padding-top: 17px;
}

.kvsh-service-list strong {
	color: var(--kvsh-gold);
}

.kvsh-flow-wrap {
	background: #eee8dc;
	color: var(--kvsh-ink);
}

.kvsh-flow-wrap .kvsh-section-title .elementor-heading-title {
	color: var(--kvsh-ink);
}

.kvsh-flow-wrap .kvsh-section-copy {
	color: #4f4a42;
}

.kvsh-flow {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
}

.kvsh-flow::before {
	background: #a8823e;
	content: "";
	height: 1px;
	left: 10%;
	position: absolute;
	right: 10%;
	top: 29px;
}

.kvsh-flow-step {
	padding: 0 clamp(9px, 2vw, 22px);
	position: relative;
	text-align: center;
}

.kvsh-flow-step .elementor-heading-title {
	align-items: center;
	background: var(--kvsh-ink);
	border: 1px solid #b58c42;
	border-radius: 50%;
	color: #f0d48d;
	display: inline-flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 400;
	height: 58px;
	justify-content: center;
	position: relative;
	width: 58px;
	z-index: 1;
}

.kvsh-flow-step p {
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
	margin: 12px 0 0;
}

.kvsh-final {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	min-height: 520px;
	padding-block: clamp(78px, 10vw, 138px);
}

.kvsh-final-title .elementor-heading-title {
	color: var(--kvsh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 80px);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: .98;
	max-width: 900px;
}

.kvsh-legal-note {
	border-top: 1px solid var(--kvsh-line);
	color: #817d76;
	font-size: 11px;
	line-height: 1.6;
	padding-block: 24px;
}

@media (max-width: 1024px) {
	.kvsh-hero,
	.kvsh-service {
		grid-template-columns: 1fr;
	}

	.kvsh-hero {
		min-height: auto;
	}

	.kvsh-hero-media {
		max-width: 850px;
		width: 100%;
	}

	.kvsh-service.kvsh-service-reverse .kvsh-service-media {
		order: 0;
	}

	.kvsh-service-selector,
	.kvsh-service-grid {
		grid-template-columns: 1fr;
	}

	.kvsh-service-card {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	.kvsh-shell {
		padding-inline: 18px;
	}

	.kvsh-header {
		align-items: flex-start;
		gap: 15px;
	}

	.kvsh-brand .elementor-heading-title {
		font-size: 19px;
	}

	.kvsh-brand-line {
		font-size: 9px;
		letter-spacing: .12em;
	}

	.kvsh-header-cta .elementor-button {
		font-size: 10px;
		padding: 11px 12px;
	}

	.kvsh-hero {
		gap: 38px;
		padding-block: 58px 74px;
	}

	.kvsh-display .elementor-heading-title {
		font-size: clamp(43px, 15vw, 63px);
	}

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

	.kvsh-actions .elementor-button-wrapper,
	.kvsh-actions .elementor-button {
		width: 100%;
	}

	.kvsh-promise-strip {
		grid-template-columns: 1fr;
	}

	.kvsh-promise + .kvsh-promise {
		border-left: 0;
		border-top: 1px solid var(--kvsh-line);
	}

	.kvsh-question {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.kvsh-answer-set {
		padding-left: 49px;
	}

	.kvsh-answer-set span {
		height: 40px;
		width: 70px;
	}

	.kvsh-quiz-submit {
		width: 100%;
	}

	.kvsh-flow {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.kvsh-flow::before {
		bottom: 20px;
		height: auto;
		left: 28px;
		right: auto;
		top: 20px;
		width: 1px;
	}

	.kvsh-flow-step {
		align-items: center;
		display: grid;
		grid-template-columns: 58px 1fr;
		gap: 18px;
		padding: 0;
		text-align: left;
	}

	.kvsh-flow-step p {
		margin: 0;
	}

	.kvsh-final {
		grid-template-columns: 1fr;
		min-height: 460px;
	}
}

.kvsh-suite-offer-section {
	background: linear-gradient(180deg, #0d0c0a, #15110a);
	border-block: 1px solid var(--kvsh-line);
}

.kvsh-suite-offers {
	color: var(--kvsh-cream);
}

.kvsh-suite-update-promise {
	align-items: flex-start;
	background: rgba(199, 164, 90, .1);
	border: 1px solid rgba(228, 196, 122, .48);
	display: grid;
	gap: 8px;
	margin: 0 0 24px;
	padding: 20px 22px;
}

.kvsh-suite-update-promise strong {
	color: #f1d897;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 400;
}

.kvsh-suite-update-promise span {
	color: #d0cabf;
	font-size: 14px;
	line-height: 1.65;
}

.kvsh-suite-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kvsh-suite-card {
	background: #f2eee6;
	border: 1px solid #d8bc78;
	color: var(--kvsh-ink);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(22px, 3vw, 34px);
}

.kvsh-suite-badge {
	color: #7d5a24;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .15em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.kvsh-suite-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 400;
	line-height: 1.08;
	margin: 0;
}

.kvsh-suite-price {
	color: #4f1724;
	font-size: 23px;
	font-weight: 850;
	margin: 24px 0 2px;
}

.kvsh-suite-subline {
	color: #645b50;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 18px;
}

.kvsh-suite-card ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.kvsh-suite-card li {
	font-size: 14px;
	line-height: 1.48;
	padding-left: 21px;
	position: relative;
}

.kvsh-suite-card li::before {
	color: #8d6a2e;
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.kvsh-suite-excludes {
	border-top: 1px solid #cabda8;
	color: #655d52;
	font-size: 12px;
	line-height: 1.55;
	margin: auto 0 20px;
	padding-top: 16px;
}

.kvsh-suite-buy {
	background: linear-gradient(120deg, #d9b867, #9d712c);
	border: 1px solid #8e6525;
	color: #080706;
	display: block;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .04em;
	padding: 15px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.kvsh-suite-buy:hover {
	color: #080706;
	filter: brightness(1.08);
}

.kvsh-suite-buy[aria-disabled="true"] {
	background: #77716a;
	border-color: #8b857d;
	cursor: not-allowed;
	filter: none;
	opacity: .72;
}

.kvsh-suite-terms,
.kvsh-suite-error {
	color: var(--kvsh-muted);
	font-size: 11px;
	line-height: 1.6;
	margin: 18px auto 0;
	max-width: 1100px;
	text-align: center;
}

.kvsh-suite-error {
	color: #ffd0d0;
}

@media (max-width: 1024px) {
	.kvsh-suite-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kvsh-page *,
	.kvsh-page *::before,
	.kvsh-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Three focused service information pages. */
.kvsh-service-page {
	background:
		radial-gradient(circle at 88% 3%, rgba(155, 105, 38, .2), transparent 34rem),
		radial-gradient(circle at 8% 42%, rgba(79, 23, 36, .22), transparent 34rem),
		#070706;
}

.kvsh-service-nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: flex-end;
}

.kvsh-back-link .elementor-button {
	background: transparent;
	border: 0;
	color: #c9c3b8;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .06em;
	padding: 13px 10px;
	text-transform: uppercase;
}

.kvsh-back-link .elementor-button:hover {
	color: var(--kvsh-gold);
}

.kvsh-service-hero {
	align-items: center;
	display: grid;
	gap: clamp(38px, 7vw, 104px);
	grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
	min-height: min(830px, calc(100svh - 78px));
	padding-block: clamp(64px, 9vw, 126px);
	position: relative;
}

.kvsh-service-hero::after {
	border: 1px solid rgba(199, 164, 90, .16);
	content: "";
	height: 28rem;
	left: -22rem;
	position: absolute;
	top: 9rem;
	transform: rotate(35deg);
	width: 45rem;
	z-index: 0;
}

.kvsh-service-hero-copy,
.kvsh-service-hero .kvsh-hero-media {
	position: relative;
	z-index: 1;
}

.kvsh-service-display .elementor-heading-title {
	font-size: clamp(46px, 5.4vw, 82px);
}

.kvsh-question-section,
.kvsh-capabilities-section,
.kvsh-faq-section {
	border-top: 1px solid var(--kvsh-line);
}

.kvsh-question-section {
	background:
		linear-gradient(130deg, rgba(199, 164, 90, .08), transparent 45%),
		#0d0c0a;
}

.kvsh-problem-grid {
	background: var(--kvsh-line);
	border: 1px solid var(--kvsh-line);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kvsh-question-card {
	background: #f0ebe1;
	color: #16130f;
	min-height: 260px;
	padding: clamp(24px, 3vw, 38px) clamp(18px, 2.4vw, 30px);
	position: relative;
}

.kvsh-card-number {
	color: #8e6828;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .15em;
	margin-bottom: 40px;
}

.kvsh-question-card .elementor-heading-title {
	color: #181510;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(20px, 1.75vw, 27px);
	font-weight: 400;
	line-height: 1.25;
}

.kvsh-process-section {
	background: #070706;
}

.kvsh-process-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kvsh-process-card {
	border-top: 1px solid var(--kvsh-gold);
	min-height: 300px;
	padding: 24px 18px 22px;
	position: relative;
}

.kvsh-process-card::after {
	background: var(--kvsh-gold);
	content: "";
	height: 1px;
	position: absolute;
	right: -16px;
	top: 35px;
	width: 16px;
}

.kvsh-process-card:last-child::after {
	display: none;
}

.kvsh-process-number .elementor-heading-title {
	align-items: center;
	background: #12100d;
	border: 1px solid var(--kvsh-gold);
	border-radius: 50%;
	color: #f0d28b;
	display: flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
	height: 52px;
	justify-content: center;
	margin-bottom: 30px;
	width: 52px;
}

.kvsh-process-card h3.elementor-heading-title,
.kvsh-outcome-card h3.elementor-heading-title,
.kvsh-capability-card h3.elementor-heading-title,
.kvsh-faq-item h3.elementor-heading-title {
	color: var(--kvsh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2vw, 29px);
	font-weight: 400;
	line-height: 1.15;
}

.kvsh-process-card p,
.kvsh-outcome-card p,
.kvsh-capability-card p,
.kvsh-faq-item p {
	color: var(--kvsh-muted);
	font-size: 14px;
	line-height: 1.62;
}

.kvsh-outcomes-section {
	background: #eee8dc;
	color: #19150f;
}

.kvsh-outcomes-section .kvsh-section-title .elementor-heading-title {
	color: #17130e;
}

.kvsh-outcomes-section .kvsh-section-copy {
	color: #514a40;
}

.kvsh-outcome-grid {
	border-block: 1px solid rgba(120, 84, 31, .45);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kvsh-outcome-card {
	min-height: 245px;
	padding: clamp(28px, 4vw, 46px);
}

.kvsh-outcome-card + .kvsh-outcome-card {
	border-left: 1px solid rgba(120, 84, 31, .35);
}

.kvsh-outcome-card h3.elementor-heading-title {
	color: #201a12;
}

.kvsh-outcome-card p {
	color: #5c554b;
}

.kvsh-capabilities-section {
	background:
		radial-gradient(circle at 78% 30%, rgba(79, 23, 36, .2), transparent 26rem),
		#090806;
}

.kvsh-capability-grid {
	background: var(--kvsh-line);
	border: 1px solid var(--kvsh-line);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kvsh-capability-card {
	background: rgba(15, 13, 10, .96);
	min-height: 215px;
	padding: clamp(28px, 4vw, 46px);
}

.kvsh-capability-card h3.elementor-heading-title {
	color: #e1bf72;
}

.kvsh-clarity-wrap {
	background: #15110c;
	border-block: 1px solid var(--kvsh-line);
}

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

.kvsh-clarity-column {
	background: #f0ebe1;
	color: #17130e;
	min-height: 380px;
	padding: clamp(32px, 5vw, 64px);
}

.kvsh-clarity-no {
	background: #0d0b09;
	color: var(--kvsh-cream);
}

.kvsh-clarity-column h2.elementor-heading-title {
	color: inherit;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 400;
	margin-bottom: 24px;
}

.kvsh-clarity-item {
	border-top: 1px solid rgba(123, 89, 35, .28);
	font-size: 16px;
	line-height: 1.5;
	padding-block: 15px;
}

.kvsh-clarity-no .kvsh-clarity-item {
	border-color: var(--kvsh-line);
	color: #beb7ac;
}

.kvsh-faq-section {
	background: #080706;
}

.kvsh-faq-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: var(--kvsh-line);
	border: 1px solid var(--kvsh-line);
}

.kvsh-faq-item {
	background: #0e0d0b;
	min-height: 230px;
	padding: clamp(28px, 4vw, 48px);
}

.kvsh-faq-item h3.elementor-heading-title {
	font-size: clamp(23px, 2.25vw, 33px);
}

.kvsh-quote-band {
	background:
		linear-gradient(120deg, rgba(199, 164, 90, .14), transparent 60%),
		var(--kvsh-burgundy);
	border-block: 1px solid rgba(224, 184, 98, .55);
}

.kvsh-quote-band-inner {
	align-items: center;
	display: grid;
	gap: clamp(28px, 6vw, 80px);
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 520px;
	padding-block: clamp(70px, 9vw, 120px);
}

.kvsh-quote-band .kvsh-final-title .elementor-heading-title {
	font-size: clamp(40px, 5.6vw, 76px);
}

@media (max-width: 1180px) {
	.kvsh-problem-grid,
	.kvsh-process-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kvsh-process-card:nth-child(3)::after {
		display: none;
	}
}

@media (max-width: 1024px) {
	.kvsh-service-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

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

	.kvsh-outcome-card:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(120, 84, 31, .35);
	}

	.kvsh-outcome-card:nth-child(4) {
		border-top: 1px solid rgba(120, 84, 31, .35);
	}

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

	.kvsh-quote-band-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.kvsh-service-nav {
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
	}

	.kvsh-service-nav .elementor-button-wrapper,
	.kvsh-service-nav .elementor-button,
	.kvsh-quote-band .elementor-button-wrapper,
	.kvsh-quote-band .elementor-button {
		width: 100%;
	}

	.kvsh-service-nav .kvsh-back-link .elementor-button {
		font-size: 9px;
		padding: 6px 8px;
	}

	.kvsh-service-hero {
		gap: 34px;
		padding-block: 54px 68px;
	}

	.kvsh-service-display .elementor-heading-title {
		font-size: clamp(40px, 13.5vw, 58px);
	}

	.kvsh-problem-grid,
	.kvsh-process-grid,
	.kvsh-outcome-grid,
	.kvsh-capability-grid,
	.kvsh-clarity,
	.kvsh-faq-grid {
		grid-template-columns: 1fr;
	}

	.kvsh-question-card,
	.kvsh-process-card,
	.kvsh-outcome-card,
	.kvsh-capability-card,
	.kvsh-faq-item {
		min-height: auto;
	}

	.kvsh-question-card {
		padding-block: 28px 34px;
	}

	.kvsh-card-number {
		margin-bottom: 20px;
	}

	.kvsh-process-card {
		padding: 26px 10px 34px 78px;
	}

	.kvsh-process-number .elementor-heading-title {
		left: 8px;
		position: absolute;
		top: 22px;
	}

	.kvsh-process-card::after,
	.kvsh-process-card:nth-child(3)::after {
		display: none;
	}

	.kvsh-outcome-card + .kvsh-outcome-card,
	.kvsh-outcome-card:nth-child(3),
	.kvsh-outcome-card:nth-child(4) {
		border-left: 0;
		border-top: 1px solid rgba(120, 84, 31, .35);
	}

	.kvsh-clarity-column {
		min-height: auto;
	}

	.kvsh-quote-band-inner {
		min-height: 480px;
	}
}
