/* ----------------------------------------
   Nova Peptide Supply — Homepage Styles
   Phase 03 Plan 01
   ----------------------------------------
   @package nova-peptides
   ----------------------------------------
   All colors use --nova-* CSS custom properties.
   Only permitted hardcoded values:
     rgba(255,255,255,...) — glass surfaces (no brand token)
     #FFD700              — star fill gold (no brand token)
     #fff                 — button text white (universal)
   ---------------------------------------- */

/* ----------------------------------------
   Homepage Wrapper
   ---------------------------------------- */

#nova-homepage {
	overflow-x: hidden;
}

.nova-homepage-inner{
	max-width: var(--nova-max-page-width);
	margin: auto;
}

.nova-hero-inner{
	max-width: var(--nova-max-page-width);
	position: relative;
    width: 100%;
    margin: 0 auto;
}

/* Ensure body.home allows the announcement bar + transparent header layering */
body.home #nova-homepage {
	/* background-color: var(--nova-bg-primary); */
}

/* ----------------------------------------
   Section 2: Hero
   ---------------------------------------- */

.nova-hero {
	position: relative;
	min-height: 900px;
	background-color: var(--nova-bg-primary);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end; /* hero content sits at the bottom; stats flows below */
	align-items: stretch;
	z-index: 1; /* MUST be lower than #masthead z-index (100) per Research Pitfall 6 */
	margin: 0 auto;
}

/* .nova-hero__texture — base styles now from .nova-texture-overlay (nova-global.css) */

/* ── Hero readability overlay — dark gradient left→right over the video ── */
.nova-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(10, 0, 30, 0.82) 0%,
		rgba(10, 0, 30, 0.55) 45%,
		rgba(10, 0, 30, 0.15) 75%,
		rgba(10, 0, 30, 0.05) 100%
	);
	z-index: 1;
	pointer-events: none;
}

/* ── Hero background video ── */
.nova-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	pointer-events: none;
	transition: opacity 3s ease;
	/* Slight upscale anchored to top-left pushes the bottom-right corner
	   outside the hero container — masks the "Veo" watermark in the source
	   video without uploading a re-rendered file. The hero already has
	   overflow:hidden, so anything beyond the bounds is clipped cleanly. */
	transform: scale(1.08);
	transform-origin: top left;
}

.nova-hero__content {
	position: relative;
	z-index: 2;
	padding: 0 0 24px 0; /* bottom gap before CTA row */
	max-width: 695px;
}

/* Desktop: CTA row sits in the left text column below the headline/subheadline.
   Vials are absolutely positioned so they don't affect this flow. */
.nova-hero-inner > .nova-hero__cta-row {
	position: relative;
	z-index: 2;
	max-width: 700px;
	padding-bottom: 80px;
}

/* ----------------------------------------
   Hero: Rating Row
   ---------------------------------------- */

.nova-hero__rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-family: var(--nova-font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	color: var(--nova-text-muted);
}

.nova-hero__rating svg {
	flex-shrink: 0;
	color: var(--nova-rating-color, #FFD700);
}

/* ----------------------------------------
   Hero: Headline + Subheadline
   ---------------------------------------- */

.nova-hero__headline {
	font-family: var(--nova-font-heading);
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 100% */
	letter-spacing: -3.6px;
	color: var(--nova-text-primary);
	margin: 0 0 16px;
}

.nova-hero__subheadline {
	font-family: var(--nova-font-body);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 160% */
	color: var(--nova-text-muted);
	margin: 0 0 32px;
}

/* ----------------------------------------
   CTA Buttons — Homepage overrides
   ----------------------------------------
   Base .nova-btn, .nova-btn--primary live in nova-global.css.
   Only homepage-specific overrides kept here.
   ---------------------------------------- */

.nova-btn {
	border-radius: 40px;
	padding: 16px 32px;
	line-height: 1.5;
	text-align: center;
}

.nova-btn--primary:active {
	opacity: 0.9;
}

.nova-btn--primary:focus {
	outline: 2px solid var(--nova-accent);
	outline-offset: 2px;
}

.nova-btn--secondary {
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(12px);
	color: #fff;
}

.nova-btn--secondary:hover {
	border-color: rgba(255, 255, 255, 0.8); /* Glass surface — no brand token */
	color: var(--nova-text-primary);
}

.nova-hero__cta-row {
	display: flex;
	gap: 16px;
	align-items: center;
}

/* ----------------------------------------
   Hero: Vial Images
   ---------------------------------------- */

.nova-hero__vials {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    width: 60%;
    pointer-events: none;
    z-index: 1;
}

.nova-hero__vial {
	position: absolute;
	pointer-events: none;
}

.nova-hero__vial--klow {
	right: 18%;
    /* top: 140px; */
    width: auto;
    height: 515px;
    z-index: 2;
    filter: drop-shadow(-12px 8px 24px rgba(0, 0, 0, 0.3));
}

.nova-hero__vial--glow {
	right: 0;
    /* top: 70px; */
    width: auto;
    height: 490px;
    z-index: 1;
    filter: drop-shadow(12px 8px 24px rgba(0, 0, 0, 0.3));
}

/* ----------------------------------------
   Trust Steps Section (below hero)
   ---------------------------------------- */

.nova-home-steps {
	background: #ffffff;
	padding: 50px 0;
	text-align: center;
}

.nova-home-steps__inner {
	max-width: var(--nova-content-width);
	margin: 0 auto;
	padding: 0 48px;
}

.nova-home-steps__heading {
	font-size: 56px;
	font-family: var(--nova-font-heading);
	font-weight: 400;
	color: var(--nova-text-dark);
	margin-bottom: 16px;
	line-height: 1;
	letter-spacing: -0.054em;
}

.nova-home-steps__subheading {
	font-size: 20px;
	font-family: var(--nova-font-body);
	color: var(--nova-text-dark);
	line-height: 1.6;
	margin-bottom: 48px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.nova-home-steps .nova-steps__cards {
	text-align: left;
	margin-bottom: 0; /* progress bar is hidden — remove dead gap */
}

/* Trust badges: hide the step progress bar — these are info cards, not a process */
.nova-home-steps .nova-steps__bar {
	display: none;
}

/* Trust badges: all cards fully opaque (no dimming of inactive steps) */
.nova-home-steps .nova-steps__card {
	opacity: 1;
}

.nova-steps__icon-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--nova-accent, #8a4fff);
	color: #fff;
	margin-bottom: 24px;
	flex-shrink: 0;
}

/* ----------------------------------------
   Nova Interactive Steps Component
   (copied from nova-affiliate.css so homepage
    loads the base styles independently)
   ---------------------------------------- */

.nova-steps__cards {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 48px;
	text-align: left;
}

.nova-steps__card {
	flex: 1;
	opacity: 0.3;
	transition: opacity 0.4s ease;
}

.nova-steps[data-interactive="true"] .nova-steps__card {
	cursor: pointer;
}

.nova-steps__card--active {
	opacity: 1;
}

.nova-steps__badge {
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 700;
	font-family: var(--nova-font-heading);
	border-radius: 20px;
	margin-bottom: 24px;
	letter-spacing: 0.05em;
	background: transparent;
	color: inherit;
	transition: all 0.4s ease;
}

.nova-steps__card--active .nova-steps__badge {
	background: var(--nova-accent, #8a4fff);
	color: #fff;
}

.nova-steps__title {
	font-size: 24px;
	font-family: var(--nova-font-heading);
	font-weight: 600;
	margin-bottom: 16px;
	color: var(--nova-text-dark);
}

.nova-steps__desc {
	font-size: 15px;
	line-height: 1.6;
	color: var(--nova-text-dark-muted);
	margin: 0;
}

.nova-steps__bar {
	position: relative;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.nova-steps__bar-track {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--nova-border-color, #eaeaea);
	transform: translateY(-50%);
	z-index: 1;
}

.nova-steps__bar-fill {
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	background: var(--nova-accent, #8a4fff);
	transform: translateY(-50%);
	z-index: 2;
	transition: width 0.4s ease;
}

.nova-steps__dots {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.nova-steps__dot-wrap {
	background: #fff;
	padding: 0 4px;
}

.nova-steps__dot {
	width: 16px;
	height: 16px;
	background: var(--nova-border-color, #eaeaea);
	border-radius: 50%;
	transition: background 0.4s ease;
}

.nova-steps[data-interactive="true"] .nova-steps__dot {
	cursor: pointer;
}

.nova-steps__dot--active {
	background: var(--nova-accent, #8a4fff);
}

/* ----------------------------------------
   Responsive Breakpoints
   (Defensive — Phase 5 handles full mobile)
   ---------------------------------------- */

@media (max-width: 1024px) {
	.nova-hero__vial {
		width: 320px;
	}

	.nova-hero__content {
		padding: 120px 32px 48px;
		max-width: 100%;
	}

	.nova-home-steps {
		padding: 48px 0;
	}

	.nova-home-steps__inner {
		padding: 0 24px;
	}

	.nova-steps__cards {
		gap: 24px;
	}
}

@media (max-width: 768px) {
	.nova-home-steps {
		padding: 40px 0;
	}

	.nova-home-steps__inner {
		padding: 0 20px;
	}

	.nova-home-steps__heading {
		font-size: 28px;
	}

	.nova-home-steps__subheading {
		margin-bottom: 24px;
	}

	/* Compact "Why Nova" rows: icon left, title + body right.
	   Each item is a single-row card so the section reads in ~half the
	   vertical space of the desktop stacked layout. */
	.nova-home-steps .nova-steps__cards {
		flex-direction: column;
		gap: 12px;
	}

	.nova-home-steps .nova-steps__card {
		opacity: 1;
		display: grid;
		grid-template-columns: 44px 1fr;
		grid-template-rows: auto auto;
		column-gap: 14px;
		row-gap: 4px;
		align-items: center;
		padding: 14px;
		background: #ffffff;
		border: 1px solid rgba(10, 10, 14, 0.08);
		border-radius: 14px;
		text-align: left;
	}

	.nova-home-steps .nova-steps__card .nova-steps__icon-box {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 44px;
		height: 44px;
		margin: 0;
		align-self: center;
	}

	.nova-home-steps .nova-steps__card .nova-steps__title {
		grid-column: 2;
		grid-row: 1;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.25;
		margin: 0;
	}

	.nova-home-steps .nova-steps__card .nova-steps__desc {
		grid-column: 2;
		grid-row: 2;
		font-size: 13px;
		line-height: 1.45;
		color: var(--nova-text-dark-muted);
		margin: 0;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.nova-home-steps .nova-steps__bar {
		display: none;
	}
}

@media (max-width: 1080px) {
	/* Stack hero as column, vials on top of content */
	.nova-hero-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 100px; /* clear the fixed header above the vials */
	}

	/* DOM order is now: content (text) → vials → cta-row
	   Mobile: natural column stack = text → vials → buttons — no order overrides needed */
	.nova-hero__content {
		padding: 24px 24px 0;
		max-width: 100%;
		text-align: center;
	}

	.nova-hero__vials {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: 346px;
		height: 280px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		overflow: hidden;
		margin: 0 auto;
	}

	.nova-hero__vial--klow {
		position: relative;
		height: 250px;
		left: 0;
	}

	.nova-hero__vial--glow {
		position: relative;
		height: 230px;
		right: 30px;
	}

	.nova-hero__headline {
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -2.4px;
	}

	/* CTA row sits below vials — full width, centred, with bottom breathing room */
	.nova-hero-inner > .nova-hero__cta-row {
		max-width: 100%;
		padding: 0 24px 48px;
		justify-content: center;
	}

	.nova-hero__cta-row {
		flex-direction: column;
		gap: 12px;
		align-items: center;
	}

	.nova-btn {
		width: 100%;
		text-align: center;
	}
}

/* ===== Shared Section Styles ===== */

/* .nova-section-heading — typography base now from .nova-heading-xl (nova-global.css).
   Page-specific overrides kept: color, text-align, line-height, margin. */
.nova-section-heading {
	line-height: 1.0;
	color: var(--nova-text-primary);
	text-align: center;
	margin: 0 0 16px;
}

.nova-section-heading--dark {
	color: #0a0a0e; /* UI-SPEC: white-bg section heading — not a Nova brand token */
}

/* .nova-section-subheading — typography base now from .nova-body-lg (nova-global.css).
   Page-specific overrides kept: color, opacity, text-align, max-width, margin, line-height. */
.nova-section-subheading {
	line-height: 1.6;
	color: var(--nova-text-muted);
	opacity: 1;
	text-align: center;
	max-width: 822px;
	margin: 0 auto 48px;
}

.nova-section-subheading--dark {
	color: rgba(10, 10, 14, 0.7); /* UI-SPEC: white-bg section subheading */
}

/* .nova-section-texture — base styles now from .nova-texture-overlay (nova-global.css).
   Keep opacity override: texture sections intentionally omit the 0.2 opacity
   that the global class sets (controlled per-element or left at 1). */
.nova-section-texture {
	opacity: 1;
}

/* ===== Explore Nova Compounds (HOME-03) ===== */

/* .nova-products — padding now from .nova-section (nova-global.css) */
.nova-products {
	background: #ffffff;
	padding-top: 0;
}

.nova-products__inner {
	max-width: var(--nova-content-width);
	margin: 0 auto;
	border-radius: 32px;
	padding: 120px 48px;
	position: relative;
	overflow: hidden;
	/* UI-SPEC gradient — section-specific, not a brand token */
	background: linear-gradient(131.403deg, #1c3871 0%, #00143c 100%);
}

.nova-products__header {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 48px;
}

/* Tabs */
.nova-tabs {
	display: flex;
	justify-content: center;
	gap: 0;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 88px;
	padding: 4px;
	width: fit-content;
	margin: 0 auto 48px;
	position: relative;
	z-index: 1;
}

.nova-tab {
	font-family: var(--nova-font-body);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--nova-text-primary);
	background: transparent;
	border: none;
	border-radius: 40px;
	padding: 12px 20px;
	cursor: pointer;
	opacity: 0.7;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.nova-tab:hover {
	opacity: 1;
}

.nova-tab--active {
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
}

/* Tab panels */
.nova-tab-panel {
	position: relative;
	z-index: 1;
}

/* Product grid — free horizontal scroll. No scroll-snap so the user can
   stop mid-card and arrow-button scrollBy preserves the offset. */
.nova-product-grid {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	gap: 16px;
	margin-bottom: 48px;
	padding-bottom: 4px; /* prevent clipped box-shadows on cards */
}

.nova-product-grid::-webkit-scrollbar {
	display: none;
}

.nova-product-grid > .nova-product-card {
	flex: 0 0 auto;
	/* Desktop (≥1025px): 3 cards visible — mobile breakpoints in responsive section */
	width: calc((100% - 2 * 16px) / 3);
}

/* .nova-btn--accent — accent color same as --primary (nova-global.css).
   Homepage-specific addition: backdrop-filter. */
.nova-btn--accent {
	background-color: var(--nova-accent);
	color: #fff;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.nova-btn--accent:hover {
	background-color: var(--nova-accent-hover);
	color: #fff;
}

/* .nova-btn--full — now from nova-global.css */

/* .nova-btn--glass — base glass from nova-global.css.
   Homepage overrides: higher opacity bg, different color, sizing. */
.nova-btn--glass {
	background: rgba(255, 255, 255, 0.2);
	color: var(--nova-text-primary);
	border-radius: 40px;
	padding: 20px 32px;
	font-size: 20px;
}

.nova-btn--glass:hover {
	background: rgba(255, 255, 255, 0.3);
	color: var(--nova-text-primary);
}

/* .nova-btn--white — base from nova-global.css.
   Homepage override: border-radius. */
.nova-btn--white {
	border-radius: 40px;
}

.nova-btn--white:hover {
	background: rgba(255, 255, 255, 0.9);
	color: var(--nova-accent);
}

/* Products nav */
.nova-products__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

/* Products nav — dots indicator */
.nova-products__dots {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 92px;
}

.nova-products__dot {
	height: 12px;
	width: 12px;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.3); /* Glass surface — no brand token */
	transition: width 0.3s ease, background 0.3s ease;
	flex-shrink: 0;
}

.nova-products__dot--active {
	width: 40px;
	background: #fff;
}

/* Products nav — arrow buttons (two separate circles) */
.nova-products__arrows {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 92px;
	justify-content: flex-end;
}

.nova-products__arrow-btn {
	background: rgba(255, 255, 255, 0.2); /* Glass surface — no brand token */
	backdrop-filter: blur(48px);
	-webkit-backdrop-filter: blur(48px);
	border: none;
	border-radius: 48px;
	padding: 8px;
	cursor: pointer;
	color: var(--nova-text-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.nova-products__arrow-btn:hover:not(:disabled) {
	background: rgba(255, 255, 255, 0.35); /* Glass surface — no brand token */
}

.nova-products__arrow-btn:disabled {
	opacity: 0.3;
	cursor: default;
}

/* Process Steps section (incl. compact step selector) moved to nova-verified.css. */

/* --- Zigzag Timeline --- */

.nova-timeline {
	display: none;
	position: relative;
	z-index: 1;
	margin-bottom: 48px;
}

.nova-timeline__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 248px minmax(0, 1fr);
	gap: 0;
	align-items: center;
	min-height: 120px;
	padding: 24px 0;
}

/* Content columns */
.nova-timeline__content {
	padding: 24px 32px;
}

.nova-timeline__content--right-align {
	text-align: right;
}

.nova-timeline__content--left-align {
	text-align: left;
}

/* .nova-timeline__heading — typography base now from .nova-heading-sm (nova-global.css).
   Page-specific overrides kept: color (white text on dark bg), margin. */
.nova-timeline__heading {
	color: var(--nova-text-primary);
	margin: 0 0 8px;
}

/* .nova-timeline__body — typography base now from .nova-body (nova-global.css).
   Page-specific overrides kept: color (white on dark), opacity, margin. */
.nova-timeline__body {
	color: rgba(255, 255, 255, 0.7);
	opacity: 1;
	margin: 0;
}

/* Center column — vertical line + node */
.nova-timeline__center {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.nova-timeline__line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	border-left: 1px dashed rgba(255, 255, 255, 0.2);
	transform: translateX(-50%);
}

/* First row: line starts from center */
.nova-timeline__row:first-child .nova-timeline__line {
	top: 50%;
}

/* Last row: line ends at center */
.nova-timeline__row:last-child .nova-timeline__line {
	bottom: 50%;
}

.nova-timeline__node {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0;
}

/* Badge — numbered square */
.nova-timeline__badge {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--nova-font-heading);
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.nova-timeline__badge--white {
	background: #ffffff;
	color: #3e1e6d;
}

.nova-timeline__badge--glass {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

/* Balance spacers: mirror the badge+connector on the opposite side so the icon
   always sits at the column centre (124px = 248px / 2), keeping the vertical
   line perfectly through every icon circle. */
.nova-timeline__row--odd .nova-timeline__node::after {
	content: '';
	display: block;
	width: 72px; /* badge 40 + connector 32 */
	flex-shrink: 0;
}

.nova-timeline__row--even .nova-timeline__node::before {
	content: '';
	display: block;
	width: 72px;
	flex-shrink: 0;
}

/* Connector — horizontal dashed line between badge and icon */
.nova-timeline__connector {
	display: block;
	width: 32px;
	height: 1px;
	border-top: 1px dashed rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}

/* Outer decorative ring with 4 cardinal dots */
.nova-timeline__icon-outer {
	position: relative;
	width: 104px;
	height: 104px;
	min-width: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Outer ring */
.nova-timeline__icon-outer::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	pointer-events: none;
}

/* Four dots at N / E / S / W on the outer ring */
.nova-timeline__icon-outer::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	/* radius = 52px (half of 104px outer element) */
	box-shadow:
		0 -52px 0 3px rgba(255, 255, 255, 0.7),
		52px 0 0 3px rgba(255, 255, 255, 0.7),
		0 52px 0 3px rgba(255, 255, 255, 0.7),
		-52px 0 0 3px rgba(255, 255, 255, 0.7);
	pointer-events: none;
}

/* Icon circle — white background with purple SVG icon */
.nova-timeline__icon {
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 50%;
	border: none;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

/* SVG icon — keep original dark purple fill */
.nova-timeline__icon-img {
	width: 40px;
	height: 40px;
	display: block;
}

/* ===== Our Process — Compact Interactive Accordion ===== */

/* Hide body text by default; only show when row is active */
.nova-timeline__row .nova-timeline__body {
	display: none;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Inactive rows: reduced opacity, pointer indicates clickable */
.nova-timeline__row {
	cursor: pointer;
	transition: opacity 0.25s ease;
}

.nova-timeline__row:not(.is-active) {
	opacity: 0.55;
}

.nova-timeline__row:not(.is-active):hover {
	opacity: 0.8;
}

/* Active row: full opacity, elevated icon, show body */
.nova-timeline__row.is-active {
	opacity: 1;
}

.nova-timeline__row.is-active .nova-timeline__body {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

/* Active row: accent border on the badge to signal selection */
.nova-timeline__row.is-active .nova-timeline__badge--white {
	box-shadow: 0 0 0 2px var(--nova-accent, #8a4fff);
}

.nova-timeline__row.is-active .nova-timeline__badge--glass {
	background: rgba(138, 79, 255, 0.35);
	box-shadow: 0 0 0 2px var(--nova-accent, #8a4fff);
}

/* Active icon circle: subtle glow */
.nova-timeline__row.is-active .nova-timeline__icon {
	box-shadow: 0 0 0 3px rgba(138, 79, 255, 0.4);
}

/* Mobile (≤1024px): timeline already collapses to single-column stack.
   Keep the same accordion behaviour — just stack vertically. */
@media (max-width: 1024px) {
	.nova-timeline__row {
		padding: 16px 0;
		border-radius: 12px;
	}

	.nova-timeline__row.is-active {
		background: rgba(255, 255, 255, 0.05);
		padding: 16px 12px;
	}
}

/* ===== Feature Cards (HOME-04) ===== */

/* .nova-features — padding now from .nova-section (nova-global.css) */
.nova-features {
	background: #ffffff;
}

.nova-features__inner {
	max-width: var(--nova-content-width);
	margin: 0 auto;
}

.nova-features__header {
	text-align: center;
	margin-bottom: 48px;
}

.nova-features__header .nova-section-heading {
	max-width: 656px;
	margin-left: auto;
	margin-right: auto;
}

.nova-features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.nova-feature-card {
	background: var(--nova-bg-primary);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 20px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Text block — heading + sub. min-height ensures the image below it
   always starts at the same vertical position across all three cards,
   even when one subtitle wraps to two lines. */
.nova-feature-card__text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 88px;
}

/* .nova-feature-card__heading — typography base now from .nova-heading-md (nova-global.css).
   Page-specific overrides kept: line-height, color, margin. */
.nova-feature-card__heading {
	line-height: 1.14;
	color: var(--nova-text-primary);
	margin: 0;
}

/* .nova-feature-card__sub — typography base now from .nova-body (nova-global.css).
   Page-specific overrides kept: color, line-height, margin. */
.nova-feature-card__sub {
	line-height: 1.5;
	color: var(--nova-text-muted);
	opacity: 1;
	margin: 0;
}

.nova-feature-card__image {
	height: 352px;
	border-radius: 8px;
	overflow: hidden;
	background: var(--nova-bg-secondary);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nova-feature-card__image:empty {
	display: none;
}

/* Image is constrained inside the circle overlay and stays centered
   on all viewports — fixes off-center drift on tablet/mobile widths. */
.nova-feature-card__image img {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

/* Decorative glow ellipse */
/* .nova-feature-card__image::before {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 4px 72px 0px rgba(151, 71, 255, 0.56);
	background: transparent;
	pointer-events: none;
	z-index: 0;
} */

/* .nova-feature-card__body — typography base now from .nova-body (nova-global.css).
   flex:1 pushes the CTA button to the bottom of every card regardless of text length. */
.nova-feature-card__body {
	flex: 1;
	line-height: 1.5;
	color: var(--nova-text-muted);
	opacity: 1;
	margin: 0;
}

/* ===== Responsive Breakpoints — Sections 3-6 ===== */

@media (max-width: 1024px) {
	.nova-products {
		padding: 0 24px;
	}

	.nova-products__inner {
		padding: 64px 24px;
	}

	/* Tablet (768-1024px): show 2 cards per viewport width */
	.nova-product-grid > .nova-product-card {
		width: calc((100% - 1 * 16px) / 2);
	}

	.nova-timeline__row {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: auto;
	}

	.nova-timeline__content--right-align,
	.nova-timeline__content--left-align {
		text-align: left;
	}

	/* On mobile, hide empty content columns */
	.nova-timeline__row--odd .nova-timeline__content:last-child,
	.nova-timeline__row--even .nova-timeline__content:first-child {
		display: none;
	}

	.nova-timeline__center {
		order: -1;
		flex-direction: row;
		height: auto;
		padding: 12px 0;
	}

	.nova-timeline__line {
		display: none;
	}

	.nova-features {
		padding: 48px 24px;
	}

	/* Tablet: auto-fit so the grid drops to 1 column the moment a 2-up
	   layout would shrink the cards below 360px. When there's room for
	   2 columns the 3rd card lands centered on its own row at the same
	   column width via the last-child override below. */
	.nova-features__grid {
		grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
		gap: 20px;
		justify-content: center;
	}

	/* Center the 3rd card when 2-up layout is actually rendering.
	   At ≥820px viewport (within this ≤1024 block), auto-fit gives
	   us 2 columns; below that it has dropped to 1 column and the
	   override doesn't apply, so the card flows naturally. */
	@media (min-width: 820px) {
		.nova-features__grid > .nova-feature-card:last-child:nth-child(odd) {
			grid-column: 1 / -1;
			justify-self: center;
			width: calc(50% - 10px);
		}
	}

	/* Cap the image area so the card doesn't grow tall on wider tablets */
	.nova-feature-card__image {
		height: 280px;
	}

}

@media (max-width: 768px) {
	/* Mobile: 1.2 cards visible — peek at next card to signal scrollability */
	.nova-product-grid > .nova-product-card {
		width: calc((100% - 0.2 * 16px) / 1.2);
	}

	.nova-tabs {
		flex-direction: column;
		border-radius: 20px;
	}

	.nova-section-heading {
		font-size: 36px;
		letter-spacing: -1.08px;
	}

	/* Products nav — stack on mobile: button full-width on top, dots + arrows below */
	.nova-products__nav {
		flex-direction: column;
		gap: 16px;
	}

	.nova-products__nav .nova-btn {
		width: 100%;
		text-align: center;
		order: -1;
	}

	.nova-products__dots {
		width: auto;
	}

	/* Hero vials — further reduce on small screens */
	.nova-hero__vials {
		height: 220px;
        width: 280px;
        margin: auto;
		margin-bottom: 30px;
	}

	.nova-hero__vial--klow {
		height: 200px;
		left: 0;
	}

	.nova-hero__vial--glow {
		height: 180px;
		right: 24px;
	}

}

/* ----------------------------------------
   Stats Section (Social Proof Strip)
   Phase 20
   ---------------------------------------- */

/* .nova-stats — now rendered inside .nova-hero, inherits hero background.
   Top border separates it from the hero content above. */
.nova-stats {
	position: relative;
	z-index: 2;
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 40px;
	padding-bottom: 40px;
}

.nova-stats__inner {
	max-width: var(--nova-content-width);
	margin: 0 auto;
	padding: 0 48px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

.nova-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1;
	gap: 8px;
}

.nova-stat__value {
	font-family: var(--nova-font-heading);
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--nova-text-primary);
}

.nova-stat__label {
	font-family: var(--nova-font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--nova-text-muted);
}

/* Vertical divider between each stat */
.nova-stat:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	padding-right: 24px;
}

.nova-stat:not(:first-child) {
	padding-left: 24px;
}

@media (max-width: 992px) {
	.nova-stats__inner {
		flex-wrap: wrap;
		padding: 0 24px;
		gap: 32px;
	}

	.nova-stat {
		flex: 0 0 calc(50% - 16px);
	}

	/* Remove dividers when wrapping to 2×2 — borders don't align cleanly */
	.nova-stat:not(:last-child),
	.nova-stat:not(:first-child) {
		border-right: none;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.nova-stats__inner {
		padding: 0 20px;
	}

	.nova-stat__value {
		font-size: 36px;
	}
}

/* ----------------------------------------
   Customer Support Section
   Phase 20
   ---------------------------------------- */

/* .nova-support — outer wrapper matches .nova-cta padding, white bg */
.nova-support {
	background: var(--nova-bg-white);
	padding: 0 56px 50px;
	text-align: center;
}

/* Inner card — same gradient card as .nova-cta__inner */
.nova-support__inner {
	max-width: var(--nova-content-width);
	margin: 0 auto;
	padding: 48px 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e4e6f2;
	border-radius: 12px;
	background: linear-gradient(170.23deg, #431c71 0%, #1b003c 100%);
}

/* Texture overlay — same as .nova-cta__inner::before */
.nova-support__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../../images/nova-hero.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.15;
	mix-blend-mode: luminosity;
	pointer-events: none;
	z-index: 0;
}

.nova-support__heading,
.nova-support__body,
.nova-support__inner .nova-btn {
	position: relative;
	z-index: 1;
}

.nova-support__heading {
	font-family: var(--nova-font-heading);
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #ffffff;
	margin: 0;
}

.nova-support__body {
	font-family: var(--nova-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
	max-width: 600px;
}

@media (max-width: 1024px) {
	.nova-support {
		padding: 0 24px 48px;
	}

	.nova-support__inner {
		padding: 40px 32px;
	}
}

@media (max-width: 768px) {
	.nova-support {
		padding: 0 16px 40px;
	}

	.nova-support__inner {
		padding: 32px 24px;
	}

	.nova-support__heading {
		font-size: 28px;
	}

	.nova-support__body {
		font-size: 16px;
	}
}

/* ----------------------------------------
   Full-width page: break out of col-full
   ---------------------------------------- */

body.home #content.site-content {
	padding-top: 0;
	padding-bottom: 0;
	overflow: visible;
}

/* Remove col-full constraints unconditionally so all nova sections fill viewport */
body.home .site-content .nova-peptides-archive .col-full {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Ensure footer is not hidden by body.home overrides */
body.home #nova-footer {
	display: block !important;
}

body.home .site-content .archive-header {
	display: none;
}

body.home #nova-homepage {
	width: 100%;
}

/* ----------------------------------------
   Product section: prev/next pager
   ---------------------------------------- */

.nova-products-pager {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 8px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.nova-pager-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.15);
	color: var(--nova-text-primary);
	cursor: pointer;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.nova-pager-btn:hover:not(:disabled) {
	background: rgba(255, 255, 255, 0.3);
}

.nova-pager-btn:disabled {
	opacity: 0.3;
	cursor: default;
}



.nova-product-card__price ins {
    text-decoration: none ;
    color: var(--nova-badge-bulk) !important;
}

/* ---- Homepage FAQ Strip ---- */
.nova-home-faq {
	background: var(--nova-bg-white);
	/* padding: 80px 0; */
}

.nova-home-faq__inner {
	max-width: var(--nova-content-width);
	margin: 0 auto;
	padding: 0 24px;
}

.nova-home-faq__heading {
	font-family: var(--nova-font-heading);
	font-size: 40px;
	font-weight: 700;
	color: var(--nova-text-dark);
	text-align: center;
	margin: 0 0 15px;
}

.nova-home-faq__cta {
	text-align: center;
	margin-top: 32px;
	font-family: var(--nova-font-body);
	font-size: 15px;
	color: var(--nova-text-dark-muted);
}

.nova-home-faq__cta a {
	color: var(--nova-accent);
	text-decoration: underline;
}
.nova-faq__accordion{
	margin-top: 0 !important;
	margin-bottom: 50px !important;
}

/* ============================================================
   Mobile optimization pass (2026-05-07)
   Goal: cut homepage scroll height roughly in half on phones.
   Targets ≤768px; a few rules at ≤480px for the smallest viewports.
   ============================================================ */

@media (max-width: 768px) {

	/* ── Hero: drop the desktop 900px floor; let content drive ── */
	.nova-hero {
		min-height: fit-content;
	}

	.nova-hero-inner {
		padding-top: 85px; /* just clears the fixed header */
	}

	.nova-hero__content {
		padding: 16px 20px 0;
	}

	.nova-hero__headline {
		font-size: 38px;
		line-height: 1.05;
		letter-spacing: -1.6px;
	}

	.nova-hero__subheadline {
		font-size: 15px;
		line-height: 1.5;
	}

	.nova-hero-inner > .nova-hero__cta-row {
		padding: 0 20px 32px;
		gap: 10px;
	}

	/* ── Hero vials: shrink ~30% so they don't dominate the fold ── */
	.nova-hero__vials {
		width: 220px;
		height: 170px;
		margin-bottom: 16px;
	}

	.nova-hero__vial--klow { height: 160px; }
	.nova-hero__vial--glow { height: 145px; }

	/* ── Stats: single compact row, 4 columns, no wrap ── */
	.nova-stats {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.nova-stats__inner {
		flex-wrap: nowrap;
		gap: 8px;
		padding: 0 16px;
	}

	.nova-stat {
		flex: 1 1 0;
		min-width: 0;
		gap: 4px;
	}

	.nova-stat__value {
		font-size: 22px;
		letter-spacing: -0.02em;
	}

	.nova-stat__label {
		font-size: 11px;
		line-height: 1.3;
	}

	/* ── Trust steps: tighter padding + heading ── */
	.nova-home-steps {
		padding: 32px 0 24px;
	}

	.nova-home-steps__heading {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.nova-home-steps__subheading {
		font-size: 14px;
		margin-bottom: 20px;
	}

	/* ── Products section: shrink the giant card ── */
	.nova-products {
		padding: 0 16px;
	}

	.nova-products__inner {
		padding: 40px 20px;
		border-radius: 24px;
	}

	.nova-products__header {
		margin-bottom: 24px;
	}

	.nova-products__header .nova-section-heading {
		font-size: 28px;
		letter-spacing: -0.6px;
		margin-bottom: 8px;
	}

	.nova-products__header .nova-section-subheading {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 0;
	}

	/* Keep tabs horizontal — scroll if they overflow.
	   Override the earlier rule that stacks them vertically. */
	.nova-tabs {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		justify-content: flex-start;
		border-radius: 40px;
		margin-bottom: 24px;
		padding: 4px;
		max-width: 100%;
	}

	.nova-tabs::-webkit-scrollbar { display: none; }

	.nova-tab {
		flex: 0 0 auto;
		padding: 10px 16px;
		font-size: 14px;
		white-space: nowrap;
	}

	.nova-product-grid {
		gap: 12px;
		margin-bottom: 24px;
	}

	/* ── Features: this was the biggest mobile offender (~1800px) ── */
	.nova-features {
		padding: 40px 16px;
	}

	.nova-features__header {
		margin-bottom: 24px;
	}

	.nova-features__header .nova-section-heading {
		font-size: 28px;
		letter-spacing: -0.6px;
	}

	.nova-features__header .nova-section-subheading {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 0;
	}

	/* Mobile: collapse back to single column (overrides the ≤1024 2-col
	   tablet rule). Reset the centered-last-child width override so the
	   3rd card fills the column normally. */
	.nova-features__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		justify-content: stretch;
	}

	.nova-features__grid > .nova-feature-card:last-child:nth-child(odd) {
		grid-column: auto;
		justify-self: stretch;
		width: auto;
	}

	.nova-feature-card {
		padding: 18px;
		gap: 14px;
		border-radius: 16px;
		max-width: 420px;
		margin: 0 auto;
		width: 100%;
	}

	.nova-feature-card__text {
		min-height: 0; /* drop the 88px desktop floor */
		gap: 4px;
	}

	.nova-feature-card__heading {
		font-size: 22px;
	}

	.nova-feature-card__sub {
		font-size: 13px;
	}

	.nova-feature-card__image {
		height: 200px;
		border-radius: 12px;
	}

	/* .nova-feature-card__image::before {
		width: 140px;
		height: 140px;
	} */

	.nova-feature-card__body {
		font-size: 14px;
		line-height: 1.5;
	}

	/* ── FAQ: was missing mobile rules entirely ── */
	.nova-home-faq {
		padding: 40px 0;
	}

	.nova-home-faq__inner {
		padding: 0 20px;
	}

	.nova-home-faq__heading {
		font-size: 26px;
		margin-bottom: 12px;
	}

	.nova-faq__accordion {
		margin-bottom: 20px !important;
	}

	.nova-home-faq__cta {
		margin-top: 20px;
		font-size: 14px;
	}

	/* ── Support card: tighter ── */
	.nova-support {
		padding: 0 16px 32px;
	}

	.nova-support__inner {
		padding: 28px 20px;
		gap: 16px;
	}

	.nova-support__heading {
		font-size: 24px;
	}

	.nova-support__body {
		font-size: 14px;
		line-height: 1.5;
	}

	/* ── Homepage product cards: compact 2-up mobile layout ──
	   Scoped to .nova-products so the shop page is unaffected.
	   Cards are flex columns so the parent carousel's align-items:stretch
	   (default) makes all cards equal height. The grid-template-rows:subgrid
	   used at desktop only works if the parent is a grid — the carousel is
	   flex, so on mobile we drop subgrid and use flex-column + margin-top:auto
	   on the ATC button (already set at line 594). */
	.nova-products .nova-product-card {
		display: flex;
		flex-direction: column;
		grid-template-rows: none;
		grid-row: auto;
		padding: 10px;
		border-radius: 14px;
		/* Override nova-product-card.css:728 which forces height:fit-content
		   on every card at ≤767px — that prevents flex-stretch from working
		   in the carousel. We need auto so the parent flex carousel can
		   stretch every card to match the tallest sibling. */
		height: auto !important;
		min-height: 0;
		align-self: stretch;
	}

	/* Force the image-wrap to anchor at a consistent vertical position
	   across all cards in the row. Title block above can be 1 or 2 lines;
	   image block sits at the same offset so vials align horizontally. */
	.nova-products .nova-product-card__header {
		min-height: 44px; /* ~2 lines of 15px title + 11px tagline + gaps */
	}

	/* Price block: reserve space for the optional strikethrough so cards
	   without a sale don't collapse the price row. Pushes button down
	   together with margin-top:auto. */
	.nova-products .nova-product-card__price {
		min-height: 36px;
		align-items: flex-end;
	}

	.nova-products .nova-product-card__name {
		font-size: 15px;
		line-height: 1.2;
		-webkit-line-clamp: 2; /* 2-line clamp since cards are narrower */
		max-height: 36px;
	}

	.nova-products .nova-product-card__tagline {
		font-size: 11px;
		margin-top: 2px;
	}

	/* Hide the long description and feature bullets on mobile. */
	.nova-products .nova-product-card__summary,
	.nova-products .nova-product-card__features {
		display: none;
	}

	.nova-products .nova-product-card__image-wrap {
		margin-bottom: 6px;
	}

	.nova-products .nova-product-card__image {
		height: 120px;
	}

	/* Purity stamp scales down with the smaller image */
	.nova-products .nova-product-card__purity {
		width: 36px;
		height: 36px;
		bottom: 4px;
		left: 4px;
		padding: 4px;
	}

	.nova-products .nova-product-card__purity-pct {
		font-size: 9px;
	}

	.nova-products .nova-product-card__purity-label {
		font-size: 7px;
	}

	.nova-products .nova-product-card__price {
		font-size: 14px;
		line-height: 1.2;
		margin: 6px 0;
		flex-wrap: wrap;
		gap: 4px;
		display: flex;
	}

	.nova-products .nova-product-card__price del {
		font-size: 11px;
	}

	.nova-products .nova-product-card__atc {
		padding: 8px 10px;
		font-size: 12px;
		font-weight: 500;
		min-height: 34px;
		border-radius: 999px;
	}

	/* Sale / bulk hang-tag badges — drop to ~60% size and tuck into the
	   image corner so they stop covering the vial. Covers both
	   .nova-badge--sale (top-left) and .nova-badge--bulk (top-right). */
	.nova-products .nova-badge--sale,
	.nova-products .nova-badge--bulk {
		min-width: 34px;
		padding: 8px 5px 10px;
	}

	.nova-products .nova-badge--sale { left: 4px; }
	.nova-products .nova-badge--bulk { right: 4px; }

	.nova-products .nova-badge--sale::before,
	.nova-products .nova-badge--bulk::before {
		width: 5px;
		height: 5px;
		top: 3px;
	}

	.nova-products .nova-badge__top,
	.nova-products .nova-badge__lbl {
		font-size: 5px;
		letter-spacing: 0.08em;
	}

	.nova-products .nova-badge__pct,
	.nova-products .nova-badge--sale .nova-badge__pct {
		font-size: 11px;
		margin: 2px 0 0;
	}

	/* 2 cards per viewport with 8px gap */
	.nova-products .nova-product-grid {
		gap: 8px;
	}

	.nova-products .nova-product-grid > .nova-product-card {
		width: calc((100% - 8px) / 2);
	}

	/* "View All Compounds" pill — was 20px font / 20px 32px padding */
	.nova-products__nav .nova-btn--glass {
		padding: 12px 20px;
		font-size: 14px;
	}

	/* Pager arrow buttons — smaller hit target */
	.nova-products__arrow-btn {
		padding: 6px;
	}

	.nova-products__arrow-btn svg {
		width: 14px;
		height: 14px;
	}
}

/* Smallest phones — extra compression for vials + stats */
@media (max-width: 480px) {

	.nova-hero__vials {
		width: 180px;
		height: 140px;
	}

	.nova-hero__vial--klow { height: 130px; }
	.nova-hero__vial--glow { height: 118px; }

	.nova-hero__headline {
		font-size: 34px;
	}

	.nova-stat__value { font-size: 20px; }
	.nova-stat__label { font-size: 10px; }

	.nova-feature-card__image { height: 180px; }

	.nova-feature-card__image img {
		height: 180px;
    	margin: auto;
	}

	.nova-feature-card .nova-btn {
		padding: 10px 0;
	}
}
