/* Canvass motion direction: neutral surfaces and original explanatory scenes. */
.canvass-home {
	margin: 0;
	background: var(--cv-paper);
	color: var(--cv-ink);
	font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.canvass-home * {
	box-sizing: border-box;
}
.canvass-home :is(h1, h2, h3, p) {
	margin: 0;
	font-family: inherit;
}
.canvass-home :is(h1, h2, h3) {
	font-weight: 500;
	text-wrap: balance;
}
.canvass-home p {
	text-wrap: pretty;
}
.canvass-home a {
	color: inherit;
	text-decoration: none;
}
.canvass-home button {
	font: inherit;
	cursor: pointer;
}
.canvass-home :is(a, button, input, textarea, summary):focus-visible {
	outline: 2px solid var(--cv-ink);
	outline-offset: 5px;
}
.canvass-home :is(a, button) {
	transition:
		background-color 180ms,
		color 180ms,
		border-color 180ms;
}
.cv-wrap {
	width: min(1240px, calc(100% - 80px));
	margin-inline: auto;
}
.cv-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 76px;
	margin-top: 24px;
	padding: 12px 24px;
	border: 1px solid var(--cv-line);
	border-radius: 24px;
	background: var(--cv-paper);
	box-shadow: var(--cv-shadow);
	position: relative;
	z-index: 2;
}
.cv-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -0.06em;
	white-space: nowrap;
}
.cv-logo img {
	width: 34px;
	height: 34px;
}
.cv-logo-dark {
	display: none;
}
[data-theme="dark"] .cv-logo-light {
	display: none;
}
[data-theme="dark"] .cv-logo-dark {
	display: block;
}
.cv-nav nav,
.cv-nav-actions {
	display: flex;
	align-items: center;
	gap: 28px;
}
.cv-nav nav a,
.cv-login {
	font-size: 14px;
	color: var(--cv-muted);
	padding-block: 12px;
}
.cv-nav nav a:hover,
.cv-login:hover {
	color: var(--cv-ink);
}
.cv-nav-actions {
	gap: 16px;
}
.cv-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-height: 52px;
	padding: 12px 24px;
	border: 1px solid var(--cv-ink);
	border-radius: var(--cv-panel-radius);
	background: var(--cv-ink);
	color: var(--cv-paper) !important;
	font-size: 16px;
	font-weight: 500;
}
.cv-button:hover {
	opacity: 0.86;
}
.cv-button span {
	font-size: 20px;
	line-height: 1;
}
.cv-button-small {
	min-height: 44px;
	padding: 8px 20px;
	font-size: 14px;
	gap: 16px;
}
.cv-theme {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	color: var(--cv-muted);
	background: transparent;
}
.cv-theme:hover {
	background: var(--cv-soft);
}
.cv-theme svg {
	height: 18px;
	width: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}
.cv-hero {
	position: relative;
	text-align: center;
	padding-block: 112px 128px;
	isolation: isolate;
}
.cv-eyebrow,
.cv-caption {
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--cv-muted);
}
.cv-hero .cv-eyebrow {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.1em;
}
.cv-hero h1 {
	margin-top: 24px;
	font-size: clamp(40px, 5.2vw, 68px);
	line-height: 1.12;
	letter-spacing: -0.055em;
	font-weight: 500;
}
.cv-hero h1 > span {
	color: var(--cv-ink);
}
.cv-lead {
	max-width: 680px;
	margin: 24px auto 0 !important;
	color: var(--cv-muted);
	font-size: 18px;
	line-height: 1.7;
}
.cv-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 32px;
}
.cv-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	font-size: 14px;
	font-weight: 500;
}
.cv-text-link:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}
.cv-reassurance {
	margin-top: 20px !important;
	color: var(--cv-muted);
	font-size: 12px;
}
.cv-terrain {
	position: absolute;
	inset: 60px 0 -20px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
	opacity: 0.55;
	mask-image: linear-gradient(to bottom, transparent 35%, #000);
}
.cv-terrain svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: var(--cv-line);
	stroke-width: 0.7;
}
.cv-process {
	padding-block: 16px 100px;
	scroll-margin-top: 32px;
}
.cv-process-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 40px;
}
.cv-process-heading h2 {
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.04em;
	margin-top: 16px;
}
.cv-process-grid {
	background: var(--cv-paper);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}
.cv-process-card {
	border: 1px solid var(--cv-line);
	border-radius: var(--cv-panel-radius);
	background: var(--cv-paper);
	background-image: linear-gradient(var(--cv-paper), var(--cv-soft));
	overflow: hidden;
	min-width: 0;
	padding: 36px 32px 20px;
}
.cv-process-copy {
	position: relative;
	min-height: 140px;
	padding-left: 32px;
}
.cv-process-number {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "Geist Mono", monospace;
	font-size: 12px;
	color: var(--cv-muted);
}
.cv-process-copy h3 {
	font-size: 24px;
	line-height: 1.35;
	letter-spacing: -0.035em;
}
.cv-process-copy p {
	color: var(--cv-muted);
	font-size: 16px;
	line-height: 1.65;
	margin-top: 16px;
	max-width: 440px;
}
.cv-process-card-05 {
	grid-column: 1/-1;
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	align-items: center;
	gap: 32px;
	padding-block: 32px;
}
.cv-process-card-05 .cv-process-copy {
	min-height: 0;
}
.motion-scene {
	position: relative;
	height: 280px;
	width: 100%;
	margin-top: 24px;
	color: var(--cv-ink);
	pointer-events: none;
	isolation: isolate;
}
.motion-scene * {
	animation-play-state: paused !important;
}
.motion-scene[data-running="true"] * {
	animation-play-state: running !important;
}
.scene-connectors {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: var(--cv-line);
	stroke-width: 1.5;
	z-index: -1;
}
.flow-line {
	stroke: var(--cv-muted);
	stroke-width: 1.5;
	stroke-dasharray: 24 480;
	stroke-linecap: round;
	animation: flow 4.8s linear 1 both;
	opacity: 0.6;
}
.scene-core {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--cv-line);
	border-radius: 12px;
	background: var(--cv-paper);
	box-shadow: 0 2px 3px #00000006;
	z-index: 2;
}
.scene-core svg {
	width: 25px;
	height: 25px;
}
.source-stack {
	position: absolute;
	left: 2%;
	top: 34px;
	width: 37%;
	height: 190px;
}
.source-sheet {
	position: absolute;
	border: 1px solid var(--cv-line);
	border-radius: 14px;
	background: var(--cv-paper);
	box-shadow: var(--cv-shadow);
	padding: 20px;
	width: 100%;
	height: 190px;
}
.sheet-back {
	transform: rotate(-9deg) translate(-4px, 8px);
	opacity: 0.6;
}
.sheet-front {
	animation: float-soft 4.8s ease-in-out 1 both;
}
.sheet-icon {
	font-size: 24px;
	display: block;
	line-height: 1;
	margin-bottom: 12px;
}
.source-sheet b {
	font-size: 13px;
	display: block;
	font-weight: 500;
}
.source-sheet small {
	font-size: 10px;
	color: var(--cv-muted);
	display: block;
	margin-top: 3px;
}
.source-sheet i,
.mail-body > i {
	height: 5px;
	background: var(--cv-line);
	border-radius: 3px;
	display: block;
	margin-top: 12px;
	width: 100%;
}
.source-sheet .short,
.mail-body .short {
	width: 65%;
}
.context-output {
	position: absolute;
	right: 0;
	top: 42px;
	width: 39%;
	padding: 18px 16px;
	border: 1px solid var(--cv-line);
	border-radius: 14px;
	background: var(--cv-paper);
	box-shadow: var(--cv-shadow);
	animation: float-soft 4.8s ease-in-out 1 both;
}
.scene-kicker {
	font-size: 8px;
	letter-spacing: 0.08em;
	color: var(--cv-muted);
}
.context-output > b {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-block: 6px 12px;
}
.context-output > div {
	font-size: 11px;
	padding-block: 8px;
	border-top: 1px solid var(--cv-line);
}
.context-output > div > span {
	color: var(--cv-muted);
	font-size: 9px;
	margin-right: 8px;
	font-family: "Geist Mono", monospace;
}
.target-orbits {
	position: absolute;
	left: 0;
	top: 34px;
	width: 40%;
	aspect-ratio: 1;
}
.target-orbits > span:not(.scene-core) {
	position: absolute;
	border: 1px solid var(--cv-line);
	border-radius: 50%;
	inset: 0;
}
.target-orbits > span:nth-child(2) {
	inset: 14%;
}
.target-orbits > span:nth-child(3) {
	inset: 28%;
}
.orbit-point {
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--cv-paper);
	border: 1px solid var(--cv-muted);
	border-radius: 50%;
	animation: orbit 4.8s linear 1 both;
	left: calc(50% - 4px);
	top: calc(50% - 4px);
	--orbit-radius: 76px;
}
.point-two {
	--orbit-radius: 48px;
	animation-duration: 4.8s;
	animation-direction: reverse;
}
.buyer-stack {
	position: absolute;
	right: 0;
	top: 25px;
	width: 52%;
}
.buyer-mini {
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--cv-paper);
	border: 1px solid var(--cv-line);
	border-radius: 12px;
	padding: 16px 12px;
	box-shadow: var(--cv-shadow);
	min-height: 68px;
}
.avatar {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: var(--cv-soft);
	border: 1px solid var(--cv-line);
	font-size: 12px;
	flex-shrink: 0;
}
.buyer-mini b {
	font-size: 11px;
	display: block;
	font-weight: 500;
}
.buyer-mini small {
	font-size: 9px;
	color: var(--cv-muted);
	display: block;
}
.buyer-back,
.buyer-last {
	opacity: 0.55;
	transform: scale(0.9);
}
.buyer-front {
	position: relative;
	z-index: 1;
	animation: buyer-focus 4.8s ease-in-out 1 both;
}
.fit-check {
	margin-left: auto;
	font-size: 12px;
	color: var(--cv-muted);
}
.mail-card {
	position: absolute;
	width: 41%;
	border: 1px solid var(--cv-line);
	border-radius: 16px;
	background: var(--cv-paper);
	box-shadow: var(--cv-shadow);
	overflow: hidden;
}
.mail-person {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 14px 12px;
	border-bottom: 1px solid var(--cv-line);
}
.mail-person b {
	font-size: 11px;
	display: block;
	font-weight: 500;
}
.mail-person small {
	font-size: 9px;
	display: block;
	color: var(--cv-muted);
}
.mail-body {
	padding: 12px;
}
.mail-body small {
	font-size: 9px;
	color: var(--cv-muted);
	display: block;
	border-bottom: 1px solid var(--cv-line);
	padding-bottom: 10px;
}
.mail-body p {
	font-size: 11px;
	line-height: 1.55;
	margin-top: 10px;
}
.mail-before {
	left: 0;
	top: 24px;
	animation: draft-soft 4.8s ease-in-out 1 both;
}
.mail-after {
	right: 0;
	top: 16px;
	animation: message-arrive 4.8s ease-in-out 1 both;
}
.draft-chip {
	display: inline-block;
	font-size: 8px;
	padding: 3px 5px;
	border: 1px solid var(--cv-line);
	border-radius: 4px;
	margin-top: 12px;
	color: var(--cv-muted);
}
.scene-messages > .scene-core {
	width: 36px;
	height: 36px;
}
.scene-messages > .scene-core svg {
	width: 22px;
	height: 22px;
}
.timeline-label {
	position: absolute;
	top: 20px;
	padding: 8px 12px;
	font-size: 10px;
	background: var(--cv-paper);
	border: 1px solid var(--cv-line);
	border-radius: 6px;
}
.label-left {
	left: 2%;
}
.label-right {
	right: 2%;
}
.decision-track {
	position: absolute;
	left: 4%;
	right: 4%;
	top: 112px;
	height: 1px;
	background: var(--cv-line);
}
.decision-track > i {
	position: absolute;
	height: 64px;
	width: 1px;
	background: var(--cv-line);
	left: 0;
	top: -42px;
}
.decision-track > .scene-core {
	left: 10%;
	animation: decision-travel 4.8s ease-in-out 1 both;
	--travel: 220px;
}
.track-stop {
	position: absolute;
	right: 8%;
	width: 7px;
	height: 7px;
	border: 1px solid var(--cv-muted);
	background: var(--cv-paper);
	border-radius: 50%;
	top: -3px;
}
.decision-notice {
	position: absolute;
	left: 16%;
	right: 5%;
	top: 160px;
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--cv-line);
	border-radius: 12px;
	background: var(--cv-paper);
	box-shadow: var(--cv-shadow);
	animation: notice-arrive 4.8s ease-in-out 1 both;
}
.notice-icon {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--cv-soft);
}
.decision-notice b {
	font-size: 12px;
	font-weight: 500;
	display: block;
}
.decision-notice small {
	font-size: 10px;
	color: var(--cv-muted);
	display: block;
}
.decision-notice > span:last-child {
	margin-left: auto;
}
.timeline-progress {
	position: absolute;
	bottom: 10px;
	left: 4%;
	right: 4%;
	height: 7px;
	border: 1px solid var(--cv-line);
	border-radius: 8px;
	overflow: hidden;
}
.timeline-progress i {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--cv-line);
	transform-origin: left;
	animation: progress 4.8s ease-in-out 1 both;
}
.scene-learning {
	margin: 0;
	height: 290px;
}
.loop-route {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: var(--cv-line);
	stroke-width: 2;
}
.loop-route .flow-line {
	stroke-dasharray: 28 1470;
	--flow-distance: -1498;
	animation-duration: 4.8s;
}
.loop-label {
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 8px 12px;
	background: var(--cv-paper);
	border: 1px solid var(--cv-line);
	border-radius: 7px;
	box-shadow: var(--cv-shadow);
	font-size: 11px;
}
.scene-learning > .scene-core {
	left: 10%;
	top: 52%;
}
.loop-end {
	position: absolute;
	right: 6%;
	top: 45%;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid var(--cv-line);
	border-radius: 10px;
	background: var(--cv-paper);
}
.learning-card {
	width: 45%;
	left: 28%;
	top: 104px;
	animation: float-soft 4.8s ease-in-out 1 both;
}
.learning-bars {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	height: 27px;
	margin-top: 12px;
}
.learning-bars i {
	width: 14%;
	height: 40%;
	background: var(--cv-line);
	border-radius: 2px;
	transform-origin: bottom;
	animation: learn 4.8s ease-in-out 1 both;
}
.learning-bars i:nth-child(2) {
	height: 65%;
}
.learning-bars i:nth-child(3) {
	height: 50%;
}
.learning-bars i:nth-child(4) {
	height: 80%;
}
.learning-bars i:nth-child(5) {
	height: 100%;
}
.cv-control {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	padding: 20px 40px 120px;
	align-items: center;
}
.cv-control h2,
.cv-faq h2,
.cv-contact h2 {
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.04em;
	margin-block: 16px 20px;
}
.cv-control > div > p:last-of-type,
.cv-contact > div > p:last-child {
	color: var(--cv-muted);
	font-size: 16px;
	max-width: 440px;
}
.cv-control .cv-text-link {
	margin-top: 16px;
}
.cv-checklist {
	padding: 32px;
	border: 1px solid var(--cv-line);
	border-radius: 20px;
}
.cv-checklist > p {
	font-size: 15px;
	font-weight: 500;
}
.cv-checklist ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.cv-checklist li {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-block: 14px;
	font-size: 14px;
}
.cv-faq {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 80px;
	padding-block: 64px 96px;
	border-top: 1px solid var(--cv-line);
}
.cv-faq details {
	padding: 20px 0;
	border-bottom: 1px solid var(--cv-line);
}
.cv-faq summary {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
	min-height: 44px;
	cursor: pointer;
	list-style: none;
	font-size: 16px;
}
.cv-faq summary::-webkit-details-marker {
	display: none;
}
.cv-faq summary > span {
	font-size: 24px;
}
.cv-faq details[open] summary > span {
	transform: rotate(45deg);
}
.cv-faq details p {
	padding: 8px 32px 0 0;
	color: var(--cv-muted);
	font-size: 15px;
}
.cv-contact {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 80px;
	padding-bottom: 96px;
}
.canvass-home .contact-form {
	padding: 28px;
	border: 1px solid var(--cv-line);
	background: var(--cv-paper);
	border-radius: 20px;
}
.canvass-home .contact-field :is(input, textarea) {
	border: 1px solid var(--cv-line);
	color: var(--cv-ink);
	background: var(--cv-paper);
	font: inherit;
	font-size: 16px;
	border-radius: 8px;
}
.canvass-home .button-primary {
	background: var(--cv-ink);
	color: var(--cv-paper);
	border-radius: 24px;
	min-height: 44px;
}
.canvass-home .button-secondary {
	color: var(--cv-ink);
	border-radius: 24px;
	min-height: 44px;
}
.cv-final {
	text-align: center;
	padding-block: 88px;
	background: var(--cv-soft);
	border-block: 1px solid var(--cv-line);
}
.cv-final h2 {
	font-size: 48px;
	line-height: 1.15;
	letter-spacing: -0.04em;
	margin-block: 24px 32px;
}
.cv-final .cv-wrap > p:last-child {
	margin-top: 20px;
	color: var(--cv-muted);
	font-size: 13px;
}
.cv-footer {
	padding-block: 48px 32px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}
.cv-footer > p {
	color: var(--cv-muted);
	font-size: 13px;
}
.cv-footer nav {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	font-size: 13px;
}
.cv-footer small {
	flex-basis: 100%;
	font-size: 12px;
	color: var(--cv-muted);
}
/* Color stays inside the product scenes; transparent edges share the panel surface. */
.motion-scene {
	--scene-color: var(--cv-blue);
}
.scene-buyers {
	--scene-color: var(--cv-mint);
}
.scene-messages {
	--scene-color: var(--cv-blue);
}
.scene-decisions {
	--scene-color: var(--cv-apricot);
}
.scene-learning {
	--scene-color: var(--cv-lilac);
}
.motion-scene::before {
	content: "";
	position: absolute;
	inset: -10% -4%;
	z-index: -1;
	background: radial-gradient(
		ellipse at 55% 55%,
		color-mix(in srgb, var(--scene-color) 10%, transparent),
		transparent 68%
	);
}
.flow-line {
	stroke: var(--scene-color);
	opacity: 0.8;
}
.sheet-icon {
	color: var(--cv-blue);
}
.context-output > div > span {
	color: var(--cv-blue);
}
.orbit-point {
	background: var(--cv-mint);
	border-color: var(--cv-mint);
}
.buyer-front .avatar,
.fit-check {
	color: var(--cv-mint);
	background: color-mix(in srgb, var(--cv-mint) 12%, var(--cv-paper));
}
.fit-check {
	border-radius: 50%;
	padding: 2px 5px;
}
.mail-after .avatar {
	background: color-mix(in srgb, var(--cv-blue) 12%, var(--cv-paper));
	color: var(--cv-blue);
}
.mail-after .draft-chip {
	background: color-mix(in srgb, var(--cv-blue) 8%, var(--cv-paper));
	border-color: color-mix(in srgb, var(--cv-blue) 22%, var(--cv-line));
}
.notice-icon {
	background: color-mix(in srgb, var(--cv-apricot) 20%, var(--cv-paper));
}
.timeline-progress i {
	background: linear-gradient(90deg, var(--cv-mint), var(--cv-apricot));
}
.learning-bars i {
	background: var(--cv-mint);
}
.learning-bars i:nth-child(2),
.learning-bars i:nth-child(4) {
	background: var(--cv-lilac);
}
.learning-bars i:nth-child(3),
.learning-bars i:nth-child(5) {
	background: var(--cv-apricot);
}
.loop-end {
	color: var(--cv-mint);
}

@keyframes flow {
	to {
		stroke-dashoffset: var(--flow-distance, -504);
	}
}
@keyframes float-soft {
	0%,
	100% {
		translate: 0 0;
	}
	50% {
		translate: 0 -7px;
	}
}
@keyframes orbit {
	from {
		transform: rotate(0) translateX(var(--orbit-radius)) rotate(0);
	}
	to {
		transform: rotate(100deg) translateX(var(--orbit-radius)) rotate(-100deg);
	}
}
@keyframes buyer-focus {
	0%,
	100% {
		translate: 0 0;
	}
	45%,
	65% {
		translate: -8px 0;
	}
}
@keyframes draft-soft {
	0%,
	100% {
		opacity: 0.75;
		translate: 0 0;
	}
	45%,
	70% {
		opacity: 0.45;
		translate: 0 5px;
	}
}
@keyframes message-arrive {
	0%,
	100% {
		translate: 0 6px;
	}
	45%,
	70% {
		translate: 0 -5px;
	}
}
@keyframes decision-travel {
	0%,
	12% {
		translate: 0 0;
	}
	55%,
	85%,
	100% {
		translate: var(--travel) 0;
	}
}
@keyframes notice-arrive {
	0%,
	20% {
		opacity: 0.35;
		translate: 0 6px;
	}
	55%,
	85%,
	100% {
		opacity: 1;
		translate: 0 0;
	}
}
@keyframes progress {
	0%,
	12% {
		transform: scaleX(0.12);
	}
	55%,
	85%,
	100% {
		transform: scaleX(0.85);
	}
}
@keyframes learn {
	0% {
		transform: scaleY(0.7);
	}
	100% {
		transform: scaleY(1);
	}
}
@media (max-width: 1024px) {
	.cv-wrap {
		width: calc(100% - 48px);
	}
	.cv-nav nav {
		gap: 16px;
	}
	.cv-nav {
		padding: 12px 20px;
	}
	.cv-process-card {
		padding: 28px 20px 16px;
	}
	.cv-process-copy {
		padding-left: 24px;
		min-height: 180px;
	}
	.cv-process-copy h3 {
		font-size: 22px;
	}
	.motion-scene {
		height: 260px;
	}
	.source-sheet {
		padding: 14px;
		height: 175px;
	}
	.context-output {
		padding: 12px;
	}
	.scene-core {
		width: 36px;
		height: 36px;
	}
	.mail-person {
		padding: 12px 8px;
		gap: 6px;
	}
	.mail-person .avatar {
		width: 22px;
		height: 22px;
		font-size: 10px;
	}
	.mail-body {
		padding: 10px;
	}
	.decision-track > .scene-core {
		--travel: 150px;
	}
	.orbit-point {
		--orbit-radius: 58px;
	}
	.point-two {
		--orbit-radius: 36px;
	}
	.cv-control {
		gap: 40px;
		padding-inline: 0;
	}
	.cv-faq,
	.cv-contact {
		gap: 40px;
	}
}
@media (max-width: 767px) {
	.cv-wrap {
		width: calc(100% - 32px);
	}
	.cv-nav {
		margin-top: 12px;
		min-height: 66px;
		padding: 10px 12px;
		gap: 8px;
		border-radius: 20px;
	}
	.cv-nav nav,
	.cv-login {
		display: none;
	}
	.cv-nav-actions {
		gap: 2px;
	}
	.cv-logo {
		font-size: 24px;
		gap: 6px;
	}
	.cv-logo img {
		width: 29px;
		height: 29px;
	}
	.cv-button-small {
		padding-inline: 12px;
		gap: 6px;
	}
	.cv-hero {
		padding-block: 64px 80px;
	}
	.cv-hero h1 {
		font-size: 40px;
	}
	.cv-hero .cv-eyebrow {
		font-size: 8px;
		letter-spacing: 0.04em;
	}
	.cv-lead {
		font-size: 16px;
	}
	.cv-actions {
		flex-direction: column;
		gap: 12px;
	}
	.cv-reassurance {
		font-size: 11px;
	}
	.cv-process-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 24px;
	}
	.cv-process-heading h2 {
		font-size: 32px;
	}
	.cv-process-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.cv-process-card {
		padding: 28px 20px 12px;
		border-radius: 24px;
	}
	.cv-process-copy {
		min-height: 0;
		padding-left: 24px;
	}
	.cv-process-copy h3 {
		font-size: 22px;
	}
	.cv-process-copy p {
		font-size: 16px;
		margin-top: 12px;
	}
	.motion-scene {
		margin-top: 24px;
		height: 250px;
	}
	.cv-process-card-05 {
		display: block;
	}
	.cv-process-card-05 .motion-scene {
		height: 250px;
	}
	.cv-process {
		padding-bottom: 64px;
	}
	.source-stack {
		width: 36%;
	}
	.source-sheet {
		padding: 12px;
	}
	.source-sheet b {
		font-size: 11px;
	}
	.source-sheet small {
		font-size: 8px;
	}
	.context-output {
		width: 40%;
	}
	.context-output > b {
		font-size: 12px;
	}
	.context-output > div {
		font-size: 10px;
	}
	.scene-kicker {
		font-size: 7px;
	}
	.buyer-mini {
		gap: 6px;
		padding: 14px 8px;
	}
	.buyer-mini .avatar {
		width: 24px;
		height: 24px;
	}
	.buyer-mini b {
		font-size: 10px;
	}
	.buyer-mini small {
		font-size: 8px;
	}
	.fit-check {
		display: none;
	}
	.orbit-point {
		--orbit-radius: 48px;
	}
	.point-two {
		--orbit-radius: 28px;
	}
	.mail-person {
		min-height: 65px;
	}
	.mail-person b {
		font-size: 9px;
	}
	.mail-person small {
		font-size: 8px;
	}
	.mail-body p {
		font-size: 10px;
	}
	.mail-body small {
		font-size: 8px;
	}
	.mail-before {
		top: 16px;
	}
	.mail-after {
		top: 10px;
	}
	.scene-messages > .scene-core {
		width: 30px;
		height: 30px;
	}
	.scene-messages > .scene-core svg {
		width: 20px;
		height: 20px;
	}
	.draft-chip {
		font-size: 7px;
	}
	.decision-track > .scene-core {
		--travel: 145px;
	}
	.decision-notice {
		left: 8%;
		right: 0;
		padding: 12px;
	}
	.decision-notice b {
		font-size: 11px;
	}
	.decision-notice small {
		font-size: 9px;
	}
	.timeline-label {
		font-size: 9px;
	}
	.learning-card {
		width: 58%;
		left: 22%;
		top: 90px;
	}
	.loop-label {
		top: 24px;
		font-size: 9px;
	}
	.scene-learning > .scene-core {
		left: 9%;
		width: 30px;
		height: 30px;
	}
	.loop-end {
		right: 3%;
		width: 30px;
		height: 30px;
	}
	.learning-card .mail-person {
		padding: 10px;
		min-height: 0;
	}
	.cv-control,
	.cv-faq,
	.cv-contact {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.cv-control {
		padding-bottom: 64px;
	}
	.cv-control h2,
	.cv-faq h2,
	.cv-contact h2 {
		font-size: 32px;
	}
	.cv-checklist {
		padding: 24px;
	}
	.cv-faq {
		padding-block: 48px 64px;
	}
	.cv-faq details p {
		font-size: 16px;
	}
	.cv-contact {
		padding-bottom: 64px;
	}
	.canvass-home .contact-form {
		padding: 20px;
	}
	.cv-final {
		padding-block: 56px;
	}
	.cv-final h2 {
		font-size: 40px;
	}
	.cv-footer {
		gap: 20px;
		padding-block: 32px;
	}
	.cv-footer > p {
		flex-basis: 100%;
	}
	.cv-footer nav {
		margin: 0;
		gap: 16px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.canvass-home *,
	.canvass-home *::before,
	.canvass-home *::after {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}
	.mail-before {
		opacity: 0.75;
	}
	.decision-notice {
		opacity: 1;
	}
	.timeline-progress i {
		transform: scaleX(0.85);
	}
}
