#nova .klaris-page {
	--klaris-ink: #2f2f2f;
	--klaris-muted: #555;
	--klaris-line: #d6d6d6;
	--klaris-paper: #fff;
	--klaris-panel: #ffffff;
	--klaris-red: #ef2d20;
	--klaris-cyan: #1ba9b7;
	--klaris-charcoal: #2f2f2f;
	color: var(--klaris-ink);
	background: var(--klaris-paper);
	font-family: "Lato", sans-serif;
	letter-spacing: 0;
}

#nova .klaris-page * {
	box-sizing: border-box;
}

#nova .klaris-page h1,
#nova .klaris-page h2,
#nova .klaris-page h3,
#nova .klaris-page p {
	margin-top: 0;
}

#nova .klaris-page strong,
#nova .klaris-page b {
	font-family: "Secular One", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

#nova .klaris-hero {
	max-width: 1218px;
	margin: 0 auto;
	padding: clamp(58px, 7vw, 96px) 24px 0;
}

#nova .klaris-hero__content {
	max-width: 1040px;
	color: var(--klaris-ink);
}

#nova .klaris-eyebrow,
#nova .klaris-section-label,
#nova .klaris-model-card__kicker {
	margin-bottom: 12px;
	color: var(--klaris-muted);
	font-family: "Secular One", sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

#nova .klaris-hero .klaris-eyebrow {
	color: var(--klaris-muted);
}

#nova .klaris-hero h1 {
	margin-bottom: 26px;
	font-family: "Secular One", sans-serif;
	font-size: clamp(2.4rem, 4.2vw, 3rem);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: uppercase;
}

#nova .klaris-hero__lede {
	max-width: 1100px;
	margin-bottom: 24px;
	font-family: "Secular One", sans-serif;
	font-size: clamp(1.85rem, 3.4vw, 2.25rem);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: uppercase;
}

#nova .klaris-hero p:not(.klaris-eyebrow):not(.klaris-hero__lede) {
	max-width: 1040px;
	margin-bottom: 32px;
	color: var(--klaris-ink);
	font-size: 17px;
	line-height: 1.6;
}

#nova .klaris-hero__media {
	margin: 22px 0 0;
	overflow: hidden;
}

#nova .klaris-hero__media img {
	display: block;
	width: 100%;
	height: auto;
}

#nova .klaris-hero--model .klaris-hero__media {
	max-height: 620px;
}

#nova .klaris-hero--model .klaris-hero__media img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

#nova .klaris-hero__gallery {
	margin-top: 22px;
}

#nova .klaris-gallery-carousel {
	visibility: visible;
}

#nova .klaris-gallery-carousel figure {
	margin: 0;
	background: #f7f7f7;
}

#nova .klaris-gallery-carousel img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

#nova .klaris-gallery-carousel .splide__arrow {
	width: 44px;
	height: 44px;
	border: 1px solid var(--klaris-line);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.92);
	opacity: 1;
}

#nova .klaris-gallery-carousel .splide__arrow svg {
	fill: var(--klaris-ink);
	width: 16px;
	height: 16px;
}

#nova .klaris-gallery-carousel .splide__pagination {
	bottom: 14px;
}

#nova .klaris-gallery-carousel .splide__pagination__page {
	width: 9px;
	height: 9px;
	background: #fff;
	border: 1px solid var(--klaris-ink);
	opacity: 1;
}

#nova .klaris-gallery-carousel .splide__pagination__page.is-active {
	background: var(--klaris-red);
	border-color: var(--klaris-red);
	transform: none;
}

#nova .klaris-nav {
	position: sticky;
	top: 0;
	z-index: 2;
	border-top: 1px solid var(--klaris-line);
	border-bottom: 1px solid var(--klaris-line);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
}

#nova .klaris-nav__inner {
	display: flex;
	gap: 22px;
	align-items: center;
	justify-content: space-between;
	max-width: 1218px;
	margin: 0 auto;
	padding: 14px 24px;
}

#nova .klaris-nav__label {
	color: var(--klaris-charcoal);
	font-family: "Secular One", sans-serif;
	font-size: 1.05rem;
	white-space: nowrap;
}

#nova .klaris-nav__links {
	display: flex;
	gap: 6px;
	align-items: center;
	overflow-x: auto;
}

#nova .klaris-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid var(--klaris-line);
	border-radius: 2px;
	color: var(--klaris-charcoal);
	font-family: "Secular One", sans-serif;
	font-size: 0.88rem;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

#nova .klaris-nav a:hover,
#nova .klaris-nav a.is-active {
	border-color: var(--klaris-charcoal);
	background: var(--klaris-charcoal);
	color: #fff;
}

#nova .klaris-section {
	max-width: 1218px;
	margin: 0 auto;
	padding: clamp(48px, 6vw, 86px) 24px;
}

#nova .klaris-section--gutenberg {
	max-width: 1218px;
}

#nova .klaris-gutenberg-content > *:first-child {
	margin-top: 0;
}

#nova .klaris-gutenberg-content > *:last-child {
	margin-bottom: 0;
}

#nova .klaris-section--intro,
#nova .klaris-section--advantages,
#nova .klaris-section--setup,
#nova .klaris-section--model-intro,
#nova .klaris-section--features {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

#nova .klaris-copy h2,
#nova .klaris-section h2,
#nova .klaris-cta h2,
#nova .klaris-related h2 {
	margin-bottom: 18px;
	font-family: "Secular One", sans-serif;
	font-size: clamp(1.9rem, 3.2vw, 2.25rem);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: uppercase;
}

#nova .klaris-copy--body p,
#nova .klaris-section__header p,
#nova .klaris-related p,
#nova .klaris-cta p {
	color: var(--klaris-muted);
	font-size: 17px;
	line-height: 1.6;
}

#nova .klaris-section__header {
	max-width: 760px;
	margin-bottom: 30px;
}

#nova .klaris-model-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

#nova .klaris-model-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border: 1px solid var(--klaris-line);
	border-radius: 0;
	background: var(--klaris-panel);
	box-shadow: none;
}

#nova .klaris-model-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--klaris-charcoal);
}

#nova .klaris-model-card__media img,
#nova .klaris-gallery img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 300ms ease;
}

#nova .klaris-model-card:hover img {
	transform: scale(1.02);
}

#nova .klaris-model-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(22px, 3vw, 34px);
}

#nova .klaris-model-card h3,
#nova .klaris-reference-grid h3 {
	margin-bottom: 14px;
	font-family: "Secular One", sans-serif;
	font-size: clamp(1.55rem, 2.4vw, 2rem);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: uppercase;
}

#nova .klaris-model-card p {
	margin-bottom: 24px;
	color: var(--klaris-muted);
	font-size: 17px;
	line-height: 1.6;
}

#nova .klaris-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: auto;
	padding: 0 20px;
	border: 1px solid var(--klaris-red);
	border-radius: 3px;
	background: var(--klaris-red);
	color: #fff;
	font-family: "Secular One", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

#nova .klaris-button:hover {
	background: transparent;
	color: var(--klaris-red);
	transform: translateY(-1px);
}

#nova .klaris-button--light {
	border-color: #fff;
	background: #fff;
	color: var(--klaris-charcoal);
}

#nova .klaris-button--light:hover {
	background: transparent;
	color: #fff;
}

#nova .klaris-feature-list,
#nova .klaris-chip-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nova .klaris-feature-list li {
	position: relative;
	padding: 17px 18px 17px 44px;
	border: 1px solid var(--klaris-line);
	border-radius: 0;
	background: #fff;
	color: var(--klaris-charcoal);
	font-size: 17px;
	line-height: 1.45;
}

#nova .klaris-feature-list li::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 18px;
	width: 8px;
	height: 8px;
	background: var(--klaris-red);
}

#nova .klaris-chip-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#nova .klaris-chip-list li {
	padding: 16px 18px;
	border-left: 4px solid var(--klaris-red);
	background: #fff;
	box-shadow: none;
	font-family: "Secular One", sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

#nova .klaris-stat-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

#nova .klaris-stat-row div {
	padding: 26px;
	border: 1px solid var(--klaris-line);
	border-top: 3px solid var(--klaris-red);
	background: #fff;
}

#nova .klaris-stat-row span {
	display: block;
	margin-bottom: 10px;
	font-family: "Secular One", sans-serif;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 0.95;
}

#nova .klaris-stat-row p {
	margin-bottom: 0;
	color: var(--klaris-muted);
	font-family: "Secular One", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	text-transform: uppercase;
}

#nova .klaris-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--klaris-line);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

#nova .klaris-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

#nova .klaris-table th,
#nova .klaris-table td {
	padding: 15px 18px;
	border-bottom: 1px solid var(--klaris-line);
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	line-height: 1.45;
}

#nova .klaris-table thead th {
	background: #f7f7f7;
	color: var(--klaris-ink);
	font-family: "Secular One", sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

#nova .klaris-table tbody th {
	width: 220px;
	color: var(--klaris-charcoal);
	font-family: "Secular One", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

#nova .klaris-table tbody tr:last-child th,
#nova .klaris-table tbody tr:last-child td {
	border-bottom: 0;
}

#nova .klaris-reference-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

#nova .klaris-reference-grid article {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#nova .klaris-reference-grid .klaris-table-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
}

#nova .klaris-reference-grid .klaris-table {
	height: 100%;
	min-width: 100%;
	table-layout: fixed;
}

#nova .klaris-reference-grid .klaris-table th,
#nova .klaris-reference-grid .klaris-table td {
	overflow-wrap: anywhere;
	white-space: normal;
}

#nova .klaris-gallery {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr 0.9fr;
	grid-auto-rows: minmax(180px, 260px);
	gap: 12px;
}

#nova .klaris-gallery figure {
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	background: var(--klaris-charcoal);
}

#nova .klaris-gallery figure:first-child {
	grid-row: span 2;
}

#nova .klaris-related,
#nova .klaris-cta {
	max-width: 1218px;
	margin: 0 auto clamp(60px, 8vw, 110px);
	padding: clamp(30px, 5vw, 52px);
	border-radius: 0;
}

#nova .klaris-related {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid var(--klaris-line);
	background: #fff;
}

#nova .klaris-related p {
	max-width: 680px;
	margin-bottom: 0;
}

#nova .klaris-cta {
	background: var(--klaris-charcoal);
	color: #fff;
}

#nova .klaris-cta .klaris-section-label,
#nova .klaris-cta p {
	color: rgba(255, 255, 255, 0.78);
}

#nova .klaris-cta h2 {
	max-width: 760px;
	color: #fff;
}

#nova .klaris-cta p {
	max-width: 680px;
	margin-bottom: 24px;
}

@media (max-width: 860px) {
	#nova .klaris-hero {
		padding: 48px 20px 0;
	}

	#nova .klaris-nav__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	#nova .klaris-nav__links {
		width: 100%;
		padding-bottom: 2px;
	}

	#nova .klaris-section--intro,
	#nova .klaris-section--advantages,
	#nova .klaris-section--setup,
	#nova .klaris-section--model-intro,
	#nova .klaris-section--features,
	#nova .klaris-model-grid,
	#nova .klaris-reference-grid,
	#nova .klaris-stat-row {
		grid-template-columns: 1fr;
	}

	#nova .klaris-chip-list {
		grid-template-columns: 1fr;
	}

	#nova .klaris-gallery {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 190px;
	}

	#nova .klaris-gallery figure:first-child {
		grid-column: span 2;
		grid-row: auto;
	}

	#nova .klaris-related {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	#nova .klaris-hero h1 {
		font-size: 2.35rem;
	}

	#nova .klaris-hero__lede {
		font-size: 1.7rem;
		line-height: 1.35;
	}

	#nova .klaris-section {
		padding: 44px 16px;
	}

	#nova .klaris-model-card__content,
	#nova .klaris-related,
	#nova .klaris-cta {
		padding: 24px;
	}

	#nova .klaris-table {
		min-width: 520px;
	}

	#nova .klaris-gallery {
		grid-template-columns: 1fr;
	}

	#nova .klaris-gallery figure:first-child {
		grid-column: auto;
	}
}
