/**
 * Final Promptvergleich interface layer.
 * Loaded after the component styles so theme and historical rules cannot hide
 * filter text or move the free-only control over its label.
 */
.pvc-app.pvc-explorer .pvc-search {
	padding: 10px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 10px !important;
	background: #e8e6e2 !important;
}

.pvc-app.pvc-explorer .pvc-search__main {
	min-height: 64px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 7px !important;
	background: var(--pvs-white) !important;
	box-shadow: 5px 5px 0 rgba(17, 18, 16, .14) !important;
}

.pvc-app.pvc-explorer .pvc-search__main input {
	display: block !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pvc-app.pvc-explorer .pvc-search__main button {
	min-width: 180px !important;
	border-radius: 5px !important;
	background: var(--pvs-ink) !important;
	color: var(--pvs-white) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pvc-app.pvc-explorer .pvc-search__main button:hover,
.pvc-app.pvc-explorer .pvc-search__main button:focus-visible {
	border-color: var(--pvs-signal) !important;
	background: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer .pvc-filters {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	gap: 7px !important;
	margin: 10px 0 0 !important;
	padding: 7px !important;
	border: 1px solid var(--pvs-line) !important;
	border-radius: 8px !important;
	background: #d8d6d1 !important;
}

.pvc-app.pvc-explorer .pvc-filters label:not(.pvc-check) {
	position: relative !important;
	display: grid !important;
	min-width: 150px !important;
	min-height: 62px !important;
	flex: 1 1 155px !important;
	max-width: none !important;
	grid-template-rows: auto 30px !important;
	gap: 3px !important;
	padding: 9px 11px 7px !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pvc-app.pvc-explorer .pvc-filters label:not(.pvc-check) > span {
	position: static !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	color: #686761 !important;
	font: 800 8px/1.15 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .1em !important;
	opacity: 1 !important;
	visibility: visible !important;
	white-space: nowrap !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer .pvc-filters select {
	appearance: auto !important;
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 30px !important;
	min-height: 30px !important;
	padding: 0 25px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	font: 750 13px/30px "Inter Tight", Inter, Arial, sans-serif !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	text-transform: none !important;
}

.pvc-app.pvc-explorer .pvc-filters label.has-value:not(.pvc-check) {
	border-color: var(--pvs-ink) !important;
	background: var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer .pvc-filters label.has-value:not(.pvc-check) > span {
	color: #c9c8c2 !important;
}

.pvc-app.pvc-explorer .pvc-filters label.has-value:not(.pvc-check) select {
	color: var(--pvs-white) !important;
	-webkit-text-fill-color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-check {
	position: relative !important;
	display: flex !important;
	min-width: 250px !important;
	min-height: 62px !important;
	flex: 1 1 270px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 9px 11px 9px 14px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 6px !important;
	background: var(--pvs-ink) !important;
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-check > span {
	position: static !important;
	display: grid !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	flex: 1 1 auto !important;
	order: 1 !important;
	gap: 4px !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	color: var(--pvs-white) !important;
	opacity: 1 !important;
	visibility: visible !important;
	white-space: normal !important;
}

.pvc-app.pvc-explorer .pvc-check strong,
.pvc-app.pvc-explorer .pvc-check small {
	position: static !important;
	display: block !important;
	color: var(--pvs-white) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pvc-app.pvc-explorer .pvc-check strong {
	font: 800 13px/1.1 "Inter Tight", Inter, Arial, sans-serif !important;
}

.pvc-app.pvc-explorer .pvc-check small {
	font: 650 9px/1.2 Inter, Arial, sans-serif !important;
}

.pvc-app.pvc-explorer .pvc-check input {
	appearance: none !important;
	position: static !important;
	inset: auto !important;
	display: grid !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	flex: 0 0 24px !important;
	order: 2 !important;
	place-items: center !important;
	margin: 0 !important;
	border: 1px solid var(--pvs-white) !important;
	border-radius: 4px !important;
	background: transparent !important;
	color: var(--pvs-ink) !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.pvc-app.pvc-explorer .pvc-check input::before {
	content: "✓" !important;
	display: grid !important;
	width: 100% !important;
	height: 100% !important;
	place-items: center !important;
	margin: 0 !important;
	border-radius: 3px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	opacity: 0 !important;
	transform: none !important;
}

.pvc-app.pvc-explorer .pvc-check input:checked::before {
	opacity: 1 !important;
	transform: none !important;
}

.pvc-app.pvc-explorer .pvc-check:hover,
.pvc-app.pvc-explorer .pvc-check:focus-within,
.pvc-app.pvc-explorer .pvc-check.is-active {
	border-color: var(--pvs-signal) !important;
	background: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer .pvc-filter-toolbar {
	margin: 10px 0 0 !important;
	padding: 10px 4px 2px !important;
	border-top: 1px solid var(--pvs-line) !important;
}

.pvc-app.pvc-explorer .pvc-filter-toolbar p {
	color: var(--pvs-ink) !important;
	opacity: 1 !important;
}

@media (max-width: 760px) {
	.pvc-app.pvc-explorer .pvc-search__main {
		grid-template-columns: 20px minmax(0, 1fr) !important;
	}

	.pvc-app.pvc-explorer .pvc-search__main button {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	.pvc-app.pvc-explorer .pvc-filters label:not(.pvc-check),
	.pvc-app.pvc-explorer .pvc-check {
		min-width: calc(50% - 4px) !important;
		flex-basis: calc(50% - 4px) !important;
	}
}

@media (max-width: 520px) {
	.pvc-app.pvc-explorer .pvc-filters label:not(.pvc-check),
	.pvc-app.pvc-explorer .pvc-check {
		min-width: 100% !important;
		flex-basis: 100% !important;
	}
}

/* 2.9.7 — stable grid instead of a cramped one-line toolbar. */
.pvc-app.pvc-explorer .pvc-filters {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 8px !important;
	padding: 8px !important;
}

.pvc-app.pvc-explorer .pvc-filters label:not(.pvc-check),
.pvc-app.pvc-explorer .pvc-check {
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	min-height: 66px !important;
	margin: 0 !important;
}

.pvc-app.pvc-explorer .pvc-filters label:not(.pvc-check) {
	position: relative !important;
	display: grid !important;
	grid-template-rows: auto 31px !important;
	gap: 4px !important;
	padding: 9px 12px 8px !important;
	overflow: visible !important;
}

.pvc-app.pvc-explorer .pvc-filters label:not(.pvc-check)::after {
	content: "↓" !important;
	position: absolute !important;
	right: 12px !important;
	bottom: 14px !important;
	z-index: 3 !important;
	color: var(--pvs-ink) !important;
	font: 800 12px/1 Inter, Arial, sans-serif !important;
	pointer-events: none !important;
}

.pvc-app.pvc-explorer .pvc-filters label.has-value:not(.pvc-check)::after {
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-filters select {
	all: unset !important;
	box-sizing: border-box !important;
	position: relative !important;
	z-index: 2 !important;
	display: block !important;
	width: 100% !important;
	height: 31px !important;
	min-height: 31px !important;
	padding: 0 24px 0 0 !important;
	cursor: pointer !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	font: 750 13px/31px "Inter Tight", Inter, Arial, sans-serif !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	white-space: nowrap !important;
}

.pvc-app.pvc-explorer .pvc-filters label.has-value:not(.pvc-check) select {
	color: var(--pvs-white) !important;
	-webkit-text-fill-color: var(--pvs-white) !important;
}

/* The native field stays operable, while only the fixed indicator is visible. */
.pvc-app.pvc-explorer .pvc-check {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 24px !important;
	align-items: center !important;
	gap: 16px !important;
	padding: 10px 12px 10px 14px !important;
	overflow: hidden !important;
}

.pvc-app.pvc-explorer .pvc-check > span {
	position: static !important;
	display: grid !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	gap: 4px !important;
	min-width: 0 !important;
	order: initial !important;
}

.pvc-app.pvc-explorer .pvc-check input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	overflow: hidden !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	opacity: 0 !important;
}

.pvc-app.pvc-explorer .pvc-check::after {
	content: "" !important;
	display: grid !important;
	width: 24px !important;
	height: 24px !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	place-items: center !important;
	border: 1px solid var(--pvs-white) !important;
	border-radius: 4px !important;
	background: transparent !important;
	color: var(--pvs-ink) !important;
	font: 900 15px/1 Inter, Arial, sans-serif !important;
}

.pvc-app.pvc-explorer .pvc-check.is-active::after,
.pvc-app.pvc-explorer .pvc-check:has(input:checked)::after {
	content: "✓" !important;
	background: var(--pvs-white) !important;
}

@media (max-width: 1180px) {
	.pvc-app.pvc-explorer .pvc-filters {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 720px) {
	.pvc-app.pvc-explorer .pvc-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 480px) {
	.pvc-app.pvc-explorer .pvc-filters {
		grid-template-columns: 1fr !important;
	}
}

/* 2.9.8 — one authoritative control per filter, no theme-generated duplicate. */
.pvc-app.pvc-explorer .pvc-filter-field > :not(.pvc-filter-label):not(.pvc-filter-select):not(.pvc-select-ui) {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.pvc-app.pvc-explorer .pvc-filter-field > .pvc-filter-label,
.pvc-app.pvc-explorer .pvc-filter-field > .pvc-filter-select {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pvc-app.pvc-explorer .pvc-filter-field > .pvc-filter-select {
	all: unset !important;
	box-sizing: border-box !important;
	position: relative !important;
	z-index: 2 !important;
	display: block !important;
	width: 100% !important;
	height: 31px !important;
	min-height: 31px !important;
	padding: 0 24px 0 0 !important;
	cursor: pointer !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	font: 750 13px/31px "Inter Tight", Inter, Arial, sans-serif !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	white-space: nowrap !important;
}

.pvc-app.pvc-explorer .pvc-filter-field.has-value > .pvc-filter-select {
	color: var(--pvs-white) !important;
	-webkit-text-fill-color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-check > :not(.pvc-check__copy):not(input) {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.pvc-app.pvc-explorer .pvc-check > .pvc-check__copy {
	position: static !important;
	display: grid !important;
	width: auto !important;
	height: auto !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	gap: 4px !important;
	overflow: visible !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pvc-app.pvc-explorer .pvc-check input,
.pvc-app.pvc-explorer .pvc-check input[type="checkbox"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	overflow: hidden !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* Known theme enhancers can be appended outside their source label. They are
 * never part of Promptvergleich's filter UI and must not create a second row. */
.pvc-app.pvc-explorer .pvc-filters > :where(.select2-container, .choices, .nice-select, .selectize-control, .selectric-wrapper),
.pvc-app.pvc-explorer .pvc-filter-field > :where(.select2-container, .choices, .nice-select, .selectize-control, .selectric-wrapper) {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* 2.9.9 — the free filter is one clean text button. No toggle circle, checkbox
 * tile or theme-generated marker is allowed to sit on top of its copy. */
.pvc-app.pvc-explorer .pvc-check {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	align-items: center !important;
	justify-content: stretch !important;
	gap: 0 !important;
	cursor: pointer !important;
}

.pvc-app.pvc-explorer .pvc-check::before,
.pvc-app.pvc-explorer .pvc-check::after,
.pvc-app.pvc-explorer .pvc-check input::before,
.pvc-app.pvc-explorer .pvc-check input::after,
.pvc-app.pvc-explorer .pvc-check__copy::before,
.pvc-app.pvc-explorer .pvc-check__copy::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

.pvc-app.pvc-explorer .pvc-check > .pvc-check__copy {
	grid-column: 1 !important;
	grid-row: 1 !important;
	padding: 0 !important;
}

.pvc-app.pvc-explorer .pvc-check.is-active,
.pvc-app.pvc-explorer .pvc-check:has(input:checked) {
	border-color: var(--pvs-signal) !important;
	background: var(--pvs-signal) !important;
}

/* 2.9.11 — native select highlight in Promptvergleich coral, never browser blue. */
.pvc-app.pvc-explorer .pvc-filter-select {
	accent-color: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer .pvc-filter-select option {
	background: var(--pvs-ink) !important;
	color: var(--pvs-white) !important;
	-webkit-text-fill-color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-filter-select option:checked,
.pvc-app.pvc-explorer .pvc-filter-select option:hover,
.pvc-app.pvc-explorer .pvc-filter-select option:focus {
	background: var(--pvs-signal) linear-gradient(0deg, var(--pvs-signal), var(--pvs-signal)) !important;
	box-shadow: 0 0 0 100vw var(--pvs-signal) inset !important;
	color: var(--pvs-white) !important;
	-webkit-text-fill-color: var(--pvs-white) !important;
}

/* 2.9.12 — spacious, rounded and fully controllable select surface. */
.pvc-app.pvc-explorer .pvc-filter-field.has-pvc-select-ui::after {
	content: none !important;
	display: none !important;
}

.pvc-app.pvc-explorer .pvc-filter-field.has-pvc-select-ui > .pvc-filter-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	overflow: hidden !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	opacity: 0 !important;
}

.pvc-app.pvc-explorer .pvc-select-ui {
	position: relative !important;
	z-index: 20 !important;
	display: block !important;
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	overflow: visible !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pvc-app.pvc-explorer .pvc-select-ui__trigger {
	display: grid !important;
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	font: 750 13px/1.2 "Inter Tight", Inter, Arial, sans-serif !important;
	text-align: left !important;
	cursor: pointer !important;
}

.pvc-app.pvc-explorer .pvc-filter-field.has-value .pvc-select-ui__trigger {
	color: var(--pvs-white) !important;
	-webkit-text-fill-color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-select-ui__arrow {
	font-style: normal !important;
	font-size: 13px !important;
	transition: transform .18s ease !important;
}

.pvc-app.pvc-explorer .pvc-select-ui__trigger[aria-expanded="true"] .pvc-select-ui__arrow {
	transform: rotate(180deg) !important;
}

.pvc-app.pvc-explorer .pvc-select-ui__menu {
	position: absolute !important;
	top: calc(100% + 10px) !important;
	left: -12px !important;
	z-index: 10050 !important;
	display: grid !important;
	width: calc(100% + 24px) !important;
	min-width: 210px !important;
	max-height: 320px !important;
	gap: 5px !important;
	padding: 8px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 11px !important;
	background: var(--pvs-ink) !important;
	box-shadow: 8px 8px 0 rgba(17, 18, 16, .18) !important;
}

.pvc-app.pvc-explorer .pvc-select-ui__menu[hidden] {
	display: none !important;
}

.pvc-app.pvc-explorer .pvc-select-ui__option {
	display: block !important;
	width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 11px 12px !important;
	border: 1px solid transparent !important;
	border-radius: 7px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pvs-white) !important;
	-webkit-text-fill-color: var(--pvs-white) !important;
	font: 750 12px/1.3 "Inter Tight", Inter, Arial, sans-serif !important;
	text-align: left !important;
	cursor: pointer !important;
}

.pvc-app.pvc-explorer .pvc-select-ui__option:hover,
.pvc-app.pvc-explorer .pvc-select-ui__option:focus-visible,
.pvc-app.pvc-explorer .pvc-select-ui__option.is-selected {
	border-color: var(--pvs-signal) !important;
	background: var(--pvs-signal) !important;
	color: var(--pvs-white) !important;
	outline: none !important;
}

.pvc-app.pvc-explorer .pvc-filter-field:focus-within {
	z-index: 10040 !important;
}

/* 2.15.0 — curated products and finder layout below the active hero. */

.pvc-app.pvc-explorer .pvc-explorer__jump {
	position: relative !important;
	z-index: 5 !important;
	grid-column: 1 !important;
	grid-row: 4 !important;
	display: inline-flex !important;
	width: max-content !important;
	align-items: center !important;
	gap: 28px !important;
	margin-top: 28px !important;
	padding: 13px 16px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 7px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease !important;
}

.pvc-app.pvc-explorer .pvc-explorer__jump:hover,
.pvc-app.pvc-explorer .pvc-explorer__jump:focus-visible {
	border-color: var(--pvs-signal) !important;
	background: var(--pvs-signal) !important;
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-explorer__jump span {
	font-size: 18px !important;
	line-height: 1 !important;
}

.pvc-app.pvc-explorer .pvc-explorer-featured {
	margin: clamp(62px, 8vw, 112px) 0 0 !important;
	padding: clamp(28px, 4vw, 52px) 0 clamp(36px, 5vw, 68px) !important;
	border-top: 1px solid var(--pvs-ink) !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer .pvc-explorer-featured > header,
.pvc-app.pvc-explorer .pvc-explorer-finder > header {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 480px) !important;
	align-items: end !important;
	gap: 28px !important;
	margin-bottom: 30px !important;
}

.pvc-app.pvc-explorer .pvc-explorer-featured > header h2,
.pvc-app.pvc-explorer .pvc-explorer-finder > header h2 {
	margin: 0 !important;
	color: var(--pvs-ink) !important;
	font-size: clamp(38px, 5vw, 72px) !important;
	font-weight: 850 !important;
	letter-spacing: -.06em !important;
	line-height: .92 !important;
}

.pvc-app.pvc-explorer .pvc-explorer-featured > header p:last-child,
.pvc-app.pvc-explorer .pvc-explorer-finder > header > p:last-child {
	margin: 0 !important;
	color: var(--pvs-muted) !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.pvc-app.pvc-explorer .pvc-explorer-featured__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	padding: 18px !important;
	border: 1px solid var(--pvs-ink) !important;
	background: var(--pvs-concrete) !important;
}

.pvc-app.pvc-explorer .pvc-card--featured {
	min-height: 570px !important;
	border: 1px solid var(--pvs-ink) !important;
	background: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-card--featured .pvc-card__media {
	height: 220px !important;
	flex-basis: 220px !important;
}

.pvc-app.pvc-explorer .pvc-card__top-rank {
	position: absolute !important;
	top: 15px !important;
	left: 15px !important;
	z-index: 5 !important;
	display: grid !important;
	min-width: 67px !important;
	padding: 8px 10px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 7px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	font-size: 22px !important;
	font-weight: 850 !important;
	letter-spacing: -.04em !important;
	line-height: 1 !important;
}

.pvc-app.pvc-explorer .pvc-card__top-rank small {
	font-size: 8px !important;
	font-weight: 800 !important;
	letter-spacing: .12em !important;
}

.pvc-app.pvc-explorer .pvc-explorer-finder {
	margin: clamp(62px, 8vw, 112px) 0 0 !important;
	padding: clamp(30px, 4vw, 52px) !important;
	border: 1px solid var(--pvs-ink) !important;
	border-left: 9px solid var(--pvs-signal) !important;
	background: var(--pvs-concrete) !important;
	scroll-margin-top: 24px !important;
}

.pvc-app.pvc-explorer .pvc-explorer-finder .pvc-search {
	margin: 0 !important;
}

.pvc-app.pvc-explorer .pvc-results-head {
	margin-top: clamp(54px, 6vw, 82px) !important;
}

@media (max-width: 1040px) {
	.pvc-app.pvc-explorer .pvc-explorer-featured__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.pvc-app.pvc-explorer .pvc-card--featured:last-child {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 760px) {
	.pvc-app.pvc-explorer .pvc-explorer-featured > header,
	.pvc-app.pvc-explorer .pvc-explorer-finder > header {
		grid-template-columns: 1fr !important;
		align-items: start !important;
		gap: 14px !important;
	}

	.pvc-app.pvc-explorer .pvc-explorer-featured__grid {
		grid-template-columns: 1fr !important;
		padding: 10px !important;
	}

	.pvc-app.pvc-explorer .pvc-card--featured:last-child {
		grid-column: auto !important;
	}

	.pvc-app.pvc-explorer .pvc-explorer-finder {
		padding: 24px 12px !important;
		border-left-width: 6px !important;
	}
}

/* 2.18.0 — PROMPTS word stage: built from type, light and the brand signal. */
.pvc-app.pvc-explorer .pvc-word-hero {
	--pvc-focus-x: 68%;
	--pvc-focus-y: 49%;
	position: relative !important;
	isolation: isolate !important;
	display: grid !important;
	min-height: clamp(610px, 64vw, 820px) !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto minmax(300px, 1fr) auto !important;
	gap: 0 !important;
	overflow: hidden !important;
	padding: clamp(28px, 4.5vw, 66px) clamp(18px, 4.6vw, 70px) clamp(34px, 4.8vw, 72px) !important;
	border: 0 !important;
	border-left: 0 !important;
	background: var(--pvs-white) !important;
	box-shadow: none !important;
}

.pvc-app.pvc-explorer .pvc-word-hero::before {
	content: "" !important;
	position: absolute !important;
	inset: auto -5% 5% 38% !important;
	z-index: -2 !important;
	height: 52% !important;
	display: block !important;
	background: radial-gradient(ellipse at center, rgba(17, 18, 16, .1), transparent 66%) !important;
	filter: blur(14px) !important;
	pointer-events: none !important;
}

.pvc-app.pvc-explorer .pvc-word-hero::after {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	right: clamp(18px, 4.6vw, 70px) !important;
	left: clamp(18px, 4.6vw, 70px) !important;
	height: 1px !important;
	background: var(--pvs-ink) !important;
	pointer-events: none !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__meta {
	position: relative !important;
	z-index: 6 !important;
	display: flex !important;
	grid-row: 1 !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 22px !important;
	padding: 0 0 18px !important;
	border-bottom: 1px solid var(--pvs-line) !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__meta p {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	color: var(--pvs-ink) !important;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: .13em !important;
	line-height: 1.35 !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__meta .pvc-eyebrow {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__meta .pvc-eyebrow::before {
	width: 8px !important;
	height: 8px !important;
	margin-right: 10px !important;
	background: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer .pvc-wordmark {
	--pvc-focus-size: clamp(150px, 19vw, 290px);
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	height: clamp(310px, 36vw, 510px) !important;
	grid-row: 2 !important;
	place-items: center !important;
	overflow: visible !important;
	cursor: crosshair !important;
}

.pvc-app.pvc-explorer .pvc-wordmark::before {
	content: "" !important;
	position: absolute !important;
	top: var(--pvc-focus-y) !important;
	left: var(--pvc-focus-x) !important;
	z-index: 1 !important;
	width: var(--pvc-focus-size) !important;
	aspect-ratio: 1 !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 51% 49% 43% 57% / 46% 56% 44% 54% !important;
	background: var(--pvs-signal) !important;
	box-shadow:
		24px 28px 0 rgba(17, 18, 16, .09),
		0 34px 70px rgba(17, 18, 16, .17) !important;
	transform: translate(-50%, -50%) rotate(-7deg) !important;
	transition: top .32s cubic-bezier(.2,.8,.2,1), left .32s cubic-bezier(.2,.8,.2,1), border-radius .5s ease !important;
	pointer-events: none !important;
}

.pvc-app.pvc-explorer .pvc-wordmark:hover::before {
	border-radius: 42% 58% 54% 46% / 58% 44% 56% 42% !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__line {
	position: absolute !important;
	inset: 0 !important;
	z-index: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: visible !important;
	padding-right: .1em !important;
	color: var(--pvs-ink) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: clamp(82px, 16.2vw, 260px) !important;
	font-weight: 900 !important;
	letter-spacing: -.105em !important;
	line-height: .76 !important;
	white-space: nowrap !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__line span {
	display: inline-block !important;
	min-width: .57em !important;
	text-align: center !important;
	transform-origin: 50% 78% !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__base span {
	--pvc-letter-x: 0px;
	--pvc-letter-y: 0px;
	--pvc-letter-r: 0deg;
	--pvc-letter-delay: 100ms;
	opacity: 0;
	filter: blur(13px);
	transform: translate3d(var(--pvc-letter-x), var(--pvc-letter-y), 0) rotate(var(--pvc-letter-r)) scale(.58);
}

.pvc-app.pvc-explorer .pvc-wordmark__base span:nth-child(1) { --pvc-letter-x: -51px; --pvc-letter-y: -34px; --pvc-letter-r: -22deg; --pvc-letter-delay: 100ms; }
.pvc-app.pvc-explorer .pvc-wordmark__base span:nth-child(2) { --pvc-letter-x: -34px; --pvc-letter-y: 42px; --pvc-letter-r: 16deg; --pvc-letter-delay: 172ms; }
.pvc-app.pvc-explorer .pvc-wordmark__base span:nth-child(3) { --pvc-letter-x: -17px; --pvc-letter-y: -48px; --pvc-letter-r: -12deg; --pvc-letter-delay: 244ms; }
.pvc-app.pvc-explorer .pvc-wordmark__base span:nth-child(4) { --pvc-letter-x: 12px; --pvc-letter-y: 45px; --pvc-letter-r: 10deg; --pvc-letter-delay: 316ms; }
.pvc-app.pvc-explorer .pvc-wordmark__base span:nth-child(5) { --pvc-letter-x: 28px; --pvc-letter-y: -38px; --pvc-letter-r: 17deg; --pvc-letter-delay: 388ms; }
.pvc-app.pvc-explorer .pvc-wordmark__base span:nth-child(6) { --pvc-letter-x: 47px; --pvc-letter-y: 35px; --pvc-letter-r: -17deg; --pvc-letter-delay: 460ms; }
.pvc-app.pvc-explorer .pvc-wordmark__base span:nth-child(7) { --pvc-letter-x: 62px; --pvc-letter-y: -30px; --pvc-letter-r: 23deg; --pvc-letter-delay: 532ms; }

.pvc-app.pvc-explorer .pvc-wordmark__base span {
	animation: pvc-word-build .92s cubic-bezier(.16,1,.3,1) both !important;
	animation-delay: var(--pvc-letter-delay) !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__focus {
	z-index: 3 !important;
	color: var(--pvs-white) !important;
	clip-path: circle(calc(var(--pvc-focus-size) / 2) at var(--pvc-focus-x) var(--pvc-focus-y)) !important;
	opacity: 0;
	transition: clip-path .32s cubic-bezier(.2,.8,.2,1) !important;
	pointer-events: none !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__focus {
	animation: pvc-focus-reveal .62s ease 680ms both !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__cursor {
	position: absolute !important;
	top: var(--pvc-focus-y) !important;
	left: var(--pvc-focus-x) !important;
	z-index: 5 !important;
	width: calc(var(--pvc-focus-size) + 24px) !important;
	aspect-ratio: 1 !important;
	border: 1px solid rgba(17, 18, 16, .5) !important;
	border-radius: 50% !important;
	opacity: 0;
	transform: translate(-50%, -50%) rotate(8deg) !important;
	transition: top .32s cubic-bezier(.2,.8,.2,1), left .32s cubic-bezier(.2,.8,.2,1) !important;
	pointer-events: none !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__cursor {
	animation: pvc-cursor-arrive .6s ease 900ms both !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__cursor i {
	position: absolute !important;
	top: -4px !important;
	left: 50% !important;
	width: 9px !important;
	height: 9px !important;
	border: 1px solid var(--pvs-ink) !important;
	background: var(--pvs-white) !important;
	transform: translateX(-50%) !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__cursor b {
	position: absolute !important;
	right: 6% !important;
	bottom: 7% !important;
	padding: 5px 7px !important;
	background: var(--pvs-ink) !important;
	color: var(--pvs-white) !important;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	font-size: 8px !important;
	letter-spacing: .1em !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__fragments {
	position: absolute !important;
	inset: 0 !important;
	z-index: 6 !important;
	pointer-events: none !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__fragments i {
	position: absolute !important;
	display: block !important;
	border: 1px solid var(--pvs-ink) !important;
	opacity: 0;
}

.pvc-app.pvc-explorer .pvc-wordmark__fragments i:nth-child(1) {
	top: 23% !important;
	left: 8% !important;
	width: 16px !important;
	height: 16px !important;
	background: var(--pvs-signal) !important;
	transform: rotate(18deg) !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__fragments i:nth-child(2) {
	right: 11% !important;
	bottom: 21% !important;
	width: 36px !important;
	height: 9px !important;
	background: var(--pvs-ink) !important;
	transform: rotate(-12deg) !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__fragments i:nth-child(3) {
	top: 18% !important;
	right: 28% !important;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	background: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__fragments i:nth-child(4) {
	bottom: 18% !important;
	left: 25% !important;
	width: 11px !important;
	height: 29px !important;
	background: var(--pvs-concrete) !important;
	transform: rotate(28deg) !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__fragments i {
	animation: pvc-fragment-in .48s cubic-bezier(.2,.8,.2,1) both !important;
}

.pvc-app.pvc-explorer .pvc-wordmark__fragments i:nth-child(1) { animation-delay: .78s !important; }
.pvc-app.pvc-explorer .pvc-wordmark__fragments i:nth-child(2) { animation-delay: .9s !important; }
.pvc-app.pvc-explorer .pvc-wordmark__fragments i:nth-child(3) { animation-delay: 1s !important; }
.pvc-app.pvc-explorer .pvc-wordmark__fragments i:nth-child(4) { animation-delay: 1.08s !important; }

.pvc-app.pvc-explorer .pvc-word-hero__copy {
	position: relative !important;
	z-index: 7 !important;
	display: grid !important;
	grid-row: 3 !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, .75fr) auto !important;
	align-items: end !important;
	gap: clamp(18px, 3vw, 52px) !important;
	padding-top: clamp(22px, 3vw, 38px) !important;
	border-top: 1px solid var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__copy > div {
	display: grid !important;
	gap: 9px !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__copy .pvc-eyebrow {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__copy h2 {
	width: min(100%, 650px) !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	font-size: clamp(30px, 3.6vw, 58px) !important;
	font-weight: 850 !important;
	letter-spacing: -.052em !important;
	line-height: .95 !important;
	text-wrap: balance !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__copy > p {
	width: auto !important;
	max-width: 460px !important;
	margin: 0 !important;
	color: var(--pvs-ink) !important;
	font-size: clamp(14px, 1.15vw, 17px) !important;
	line-height: 1.55 !important;
}

.pvc-app.pvc-explorer .pvc-word-hero__copy .pvc-explorer__jump {
	grid-column: auto !important;
	grid-row: auto !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

@keyframes pvc-word-build {
	0% {
		opacity: 0;
		filter: blur(13px);
		transform: translate3d(var(--pvc-letter-x), var(--pvc-letter-y), 0) rotate(var(--pvc-letter-r)) scale(.58);
	}
	70% { opacity: 1; filter: blur(0); transform: translate3d(0, -5px, 0) rotate(0) scale(1.025); }
	100% { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) rotate(0) scale(1); }
}

@keyframes pvc-focus-reveal {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes pvc-cursor-arrive {
	from { opacity: 0; transform: translate(-50%, -50%) rotate(22deg) scale(.8); }
	to { opacity: 1; transform: translate(-50%, -50%) rotate(8deg) scale(1); }
}

@keyframes pvc-fragment-in {
	from { opacity: 0; translate: 0 18px; }
	to { opacity: 1; translate: 0 0; }
}

@media (max-width: 860px) {
	.pvc-app.pvc-explorer .pvc-word-hero {
		min-height: 660px !important;
		grid-template-rows: auto minmax(270px, 1fr) auto !important;
	}

	.pvc-app.pvc-explorer .pvc-wordmark {
		--pvc-focus-size: clamp(120px, 25vw, 190px);
		height: clamp(280px, 47vw, 390px) !important;
	}

	.pvc-app.pvc-explorer .pvc-wordmark__line {
		font-size: clamp(68px, 16.5vw, 138px) !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero__copy {
		grid-template-columns: 1fr auto !important;
		align-items: start !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero__copy > p {
		grid-column: 1 !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero__copy .pvc-explorer__jump {
		grid-column: 2 !important;
		grid-row: 1 / 3 !important;
		align-self: end !important;
	}
}

@media (max-width: 560px) {
	.pvc-app.pvc-explorer .pvc-word-hero {
		--pvc-focus-x: 70%;
		--pvc-focus-y: 48%;
		min-height: 610px !important;
		grid-template-rows: auto minmax(230px, 1fr) auto !important;
		padding: 24px 14px 30px !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero::after {
		right: 14px !important;
		left: 14px !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero__meta {
		align-items: flex-start !important;
		padding-bottom: 14px !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero__meta p:last-child {
		max-width: 150px !important;
		text-align: right !important;
	}

	.pvc-app.pvc-explorer .pvc-wordmark {
		--pvc-focus-size: clamp(100px, 29vw, 145px);
		height: clamp(230px, 58vw, 320px) !important;
		cursor: default !important;
	}

	.pvc-app.pvc-explorer .pvc-wordmark__line {
		font-size: clamp(49px, 16.2vw, 88px) !important;
		letter-spacing: -.11em !important;
	}

	.pvc-app.pvc-explorer .pvc-wordmark__cursor {
		display: none !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero__copy {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		padding-top: 22px !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero__copy > p,
	.pvc-app.pvc-explorer .pvc-word-hero__copy .pvc-explorer__jump {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	.pvc-app.pvc-explorer .pvc-word-hero__copy .pvc-explorer__jump {
		align-self: start !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pvc-app.pvc-explorer .pvc-wordmark::before,
	.pvc-app.pvc-explorer .pvc-wordmark__focus,
	.pvc-app.pvc-explorer .pvc-wordmark__cursor {
		transition: none !important;
	}

	.pvc-app.pvc-explorer .pvc-wordmark__base span,
	.pvc-app.pvc-explorer .pvc-wordmark__focus,
	.pvc-app.pvc-explorer .pvc-wordmark__cursor,
	.pvc-app.pvc-explorer .pvc-wordmark__fragments i {
		animation: none !important;
		opacity: 1 !important;
		filter: none !important;
		transform: none !important;
		translate: none !important;
	}

	.pvc-app.pvc-explorer .pvc-wordmark__cursor {
		transform: translate(-50%, -50%) !important;
	}
}

.pvc-app.pvc-creators-directory {
	display: grid !important;
	gap: clamp(44px, 7vw, 92px) !important;
	padding: clamp(44px, 7vw, 110px) !important;
	border-top: 1px solid var(--pvs-ink) !important;
	background: var(--pvs-white) !important;
}

.pvc-app.pvc-creators-directory > header {
	display: grid !important;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr) !important;
	align-items: end !important;
	gap: clamp(24px, 7vw, 120px) !important;
	padding-bottom: clamp(30px, 5vw, 62px) !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
}

.pvc-app.pvc-creators-directory > header .pvc-eyebrow {
	grid-column: 1 / -1 !important;
	margin: 0 !important;
}

.pvc-app.pvc-creators-directory > header h1 {
	margin: 0 !important;
	font-size: clamp(58px, 9vw, 142px) !important;
	font-weight: 900 !important;
	letter-spacing: -.07em !important;
	line-height: .82 !important;
}

.pvc-app.pvc-creators-directory > header h1 em {
	color: var(--pvs-signal) !important;
	font-style: normal !important;
}

.pvc-app.pvc-creators-directory > header > p:last-child {
	margin: 0 !important;
	font-size: clamp(15px, 1.4vw, 19px) !important;
	line-height: 1.55 !important;
}

.pvc-creators-directory__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

.pvc-creator-directory-card {
	display: grid !important;
	overflow: hidden !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 16px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease !important;
}

.pvc-creator-directory-card:hover,
.pvc-creator-directory-card:focus-visible {
	outline: none !important;
	box-shadow: 8px 9px 0 var(--pvs-signal) !important;
	transform: translate(-3px,-4px) !important;
}

.pvc-creator-directory-card__visual {
	position: relative !important;
	display: grid !important;
	min-height: 260px !important;
	place-items: center !important;
	overflow: hidden !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
	background: var(--pvs-concrete) !important;
}

.pvc-creator-directory-card:nth-child(3n+2) .pvc-creator-directory-card__visual { background: var(--pvs-signal) !important; }
.pvc-creator-directory-card:nth-child(3n) .pvc-creator-directory-card__visual { background: var(--pvs-ink) !important; }

.pvc-creator-directory-card__visual img {
	width: 132px !important;
	height: 132px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	filter: grayscale(1) contrast(1.06) !important;
}

.pvc-creator-directory-card__visual span {
	position: absolute !important;
	top: 16px !important;
	left: 16px !important;
	display: grid !important;
	width: 40px !important;
	height: 40px !important;
	place-items: center !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 50% !important;
	background: var(--pvs-white) !important;
	font: 900 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
}

.pvc-creator-directory-card__body {
	display: grid !important;
	min-height: 280px !important;
	align-content: start !important;
	padding: 24px !important;
}

.pvc-creator-directory-card__body small {
	color: var(--pvs-signal) !important;
	font: 800 8px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

.pvc-creator-directory-card__body h2 {
	margin: 18px 0 12px !important;
	font-size: clamp(28px, 3vw, 42px) !important;
	font-weight: 900 !important;
	letter-spacing: -.05em !important;
	line-height: .92 !important;
}

.pvc-creator-directory-card__body p {
	margin: 0 0 18px !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.pvc-creator-directory-card__body > div {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}

.pvc-creator-directory-card__body > div span {
	padding: 6px 9px !important;
	border: 1px solid var(--pvs-line) !important;
	border-radius: 999px !important;
	font-size: 9px !important;
}

.pvc-creator-directory-card__body b {
	align-self: end !important;
	justify-self: start !important;
	margin-top: auto !important;
	padding-top: 28px !important;
	font-size: 11px !important;
}

@media (max-width: 920px) {
	.pvc-creators-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 640px) {
	.pvc-app.pvc-creators-directory { padding: 34px 14px 70px !important; }
	.pvc-app.pvc-creators-directory > header,
	.pvc-creators-directory__grid { grid-template-columns: 1fr !important; }
}

/* 2.20.0 — selected work, not an invented creator leaderboard. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees {
	display: grid !important;
	gap: clamp(22px, 3vw, 38px) !important;
	margin: 0 0 clamp(46px, 7vw, 96px) !important;
	padding: clamp(26px, 4vw, 58px) 0 !important;
	border-top: 1px solid var(--pvs-ink) !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
	background: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header {
	display: grid !important;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) !important;
	align-items: end !important;
	gap: clamp(24px, 6vw, 110px) !important;
	padding: 0 clamp(4px, 2vw, 28px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header > div:first-child {
	display: grid !important;
	gap: 13px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header .pvc-eyebrow {
	margin: 0 !important;
	color: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header h2 {
	margin: 0 !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	font-size: clamp(52px, 7vw, 112px) !important;
	font-weight: 900 !important;
	letter-spacing: -.065em !important;
	line-height: .81 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header h2 em {
	color: var(--pvs-signal) !important;
	-webkit-text-fill-color: var(--pvs-signal) !important;
	font-style: normal !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header > div:last-child {
	display: grid !important;
	gap: 11px !important;
	padding-left: 18px !important;
	border-left: 4px solid var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header > div:last-child span {
	font: 800 8px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header > div:last-child p {
	max-width: 590px !important;
	margin: 0 !important;
	font-size: clamp(14px, 1.2vw, 17px) !important;
	line-height: 1.55 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 14px !important;
	padding: 0 clamp(4px, 2vw, 28px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee {
	display: grid !important;
	min-width: 0 !important;
	overflow: hidden !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 15px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	text-decoration: none !important;
	box-shadow: 0 0 0 var(--pvs-signal) !important;
	transform: translate(0, 0) !important;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:focus-visible {
	border-color: var(--pvs-signal) !important;
	outline: none !important;
	box-shadow: 7px 8px 0 var(--pvs-signal) !important;
	transform: translate(-3px, -4px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__visual {
	position: relative !important;
	aspect-ratio: 1.34 / 1 !important;
	overflow: hidden !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
	background: var(--pvs-concrete) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:nth-child(2) .pvc-home-nominee__visual { background: var(--pvs-signal) !important; }
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:nth-child(3) .pvc-home-nominee__visual { background: var(--pvs-ink) !important; }

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__visual img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	filter: grayscale(.18) contrast(1.03) !important;
	transition: filter .3s ease, transform .45s cubic-bezier(.16,1,.3,1) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:hover .pvc-home-nominee__visual img {
	filter: grayscale(0) contrast(1.04) !important;
	transform: scale(1.035) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__visual > span {
	display: flex !important;
	height: 100% !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 28px !important;
	color: currentColor !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:nth-child(2) .pvc-home-nominee__visual > span,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:nth-child(3) .pvc-home-nominee__visual > span { color: var(--pvs-white) !important; }

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__visual > span small {
	font: 800 8px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .11em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__visual > span strong {
	font-size: clamp(78px, 8vw, 132px) !important;
	font-weight: 900 !important;
	letter-spacing: -.08em !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__visual > b {
	position: absolute !important;
	top: 14px !important;
	left: 14px !important;
	z-index: 2 !important;
	display: grid !important;
	width: 38px !important;
	height: 38px !important;
	place-items: center !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 50% !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	font: 900 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__copy {
	display: grid !important;
	min-height: 220px !important;
	align-content: start !important;
	padding: 22px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__copy > p,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__copy > div {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__copy > p {
	margin: 0 0 18px !important;
	color: var(--pvs-muted) !important;
	font: 800 8px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .09em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__copy h3 {
	margin: 0 0 25px !important;
	color: var(--pvs-ink) !important;
	font-size: clamp(25px, 2.35vw, 38px) !important;
	font-weight: 880 !important;
	letter-spacing: -.05em !important;
	line-height: .95 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__copy > div {
	align-self: end !important;
	margin-top: auto !important;
	padding-top: 15px !important;
	border-top: 1px solid var(--pvs-line) !important;
	font-size: 10px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__copy > div b {
	color: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees > footer {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px !important;
	padding: 0 clamp(4px, 2vw, 28px) !important;
	font: 800 9px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees > footer > span::before {
	content: "" !important;
	display: inline-block !important;
	width: 8px !important;
	height: 8px !important;
	margin-right: 10px !important;
	background: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees > footer a {
	padding-bottom: 5px !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
	color: var(--pvs-ink) !important;
	text-decoration: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees > footer a:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees > footer a:focus-visible {
	border-color: var(--pvs-signal) !important;
	color: var(--pvs-signal) !important;
	outline: none !important;
}

@media (max-width: 900px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__header {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__grid {
		grid-template-columns: 1fr 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:last-child {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 620px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees__grid {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee:last-child {
		grid-column: auto !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominees > footer {
		align-items: flex-start !important;
		flex-direction: column !important;
	}
}

/* 2.21.0 — the front page previews; the solutions page does the filtering. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home {
	margin-top: clamp(48px, 8vw, 110px) !important;
	padding: clamp(28px, 4vw, 54px) !important;
	border: 1px solid var(--pvs-ink) !important;
	border-left: 8px solid var(--pvs-signal) !important;
	border-radius: 0 !important;
	background: var(--pvs-concrete) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) !important;
	align-items: end !important;
	gap: clamp(24px, 6vw, 100px) !important;
	margin-bottom: clamp(24px, 3vw, 38px) !important;
	padding: 0 0 clamp(24px, 3vw, 38px) !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header > div {
	display: grid !important;
	gap: 12px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header .pvc-eyebrow {
	margin: 0 !important;
	color: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header h2 {
	margin: 0 !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	font-size: clamp(42px, 5.5vw, 82px) !important;
	font-weight: 900 !important;
	letter-spacing: -.06em !important;
	line-height: .88 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header h2 em {
	color: var(--pvs-signal) !important;
	-webkit-text-fill-color: var(--pvs-signal) !important;
	font-style: normal !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header > p {
	max-width: 580px !important;
	margin: 0 !important;
	font-size: clamp(14px, 1.2vw, 17px) !important;
	line-height: 1.55 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-search {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-search__main {
	min-height: 78px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 10px !important;
	background: var(--pvs-white) !important;
	box-shadow: 7px 8px 0 rgba(17, 18, 16, .12) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-search__main button {
	min-width: 190px !important;
	min-height: 58px !important;
	margin: 9px !important;
	border-radius: 7px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-results-head {
	margin-top: clamp(34px, 5vw, 62px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: clamp(22px, 4vw, 64px) !important;
	margin-top: clamp(28px, 4vw, 54px) !important;
	padding: clamp(24px, 3vw, 38px) !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 12px !important;
	background: var(--pvs-ink) !important;
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more > div {
	display: grid !important;
	max-width: 780px !important;
	gap: 8px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more > div span {
	color: var(--pvs-signal) !important;
	font: 800 8px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more p {
	margin: 0 !important;
	color: var(--pvs-white) !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more > a {
	display: inline-flex !important;
	min-width: 218px !important;
	min-height: 56px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 22px !important;
	padding: 0 18px !important;
	border: 1px solid var(--pvs-white) !important;
	border-radius: 8px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	text-decoration: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more > a:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more > a:focus-visible {
	border-color: var(--pvs-signal) !important;
	background: var(--pvs-signal) !important;
	color: var(--pvs-white) !important;
	outline: none !important;
}

@media (max-width: 760px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home {
		padding: 24px 14px !important;
		border-left-width: 6px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-search__main {
		min-height: auto !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-search__main button {
		width: calc(100% - 18px) !important;
		margin-top: 0 !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-more > a {
		width: 100% !important;
	}
}

/* 2.19.0 — the front page gets its own KI signal station, never the solutions hero. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools {
	position: relative !important;
	isolation: isolate !important;
	display: grid !important;
	gap: clamp(28px, 4vw, 52px) !important;
	margin: 0 !important;
	padding: clamp(24px, 4.5vw, 68px) !important;
	overflow: hidden !important;
	border: 1px solid var(--pvs-ink) !important;
	border-left: 8px solid var(--pvs-signal) !important;
	border-radius: 0 !important;
	background: var(--pvs-concrete) !important;
	color: var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools::before {
	content: "" !important;
	position: absolute !important;
	top: -18% !important;
	right: -7% !important;
	z-index: -1 !important;
	width: clamp(260px, 40vw, 620px) !important;
	aspect-ratio: 1 !important;
	border: 1px solid rgba(17, 18, 16, .12) !important;
	border-radius: 50% !important;
	background: rgba(255, 254, 251, .34) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
	display: grid !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr) !important;
	align-items: center !important;
	gap: clamp(28px, 5vw, 86px) !important;
	padding-bottom: clamp(28px, 4vw, 52px) !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy {
	display: grid !important;
	gap: 18px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy .pvc-eyebrow {
	margin: 0 !important;
	color: var(--pvs-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 {
	max-width: 850px !important;
	margin: 0 !important;
	color: var(--pvs-ink) !important;
	-webkit-text-fill-color: var(--pvs-ink) !important;
	font-size: clamp(50px, 6.2vw, 96px) !important;
	font-weight: 880 !important;
	letter-spacing: -.052em !important;
	line-height: .92 !important;
	text-wrap: balance !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 em {
	color: var(--pvs-signal) !important;
	-webkit-text-fill-color: var(--pvs-signal) !important;
	font-style: normal !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy > p:last-child {
	max-width: 700px !important;
	margin: 2px 0 0 !important;
	color: var(--pvs-ink) !important;
	font-size: clamp(16px, 1.35vw, 20px) !important;
	line-height: 1.55 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__signal {
	position: relative !important;
	display: grid !important;
	justify-items: center !important;
	gap: 12px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor {
	position: relative !important;
	width: min(100%, 350px) !important;
	aspect-ratio: 1 !important;
	overflow: hidden !important;
	background-image: url("../images/pv-crt-signal.webp") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	background-size: 600% 100% !important;
	filter: drop-shadow(22px 25px 17px rgba(17, 18, 16, .18)) !important;
	animation: pvc-crt-signal 6.4s steps(5, end) infinite !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor::after {
	content: "" !important;
	position: absolute !important;
	top: 25.5% !important;
	right: 24.5% !important;
	bottom: 37.5% !important;
	left: 24.5% !important;
	z-index: 2 !important;
	background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(17, 18, 16, .12) 4px) !important;
	opacity: .46 !important;
	mix-blend-mode: multiply !important;
	pointer-events: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor > span,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor > strong,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor > i {
	position: absolute !important;
	z-index: 3 !important;
	color: var(--pvs-white) !important;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	font-style: normal !important;
	mix-blend-mode: difference !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor > span {
	top: 31% !important;
	left: 31% !important;
	font-size: 8px !important;
	font-weight: 800 !important;
	letter-spacing: .1em !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor > strong {
	top: 41% !important;
	left: 31% !important;
	max-width: 39% !important;
	font-size: clamp(13px, 1.5vw, 20px) !important;
	font-weight: 900 !important;
	letter-spacing: -.03em !important;
	line-height: .95 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor > i {
	top: 52% !important;
	left: 31% !important;
	font-size: 20px !important;
	animation: pvc-crt-cursor .8s steps(1) infinite !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__signal > p {
	display: flex !important;
	align-items: center !important;
	gap: 9px !important;
	margin: -14px 0 0 !important;
	font: 800 8px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .11em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__signal > p span {
	width: 7px !important;
	height: 7px !important;
	border-radius: 50% !important;
	background: var(--pvs-signal) !important;
	box-shadow: 0 0 0 5px rgba(216, 76, 47, .13) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card {
	display: grid !important;
	min-width: 0 !important;
	overflow: hidden !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 14px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	text-decoration: none !important;
	box-shadow: 0 0 0 rgba(17, 18, 16, 0) !important;
	transform: translateY(0) !important;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card:focus-visible {
	border-color: var(--pvs-signal) !important;
	outline: none !important;
	box-shadow: 8px 9px 0 var(--pvs-signal) !important;
	transform: translate(-3px, -4px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual {
	position: relative !important;
	display: grid !important;
	aspect-ratio: 1.78 / 1 !important;
	place-items: center !important;
	overflow: hidden !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
	background: #cbc9c4 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card--2 .pvc-home-tool-card__visual {
	background: var(--pvs-signal) !important;
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card--3 .pvc-home-tool-card__visual {
	background: var(--pvs-ink) !important;
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual::before,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual::after {
	content: "" !important;
	position: absolute !important;
	z-index: 0 !important;
	width: 62% !important;
	border-top: 1px solid currentColor !important;
	opacity: .18 !important;
	transform: rotate(-8deg) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual::before { top: 31% !important; left: 11% !important; }
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual::after { right: 10% !important; bottom: 27% !important; }

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual > strong {
	position: relative !important;
	z-index: 1 !important;
	font-size: clamp(66px, 7vw, 112px) !important;
	font-weight: 900 !important;
	letter-spacing: -.085em !important;
	line-height: 1 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual > img {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	filter: grayscale(1) contrast(1.08) !important;
	transition: filter .22s ease, transform .32s ease !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card:hover .pvc-home-tool-card__visual > img {
	filter: grayscale(.2) contrast(1.04) !important;
	transform: scale(1.035) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__rank {
	position: absolute !important;
	top: 14px !important;
	right: 14px !important;
	z-index: 3 !important;
	font: 800 8px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .1em !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__score {
	position: absolute !important;
	top: 13px !important;
	left: 13px !important;
	z-index: 3 !important;
	display: flex !important;
	align-items: baseline !important;
	gap: 3px !important;
	padding: 7px 9px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 8px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	font-size: 22px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__score small,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__score i {
	font: 800 6px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .05em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body {
	display: grid !important;
	min-height: 270px !important;
	align-content: start !important;
	padding: 22px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body > p:first-child,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body > div:last-child {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body > p:first-child {
	margin: 0 0 18px !important;
	color: var(--pvs-muted) !important;
	font: 800 8px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .09em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body h3 {
	margin: 0 !important;
	color: var(--pvs-ink) !important;
	font-size: clamp(27px, 2.5vw, 40px) !important;
	font-weight: 870 !important;
	letter-spacing: -.045em !important;
	line-height: .96 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__summary {
	display: -webkit-box !important;
	min-height: 67px !important;
	margin: 15px 0 24px !important;
	overflow: hidden !important;
	color: var(--pvs-ink) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body > div:last-child {
	align-self: end !important;
	margin-top: auto !important;
	padding-top: 16px !important;
	border-top: 1px solid var(--pvs-line) !important;
	font-size: 11px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body > div:last-child b {
	padding-bottom: 3px !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 30px !important;
	padding: 24px 0 0 !important;
	border-top: 1px solid var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > div {
	display: grid !important;
	max-width: 760px !important;
	gap: 7px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > div span {
	color: var(--pvs-signal) !important;
	font: 800 8px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .11em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer p {
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > a {
	display: inline-flex !important;
	min-width: 205px !important;
	min-height: 54px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px !important;
	padding: 0 17px !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 8px !important;
	background: var(--pvs-ink) !important;
	color: var(--pvs-white) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	transition: background-color .18s ease, border-color .18s ease !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > a:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > a:focus-visible {
	border-color: var(--pvs-signal) !important;
	background: var(--pvs-signal) !important;
	outline: none !important;
}

@keyframes pvc-crt-signal {
	0%, 15% { background-position: 0 0; }
	100% { background-position: 100% 0; }
}

@keyframes pvc-crt-cursor {
	0%, 48% { opacity: 1; }
	49%, 100% { opacity: 0; }
}

@media (max-width: 980px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
		grid-template-columns: minmax(0, 1fr) minmax(240px, 330px) !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 700px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools {
		padding: 24px 14px !important;
		border-left-width: 6px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__signal {
		justify-self: center !important;
		width: min(100%, 310px) !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__grid {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > a {
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor > i {
		animation: none !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__monitor {
		background-position: 100% 0 !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual > img {
		transition: none !important;
	}
}

/* 2.22.0 — one coherent homepage journey and a scroll-built solutions word. */
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero {
	position: relative !important;
	isolation: isolate !important;
	display: grid !important;
	min-height: clamp(640px, 76vh, 860px) !important;
	grid-template-rows: auto minmax(330px, 1fr) auto !important;
	gap: 0 !important;
	padding: clamp(26px, 4.6vw, 68px) !important;
	overflow: hidden !important;
	border: 1px solid var(--pvs-ink) !important;
	border-left: 8px solid var(--pvs-signal) !important;
	background: var(--pvs-ink) !important;
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	z-index: -1 !important;
	display: block !important;
	background:
		linear-gradient(rgba(255,255,255,.042) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.042) 1px, transparent 1px),
		radial-gradient(circle at 76% 34%, rgba(216,76,47,.2), transparent 24%) !important;
	background-size: 64px 64px, 64px 64px, auto !important;
	filter: none !important;
	opacity: 1 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero::after {
	display: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__meta {
	z-index: 3 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px !important;
	padding: 0 0 18px !important;
	border-bottom: 1px solid rgba(255,254,251,.28) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__meta p,
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__meta .pvc-eyebrow {
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark {
	position: relative !important;
	display: grid !important;
	height: clamp(330px, 45vw, 540px) !important;
	place-items: center !important;
	overflow: visible !important;
	cursor: default !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark::before,
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark::after,
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__focus,
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__cursor,
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__fragments {
	display: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__line {
	position: relative !important;
	inset: auto !important;
	z-index: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 .07em 0 0 !important;
	color: var(--pvs-white) !important;
	font-size: clamp(72px, 15.4vw, 248px) !important;
	font-weight: 900 !important;
	letter-spacing: -.105em !important;
	line-height: .8 !important;
	white-space: nowrap !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span {
	min-width: .57em !important;
	opacity: 0 !important;
	filter: blur(16px) !important;
	animation: none !important;
	transition:
		opacity .66s ease,
		filter .82s ease,
		transform 1.05s cubic-bezier(.16,1,.3,1) !important;
	transition-delay: 0s !important;
	will-change: transform, opacity, filter !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span:nth-child(1) { transform: translate3d(-32vw,-22vh,0) rotate(-31deg) scale(.48) !important; }
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span:nth-child(2) { transform: translate3d(-22vw,25vh,0) rotate(23deg) scale(.58) !important; }
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span:nth-child(3) { transform: translate3d(-10vw,-28vh,0) rotate(-18deg) scale(.42) !important; }
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span:nth-child(4) { color: var(--pvs-signal) !important; transform: translate3d(5vw,31vh,0) rotate(19deg) scale(.56) !important; }
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span:nth-child(5) { transform: translate3d(17vw,-26vh,0) rotate(26deg) scale(.46) !important; }
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span:nth-child(6) { transform: translate3d(27vw,22vh,0) rotate(-24deg) scale(.52) !important; }
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span:nth-child(7) { transform: translate3d(36vw,-20vh,0) rotate(34deg) scale(.44) !important; }

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero.is-assembled .pvc-wordmark__base span {
	opacity: 1 !important;
	filter: blur(0) !important;
	transform: translate3d(0,0,0) rotate(0) scale(1) !important;
	transition-delay: calc(var(--pvc-letter-delay, 100ms) - 80ms) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy {
	z-index: 3 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, .78fr) auto !important;
	align-items: end !important;
	gap: clamp(20px, 4vw, 64px) !important;
	padding-top: clamp(22px, 3vw, 38px) !important;
	border-top: 1px solid rgba(255,254,251,.34) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy h2,
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy > p {
	color: var(--pvs-white) !important;
	-webkit-text-fill-color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy h2 {
	font-size: clamp(32px, 4vw, 64px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy > p {
	opacity: .74 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy .pvc-explorer__jump {
	border-color: var(--pvs-white) !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy .pvc-explorer__jump:hover,
.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy .pvc-explorer__jump:focus-visible {
	border-color: var(--pvs-signal) !important;
	background: var(--pvs-signal) !important;
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes {
	display: grid !important;
	gap: clamp(30px, 5vw, 72px) !important;
	margin: 0 0 clamp(72px, 10vw, 150px) !important;
	padding: clamp(18px, 4vw, 58px) 0 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header {
	display: grid !important;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, .65fr) !important;
	align-items: end !important;
	gap: clamp(24px, 7vw, 120px) !important;
	padding: 0 clamp(4px, 2vw, 26px) clamp(24px, 3vw, 40px) !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 {
	margin: 12px 0 0 !important;
	font-size: clamp(48px, 7.4vw, 114px) !important;
	font-weight: 900 !important;
	letter-spacing: -.065em !important;
	line-height: .84 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 em {
	color: var(--pvs-signal) !important;
	font-style: normal !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header > p {
	margin: 0 !important;
	font-size: clamp(15px, 1.45vw, 20px) !important;
	line-height: 1.55 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
	position: relative !important;
	display: grid !important;
	gap: 24px !important;
	padding: 0 clamp(4px, 2vw, 26px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route {
	position: sticky !important;
	top: calc(86px + var(--pvc-route-index) * 16px) !important;
	z-index: calc(10 + var(--pvc-route-index)) !important;
	display: grid !important;
	min-height: clamp(310px, 34vw, 450px) !important;
	grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr) !important;
	overflow: hidden !important;
	border: 1px solid var(--pvs-ink) !important;
	border-radius: 18px !important;
	background: var(--pvs-white) !important;
	color: var(--pvs-ink) !important;
	text-decoration: none !important;
	box-shadow: 0 22px 38px rgba(17,18,16,.12) !important;
	transform: translateY(38px) scale(.985) !important;
	opacity: .72 !important;
	transition: transform .7s cubic-bezier(.16,1,.3,1), opacity .55s ease, box-shadow .24s ease !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes.is-visible .pvc-home-route {
	transform: translateY(0) scale(1) !important;
	opacity: 1 !important;
	transition-delay: calc(var(--pvc-route-index) * 80ms) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:focus-visible {
	box-shadow: 0 27px 55px rgba(17,18,16,.2) !important;
	outline: 3px solid var(--pvs-signal) !important;
	outline-offset: -3px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy {
	display: grid !important;
	min-width: 0 !important;
	align-content: end !important;
	padding: clamp(28px, 4vw, 58px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy > span {
	align-self: start !important;
	margin-bottom: auto !important;
	font: 800 9px/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .11em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy h3 {
	margin: 50px 0 14px !important;
	font-size: clamp(44px, 6vw, 92px) !important;
	font-weight: 900 !important;
	letter-spacing: -.062em !important;
	line-height: .88 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy p {
	max-width: 610px !important;
	margin: 0 0 24px !important;
	font-size: clamp(14px, 1.2vw, 18px) !important;
	line-height: 1.5 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy b {
	justify-self: start !important;
	padding-bottom: 5px !important;
	border-bottom: 1px solid currentColor !important;
	font-size: 12px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual {
	position: relative !important;
	display: grid !important;
	min-height: 100% !important;
	place-items: center !important;
	overflow: hidden !important;
	border-left: 1px solid var(--pvs-ink) !important;
	background-position: center !important;
	background-size: cover !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual::after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: linear-gradient(120deg, rgba(17,18,16,.03), rgba(17,18,16,.32)) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual strong {
	position: relative !important;
	z-index: 2 !important;
	font-size: clamp(100px, 17vw, 260px) !important;
	font-weight: 900 !important;
	letter-spacing: -.1em !important;
	line-height: 1 !important;
	mix-blend-mode: difference !important;
	color: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual i {
	position: absolute !important;
	z-index: 3 !important;
	width: clamp(18px, 3vw, 42px) !important;
	aspect-ratio: 1 !important;
	border: 1px solid currentColor !important;
	background: var(--pvs-white) !important;
	transform: rotate(45deg) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual i:nth-of-type(1) { top: 14% !important; left: 12% !important; }
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual i:nth-of-type(2) { right: 13% !important; bottom: 17% !important; background: var(--pvs-signal) !important; }
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual i:nth-of-type(3) { top: 23% !important; right: 22% !important; width: 10px !important; border-radius: 50% !important; background: var(--pvs-ink) !important; }

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--signal {
	color: var(--pvs-white) !important;
}
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink { background: var(--pvs-ink) !important; }
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--signal { background: var(--pvs-signal) !important; }
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--concrete { background: var(--pvs-concrete) !important; }
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink .pvc-home-route__visual,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--signal .pvc-home-route__visual { border-color: rgba(255,254,251,.35) !important; }

/* Minimal tool band: a horizontally moving, readable rail rather than a heavy box. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools {
	display: grid !important;
	gap: clamp(26px, 4vw, 48px) !important;
	margin: 0 0 clamp(72px, 9vw, 132px) !important;
	padding: clamp(32px, 5vw, 72px) 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-top: 1px solid var(--pvs-ink) !important;
	border-bottom: 1px solid var(--pvs-ink) !important;
	border-radius: 0 !important;
	background: var(--pvs-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools::before,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__signal {
	display: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 210px !important;
	align-items: end !important;
	gap: 30px !important;
	padding: 0 clamp(4px, 2vw, 26px) !important;
	border: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 {
	font-size: clamp(42px, 6vw, 92px) !important;
	line-height: .87 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy > p:last-child {
	max-width: 680px !important;
	font-size: 16px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__aside {
	display: grid !important;
	gap: 8px !important;
	margin: 0 !important;
	font: 800 9px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__aside span {
	color: var(--pvs-signal) !important;
	font: 900 clamp(42px, 5vw, 74px)/.8 Arial, Helvetica, sans-serif !important;
	letter-spacing: -.07em !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__rail {
	position: relative !important;
	width: 100% !important;
	overflow: hidden !important;
	padding: 12px 0 24px !important;
	mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__track {
	display: flex !important;
	width: max-content !important;
	align-items: stretch !important;
	gap: 16px !important;
	padding-left: 16px !important;
	animation: pvc-tools-marquee 48s linear infinite !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__rail:hover .pvc-home-tools__track,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__rail:focus-within .pvc-home-tools__track {
	animation-play-state: paused !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card {
	width: clamp(286px, 28vw, 388px) !important;
	flex: 0 0 auto !important;
	border-radius: 14px !important;
	box-shadow: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card:focus-visible {
	box-shadow: 7px 8px 0 var(--pvs-signal) !important;
	transform: translate(-2px,-3px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual {
	aspect-ratio: 2.05 / 1 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual > strong {
	font-size: clamp(58px, 7vw, 88px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body {
	min-height: 220px !important;
	padding: 20px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body h3 {
	font-size: clamp(25px, 2.3vw, 34px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__summary {
	min-height: 42px !important;
	margin: 12px 0 18px !important;
	-webkit-line-clamp: 2 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer {
	margin: 0 clamp(4px, 2vw, 26px) !important;
}

@keyframes pvc-tools-marquee {
	to { transform: translateX(calc(-50% - 8px)); }
}

@media (max-width: 760px) {
	.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero {
		min-height: 620px !important;
		grid-template-rows: auto minmax(240px, 1fr) auto !important;
		padding: 24px 14px 30px !important;
		border-left-width: 6px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark {
		height: clamp(240px, 64vw, 350px) !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__line {
		font-size: clamp(50px, 15.8vw, 104px) !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-word-hero__copy .pvc-explorer__jump {
		grid-column: 1 !important;
		grid-row: auto !important;
		justify-self: start !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route {
		position: relative !important;
		top: auto !important;
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual {
		min-height: 240px !important;
		grid-row: 1 !important;
		border-bottom: 1px solid var(--pvs-ink) !important;
		border-left: 0 !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy {
		grid-row: 2 !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__aside {
		grid-template-columns: auto 1fr !important;
		align-items: end !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__track {
		animation: none !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__rail {
		overflow-x: auto !important;
		mask-image: none !important;
		scroll-snap-type: x mandatory !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card {
		width: min(84vw, 340px) !important;
		scroll-snap-align: start !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card:nth-child(n+7) {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pvc-app.pvc-explorer.pvc-explorer--solutions .pvc-wordmark__base span {
		opacity: 1 !important;
		filter: none !important;
		transform: none !important;
		transition: none !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__track {
		animation: none !important;
	}
}

/* 2.23.0 — restrained Promptvergleich editorial system.
 * Off-white, concrete and ink form the stage; signal red is an accent only. */
.pvc-app.pvc-explorer.pvc-explorer--home {
	--pvc-home-ink: #111210;
	--pvc-home-paper: #f7f5f0;
	--pvc-home-white: #fffefb;
	--pvc-home-concrete: #d8d6d1;
	--pvc-home-muted: #85847f;
	--pvc-home-signal: #d84c2f;
}

/* Entry routes: a quiet two-column editorial index instead of oversized,
 * colourful stacked panels. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes {
	margin: clamp(78px, 10vw, 150px) 0 !important;
	padding: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header {
	display: grid !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr) !important;
	align-items: end !important;
	gap: clamp(32px, 8vw, 140px) !important;
	margin: 0 clamp(4px, 2vw, 26px) clamp(34px, 5vw, 64px) !important;
	padding: 0 0 clamp(24px, 3vw, 36px) !important;
	border-bottom: 1px solid var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header .pvc-eyebrow {
	color: var(--pvc-home-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 {
	margin: 12px 0 0 !important;
	color: var(--pvc-home-ink) !important;
	font-size: clamp(50px, 7vw, 104px) !important;
	font-weight: 900 !important;
	letter-spacing: -.065em !important;
	line-height: .87 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 em {
	color: #777772 !important;
	font-style: normal !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header > p {
	max-width: 470px !important;
	margin: 0 !important;
	color: #4c4c49 !important;
	font-size: clamp(14px, 1.2vw, 17px) !important;
	line-height: 1.6 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(14px, 2vw, 24px) !important;
	padding: 0 clamp(4px, 2vw, 26px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes.is-visible .pvc-home-route {
	position: relative !important;
	top: auto !important;
	z-index: 1 !important;
	display: grid !important;
	min-height: 520px !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: minmax(230px, 1fr) auto !important;
	overflow: hidden !important;
	border: 1px solid var(--pvc-home-ink) !important;
	border-radius: 12px !important;
	background: var(--pvc-home-white) !important;
	color: var(--pvc-home-ink) !important;
	box-shadow: none !important;
	transform: none !important;
	opacity: 1 !important;
	transition: transform .45s cubic-bezier(.16,1,.3,1), border-color .25s ease, background .25s ease !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:focus-visible {
	z-index: 3 !important;
	border-color: var(--pvc-home-signal) !important;
	box-shadow: none !important;
	transform: translateY(-6px) !important;
	outline: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual {
	position: relative !important;
	grid-row: 1 !important;
	min-height: 250px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--pvc-home-ink) !important;
	background-color: var(--pvc-home-concrete) !important;
	background-position: center !important;
	background-size: cover !important;
	transition: background-size .6s cubic-bezier(.16,1,.3,1) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual::after {
	background: linear-gradient(180deg, rgba(17,18,16,.02), rgba(17,18,16,.2)) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual--image strong {
	display: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual:not(.pvc-home-route__visual--image) strong {
	position: relative !important;
	z-index: 2 !important;
	color: var(--pvc-home-ink) !important;
	font-size: clamp(82px, 12vw, 180px) !important;
	font-weight: 900 !important;
	letter-spacing: -.09em !important;
	line-height: 1 !important;
	mix-blend-mode: normal !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy {
	grid-row: 2 !important;
	display: grid !important;
	align-content: start !important;
	padding: clamp(24px, 3vw, 38px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy > span {
	margin: 0 0 clamp(28px, 4vw, 54px) !important;
	color: var(--pvc-home-muted) !important;
	font: 750 8px/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .13em !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy h3 {
	margin: 0 0 12px !important;
	font-size: clamp(34px, 4vw, 58px) !important;
	font-weight: 900 !important;
	letter-spacing: -.055em !important;
	line-height: .92 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy p {
	max-width: 560px !important;
	margin: 0 0 22px !important;
	color: #4f4f4c !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy b {
	justify-self: start !important;
	margin-top: auto !important;
	padding: 0 0 4px !important;
	border-bottom: 1px solid currentColor !important;
	font-size: 11px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink {
	background: var(--pvc-home-ink) !important;
	color: var(--pvc-home-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink .pvc-home-route__copy p,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink .pvc-home-route__copy > span {
	color: #bcbcb7 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink .pvc-home-route__visual {
	border-color: #3b3c39 !important;
	background-color: #232421 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--signal {
	border-top: 4px solid var(--pvc-home-signal) !important;
	background: var(--pvc-home-paper) !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--concrete {
	background: var(--pvc-home-concrete) !important;
}

/* Curated tool rail: a dark editorial interlude with restrained cards. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools {
	position: relative !important;
	display: grid !important;
	gap: clamp(34px, 5vw, 66px) !important;
	margin: clamp(86px, 11vw, 160px) 0 !important;
	padding: clamp(58px, 8vw, 110px) 0 clamp(42px, 6vw, 78px) !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--pvc-home-ink) !important;
	background-image: radial-gradient(circle at 76% 20%, rgba(255,255,255,.055), transparent 31%), repeating-linear-gradient(135deg, transparent 0 7px, rgba(255,255,255,.012) 7px 8px) !important;
	color: var(--pvc-home-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools::after {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: clamp(22px, 3vw, 46px) !important;
	width: 74px !important;
	height: 4px !important;
	background: var(--pvc-home-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(150px, 230px) !important;
	align-items: end !important;
	gap: 36px !important;
	padding: 0 clamp(28px, 5vw, 76px) !important;
	border: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy .pvc-eyebrow {
	color: var(--pvc-home-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 {
	margin: 12px 0 22px !important;
	color: var(--pvc-home-white) !important;
	font-size: clamp(50px, 7.4vw, 112px) !important;
	font-weight: 900 !important;
	letter-spacing: -.067em !important;
	line-height: .86 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 em {
	color: #aaa9a4 !important;
	font-style: normal !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy > p:last-child {
	max-width: 650px !important;
	margin: 0 !important;
	color: #bdbcb7 !important;
	font-size: clamp(14px, 1.2vw, 17px) !important;
	line-height: 1.6 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__aside {
	display: grid !important;
	gap: 10px !important;
	margin: 0 !important;
	color: #aaa9a4 !important;
	font: 750 8px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__aside span {
	color: var(--pvc-home-white) !important;
	font: 900 clamp(54px, 7vw, 102px)/.76 Arial, Helvetica, sans-serif !important;
	letter-spacing: -.08em !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__rail {
	z-index: 2 !important;
	padding: 8px 0 18px !important;
	mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__track {
	gap: 18px !important;
	padding-left: 18px !important;
	animation-duration: 58s !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card {
	width: clamp(300px, 28vw, 404px) !important;
	overflow: hidden !important;
	border: 1px solid #555652 !important;
	border-radius: 12px !important;
	background: var(--pvc-home-white) !important;
	box-shadow: none !important;
	transform: none !important;
	transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .25s ease !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card:focus-visible {
	border-color: var(--pvc-home-signal) !important;
	box-shadow: none !important;
	transform: translateY(-5px) !important;
	outline: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__visual {
	min-height: 205px !important;
	aspect-ratio: 1.9 / 1 !important;
	border-bottom: 1px solid var(--pvc-home-ink) !important;
	background: var(--pvc-home-concrete) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card--2 .pvc-home-tool-card__visual {
	background: var(--pvc-home-paper) !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card--3 .pvc-home-tool-card__visual {
	background: #1b1c19 !important;
	color: var(--pvc-home-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__score {
	border-radius: 6px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__rank {
	color: var(--pvc-home-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body {
	min-height: 225px !important;
	padding: 22px !important;
	background: var(--pvc-home-white) !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tool-card__body h3 {
	font-size: clamp(26px, 2.4vw, 36px) !important;
	letter-spacing: -.045em !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer {
	z-index: 2 !important;
	margin: 0 clamp(28px, 5vw, 76px) !important;
	padding-top: clamp(26px, 4vw, 42px) !important;
	border-top: 1px solid #4b4c48 !important;
	color: var(--pvc-home-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > div span {
	color: var(--pvc-home-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer p {
	color: #bdbcb7 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > a {
	border-color: var(--pvc-home-white) !important;
	background: var(--pvc-home-white) !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > a:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer > a:focus-visible {
	border-color: var(--pvc-home-signal) !important;
	background: var(--pvc-home-signal) !important;
	color: var(--pvc-home-white) !important;
}

/* Curated home results: headline only. Search and detailed filtering live on
 * /loesungen/, so this section no longer impersonates a second marketplace. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home {
	margin: clamp(88px, 11vw, 160px) clamp(4px, 2vw, 26px) 0 !important;
	padding: clamp(36px, 5vw, 72px) 0 clamp(24px, 4vw, 46px) !important;
	border: 0 !important;
	border-top: 1px solid var(--pvc-home-ink) !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header {
	display: grid !important;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .6fr) !important;
	align-items: end !important;
	gap: clamp(34px, 8vw, 140px) !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header h2 {
	font-size: clamp(48px, 6.4vw, 94px) !important;
	line-height: .88 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header h2 em {
	color: #777772 !important;
	-webkit-text-fill-color: #777772 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro {
	display: grid !important;
	gap: 24px !important;
	align-content: end !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro p {
	max-width: 500px !important;
	margin: 0 !important;
	color: #4f4f4c !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro a {
	display: inline-flex !important;
	min-height: 48px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 28px !important;
	justify-self: start !important;
	padding: 0 16px !important;
	border: 1px solid var(--pvc-home-ink) !important;
	border-radius: 7px !important;
	background: var(--pvc-home-ink) !important;
	color: var(--pvc-home-white) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro a:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro a:focus-visible {
	border-color: var(--pvc-home-signal) !important;
	background: var(--pvc-home-signal) !important;
	outline: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-results-head {
	margin-top: clamp(26px, 4vw, 48px) !important;
}

@media (max-width: 900px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route {
		min-height: 0 !important;
	}
}

@media (max-width: 620px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route {
		grid-template-rows: minmax(190px, 52vw) auto !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual {
		min-height: 190px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools {
		margin-right: -14px !important;
		margin-left: -14px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer {
		padding-right: 22px !important;
		padding-left: 22px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__aside {
		grid-template-columns: auto 1fr !important;
		align-items: end !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__rail {
		mask-image: none !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

/* 2.30.0 — final readable label override after all historical home layers. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header .pvc-eyebrow {
	display: flex !important;
	width: fit-content !important;
	min-height: 0 !important;
	gap: 16px !important;
	align-items: center !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: rgba(17,18,16,.72) !important;
	font: 780 clamp(10px, .78vw, 12px)/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .105em !important;
	text-transform: uppercase !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header .pvc-eyebrow::before {
	display: inline !important;
	width: auto !important;
	height: auto !important;
	flex: 0 0 auto !important;
	background: transparent !important;
	color: var(--pvc-home-ink) !important;
	content: "05" !important;
	font: 850 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools.pvc-home-tools--compact {
	gap: clamp(18px, 2.4vw, 34px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools.pvc-home-tools--compact .pvc-home-tools__header {
	margin-bottom: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools.pvc-home-tools--compact .pvc-home-tools__copy h2 em {
	color: var(--pvc-home-signal) !important;
	-webkit-text-fill-color: var(--pvc-home-signal) !important;
}

/* 2.24.0 — one coherent front-page rhythm.
 * Every colour is a full-bleed chapter; every piece of content sits on the
 * same editorial axis. Signal red stays purposeful instead of decorative. */
.pvc-app.pvc-explorer.pvc-explorer--home {
	--pvc-home-content: 1480px;
	--pvc-home-gutter: max(24px, calc((100vw - var(--pvc-home-content)) / 2 + 24px));
	width: 100% !important;
	max-width: none !important;
	overflow: visible !important;
	background: transparent !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home :is(
	.pvc-home-routes__header h2,
	.pvc-home-tools__copy h2,
	.pvc-explorer-finder--home > header h2
) {
	font-family: "Inter Tight", Inter, Arial, Helvetica, sans-serif !important;
	font-weight: 950 !important;
	letter-spacing: -.074em !important;
	line-height: .84 !important;
	text-wrap: balance;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-eyebrow {
	gap: 11px !important;
	font: 800 10px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
	letter-spacing: .14em !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-eyebrow::before {
	width: 8px !important;
	height: 8px !important;
	flex: 0 0 8px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--pvc-home-signal) !important;
}

/* 01 — editorial entry routes on warm paper. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes {
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: clamp(84px, 10vw, 160px) var(--pvc-home-gutter) clamp(96px, 11vw, 176px) !important;
	background: var(--pvc-home-paper) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
	width: min(100%, var(--pvc-home-content)) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header {
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .55fr) !important;
	gap: clamp(44px, 9vw, 150px) !important;
	margin-bottom: clamp(42px, 5vw, 72px) !important;
	padding-bottom: clamp(28px, 3vw, 40px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 {
	max-width: 980px !important;
	font-size: clamp(64px, 8.7vw, 142px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 em {
	color: #6f6f6b !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header > p {
	padding-bottom: 5px !important;
	font-size: clamp(15px, 1.2vw, 18px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 14px !important;
	padding: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes.is-visible .pvc-home-route {
	min-height: 500px !important;
	grid-template-rows: minmax(210px, .88fr) minmax(250px, 1fr) !important;
	border-radius: 6px !important;
	background: var(--pvc-home-white) !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--signal,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--concrete {
	border-top: 1px solid var(--pvc-home-ink) !important;
	background: var(--pvc-home-white) !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink .pvc-home-route__copy p,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink .pvc-home-route__copy > span {
	color: inherit !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route--ink .pvc-home-route__visual {
	min-height: 220px !important;
	border-color: var(--pvc-home-ink) !important;
	background-color: var(--pvc-home-concrete) !important;
	filter: grayscale(1) contrast(.92) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:nth-child(3) .pvc-home-route__visual {
	background-color: var(--pvc-home-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy {
	padding: clamp(22px, 2.4vw, 32px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy > span {
	margin-bottom: clamp(22px, 3vw, 40px) !important;
	color: #777772 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__copy h3 {
	font-size: clamp(30px, 2.8vw, 46px) !important;
	line-height: .9 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:focus-visible {
	transform: translateY(-8px) !important;
}

/* 02 — a true dark full-width chapter. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools {
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: clamp(90px, 10vw, 158px) 0 clamp(72px, 8vw, 120px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer {
	width: min(calc(100% - (2 * var(--pvc-home-gutter))), var(--pvc-home-content)) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 {
	max-width: 1120px !important;
	font-size: clamp(62px, 8.5vw, 138px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 em {
	color: #858580 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__rail {
	width: 100% !important;
	margin: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__track {
	padding-left: var(--pvc-home-gutter) !important;
}

/* 03 — signal-red decision band. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home {
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: clamp(92px, 10vw, 160px) var(--pvc-home-gutter) clamp(88px, 9vw, 148px) !important;
	border: 0 !important;
	background: var(--pvc-home-signal) !important;
	background-image: linear-gradient(100deg, rgba(0,0,0,.035), transparent 42%), repeating-linear-gradient(102deg, transparent 0 150px, rgba(17,18,16,.055) 151px 152px) !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header {
	width: min(100%, var(--pvc-home-content)) !important;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr) !important;
	margin: 0 auto !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-eyebrow,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-eyebrow::before {
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-eyebrow::before {
	background: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header h2 {
	max-width: 1040px !important;
	color: var(--pvc-home-ink) !important;
	font-size: clamp(62px, 8.4vw, 136px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header h2 em {
	color: var(--pvc-home-ink) !important;
	-webkit-text-fill-color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro p {
	color: rgba(17,18,16,.76) !important;
	font-size: clamp(15px, 1.2vw, 18px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro a {
	border-color: var(--pvc-home-ink) !important;
	border-radius: 4px !important;
	background: var(--pvc-home-ink) !important;
	color: var(--pvc-home-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro a:hover,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder__intro a:focus-visible {
	background: var(--pvc-home-white) !important;
	color: var(--pvc-home-ink) !important;
}

/* 04 — solutions return to quiet paper; the proven card design remains intact. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-stage {
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: clamp(64px, 7vw, 108px) var(--pvc-home-gutter) clamp(90px, 10vw, 150px) !important;
	background: var(--pvc-home-paper) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-stage > :is(.pvc-results-head, .pvc-results, .pvc-pagination, .pvc-home-results-more) {
	width: min(100%, var(--pvc-home-content)) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-stage .pvc-results-head {
	margin-top: 0 !important;
	padding: 0 0 22px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-stage .pvc-results {
	row-gap: clamp(24px, 3vw, 42px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-stage .pvc-home-results-more {
	margin-top: clamp(44px, 6vw, 80px) !important;
}

@media (max-width: 1180px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	.pvc-app.pvc-explorer.pvc-explorer--home {
		--pvc-home-gutter: 22px;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home > header {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer {
		width: calc(100% - (2 * var(--pvc-home-gutter))) !important;
	}
}

@media (max-width: 680px) {
	.pvc-app.pvc-explorer.pvc-explorer--home {
		--pvc-home-gutter: 16px;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-stage {
		padding-top: 72px !important;
		padding-bottom: 78px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route {
		min-height: 0 !important;
		grid-template-rows: minmax(190px, 58vw) auto !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools {
		margin-right: calc(50% - 50vw) !important;
		margin-left: calc(50% - 50vw) !important;
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home :is(
		.pvc-home-routes__header h2,
		.pvc-home-tools__copy h2,
		.pvc-explorer-finder--home > header h2
	) {
		font-size: clamp(48px, 15vw, 72px) !important;
		letter-spacing: -.067em !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-nominee__visual img {
		transition: none !important;
	}
}

/* 2.24.1 — visibility and hierarchy corrections from the live review. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes {
	background: var(--pvc-home-concrete) !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header {
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr) !important;
	align-items: end !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 {
	max-width: 1080px !important;
	color: var(--pvc-home-ink) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 em {
	color: var(--pvc-home-signal) !important;
	-webkit-text-fill-color: var(--pvc-home-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__intro {
	display: grid !important;
	max-width: 570px !important;
	gap: 24px !important;
	justify-self: end !important;
	padding-bottom: 6px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__intro h3 {
	margin: 0 !important;
	font: 850 clamp(24px, 2.2vw, 38px)/1.02 "Inter Tight", Inter, Arial, Helvetica, sans-serif !important;
	letter-spacing: -.045em !important;
	text-wrap: balance;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__intro p {
	max-width: none !important;
	margin: 0 !important;
	color: rgba(17,18,16,.74) !important;
	font-size: clamp(14px, 1vw, 16px) !important;
	line-height: 1.58 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__intro strong {
	color: var(--pvc-home-ink) !important;
	font-weight: 800 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2:first-line {
	color: var(--pvc-home-white) !important;
	-webkit-text-fill-color: var(--pvc-home-white) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 em {
	color: var(--pvc-home-signal) !important;
	-webkit-text-fill-color: var(--pvc-home-signal) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-eyebrow {
	display: flex !important;
	position: relative !important;
	z-index: 2 !important;
	min-height: 14px !important;
	align-items: center !important;
	color: var(--pvc-home-ink) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-explorer-finder--home .pvc-eyebrow span {
	display: inline !important;
	color: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
}

@media (max-width: 900px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header {
		grid-template-columns: 1fr !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__intro {
		max-width: 720px !important;
		justify-self: start !important;
	}
}

/* 2.25.0 — aligned editorial headers and a quieter, image-led entry system. */
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
	align-items: start !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header {
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, .58fr) !important;
	gap: clamp(54px, 8vw, 150px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header h2 {
	max-width: 900px !important;
	font-size: clamp(64px, 8vw, 124px) !important;
	line-height: .84 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__intro {
	align-self: start !important;
	justify-self: stretch !important;
	padding-top: 46px !important;
	padding-bottom: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
	margin-top: clamp(62px, 7vw, 104px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route__visual {
	background-position: center !important;
	background-size: cover !important;
	filter: grayscale(1) contrast(.96) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:hover .pvc-home-route__visual,
.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-route:focus-visible .pvc-home-route__visual {
	filter: grayscale(.15) contrast(1.02) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr) !important;
	gap: clamp(54px, 8vw, 150px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__copy h2 {
	max-width: 1040px !important;
	font-size: clamp(60px, 7.6vw, 120px) !important;
	line-height: .86 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__intro {
	max-width: 520px !important;
	margin: 0 !important;
	padding-top: 46px !important;
	color: rgba(249,248,244,.78) !important;
	font-size: clamp(15px, 1.15vw, 18px) !important;
	line-height: 1.55 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__aside {
	display: none !important;
}

@media (max-width: 900px) {
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__header {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__intro,
	.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__intro {
		max-width: 680px !important;
		padding-top: 0 !important;
	}
}

/* 2.32.4 — definitive shared heading-to-media rhythm, kept last in the cascade. */
.pvc-app.pvc-explorer.pvc-explorer--home {
	--pvc-home-heading-media-gap: 56px;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes {
	padding-bottom: clamp(48px, 5vw, 80px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__header {
	margin-bottom: 0 !important;
	padding-bottom: 28px !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-routes__stack {
	margin-top: var(--pvc-home-heading-media-gap) !important;
	padding-top: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools {
	row-gap: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools.pvc-home-tools--compact .pvc-home-tools__rail {
	margin-top: var(--pvc-home-heading-media-gap) !important;
	padding-top: 0 !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-tools__footer {
	margin-top: clamp(34px, 5vw, 66px) !important;
}

.pvc-app.pvc-explorer.pvc-explorer--home .pvc-home-results-stage {
	padding-bottom: clamp(44px, 5vw, 72px) !important;
}

@media (max-width: 900px) {
	.pvc-app.pvc-explorer.pvc-explorer--home { --pvc-home-heading-media-gap: 34px; }
}
