/* First screen: custom nav + video hero matching the homepage mockup */

body.aa-home-hero {
	padding-top: 0 !important;
	--header-height: 0px !important;
	--header-sticky-height: 72px !important;
	--aa-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.aa-home-hero .l-canvas {
	padding-top: 0 !important;
}

body.aa-home-hero .l-header.pos_fixed.aa-has-hero {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	width: 100%;
	height: auto !important;
	min-height: 100vh !important;
	overflow: visible;
	background: #050814;
	box-shadow: none !important;
	transform: none !important;
}

/* Hide original Impreza header rows on the homepage only */
body.aa-home-hero .l-header.aa-has-hero > .l-subheader {
	display: none !important;
}

body.aa-home-hero .aa-header-hero {
	position: relative;
	z-index: 0;
	min-height: 100vh;
	overflow: hidden;
	background: #050814;
	color: #fff;
	font-family: var(--aa-font);
}

body.aa-home-hero .aa-header-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

body.aa-home-hero .aa-header-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 10, 22, 0.78) 0%, rgba(6, 10, 22, 0.42) 48%, rgba(6, 10, 22, 0.22) 100%),
		linear-gradient(180deg, rgba(6, 10, 22, 0.55) 0%, rgba(6, 10, 22, 0.12) 38%, rgba(6, 10, 22, 0.45) 100%);
	pointer-events: none;
}

/* ——— Nav ——— */
body.aa-home-hero .aa-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 60;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 1rem;
	padding: 1.05rem 3.2%;
	background: transparent;
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

body.aa-home-hero.admin-bar .aa-nav {
	top: 32px;
}

body.aa-home-hero .aa-nav.is-scrolled {
	background: rgba(7, 11, 22, 0.92);
	backdrop-filter: blur(16px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

body.aa-home-hero .aa-nav__brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	flex: 0 1 auto;
	text-decoration: none !important;
	color: #fff !important;
	min-width: 0;
}

body.aa-home-hero .aa-nav__mark {
	display: block;
	width: 46px;
	height: 44px;
	overflow: hidden;
	flex: 0 0 46px;
}

body.aa-home-hero .aa-nav__mark img {
	height: 44px;
	width: auto;
	max-width: none;
	display: block;
	object-fit: none;
	object-position: left center;
}

body.aa-home-hero .aa-nav__wordmark {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

body.aa-home-hero .aa-nav__wordmark strong {
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

body.aa-home-hero .aa-nav__wordmark small {
	margin-top: 0.12rem;
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.72);
}

body.aa-home-hero .aa-nav__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	flex-wrap: nowrap;
	gap: 1.1rem;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.aa-home-hero .aa-nav__menu > li {
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}

body.aa-home-hero .aa-nav__menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	padding: 0;
	color: #fff !important;
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

body.aa-home-hero .aa-nav__menu > li.is-active > a {
	box-shadow: inset 0 -2px 0 #3b6dff;
}

body.aa-home-hero .aa-nav__caret {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	border-top: 4px solid #fff;
	opacity: 0.85;
}

body.aa-home-hero .aa-nav__menu > li.has-sub {
	position: relative;
}

body.aa-home-hero .aa-nav__sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 180px;
	margin: 0.45rem 0 0;
	padding: 0.45rem 0;
	list-style: none;
	background: #111827;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

body.aa-home-hero .aa-nav__menu > li.has-sub:hover > .aa-nav__sub,
body.aa-home-hero .aa-nav__menu > li.has-sub:focus-within > .aa-nav__sub {
	display: block;
}

body.aa-home-hero .aa-nav__sub a {
	display: block;
	padding: 0.45rem 0.9rem;
	color: #fff !important;
	font-size: 0.86rem;
	text-decoration: none !important;
}

body.aa-home-hero .aa-nav__sub a:hover {
	background: rgba(59, 109, 255, 0.22);
}

body.aa-home-hero .aa-nav__actions {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.7rem;
	flex: 0 0 auto;
}

body.aa-home-hero .aa-nav__cart {
	display: inline-flex;
	color: #fff !important;
	padding: 0.2rem;
}

body.aa-home-hero .aa-nav__split {
	width: 1px;
	height: 22px;
	background: rgba(255, 255, 255, 0.35);
}

body.aa-home-hero .aa-nav__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 0.9rem;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

body.aa-home-hero .aa-nav__btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.85);
	color: #fff !important;
	background: transparent;
}

body.aa-home-hero .aa-nav__btn--solid {
	border: 1px solid #2f62ff;
	background: #2f62ff;
	color: #fff !important;
}

body.aa-home-hero .aa-nav__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	margin-left: auto;
	padding: 8px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

body.aa-home-hero .aa-nav__toggle span {
	display: block;
	height: 2px;
	background: #fff;
}

body.aa-home-hero .aa-nav__toggle .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

/* ——— Hero copy ——— */
body.aa-home-hero .aa-header-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	max-width: 980px;
	padding: 8.5rem 7% 7.5rem;
	box-sizing: border-box;
}

body.aa-home-hero .aa-header-hero__eyebrow {
	margin: 0 0 0.85rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
}

body.aa-home-hero .aa-header-hero__title {
	margin: 0 0 1.15rem;
	color: #fff;
	font-size: clamp(3.1rem, 6.4vw, 5.6rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

body.aa-home-hero .aa-header-hero__line {
	display: block;
	white-space: nowrap;
}

body.aa-home-hero .aa-header-hero__line--accent,
body.aa-home-hero .aa-header-hero__title span.aa-header-hero__line--accent {
	color: #3b6dff;
}

body.aa-home-hero .aa-header-hero__lead {
	margin: 0 0 2rem;
	max-width: 36rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.65;
	font-weight: 400;
}

body.aa-home-hero .aa-header-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

body.aa-home-hero .aa-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.88rem 1.4rem;
	border-radius: 8px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.aa-home-hero .aa-btn--primary {
	background: #3b6dff;
	border: 1px solid #3b6dff;
	color: #fff !important;
}

body.aa-home-hero .aa-btn--primary:hover {
	background: #2f5cf0;
	transform: translateY(-1px);
}

body.aa-home-hero .aa-btn--ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff !important;
}

body.aa-home-hero .aa-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
}

body.aa-home-hero .aa-header-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 1.6rem;
	z-index: 2;
	width: 38px;
	height: 38px;
	margin-left: -19px;
	border: 1.5px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}

body.aa-home-hero .aa-header-hero__scroll::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	width: 10px;
	height: 10px;
	border-right: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
	transform: rotate(45deg);
}

/* Kill leftover slider gap: Impreza adds padding-top: var(--header-height) ≈ 100vh */
body.aa-home-hero.header_hor .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h,
body.aa-home-hero .l-main > .l-section:first-of-type > .l-section-h {
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
}

body.aa-home-hero #rev_slider_8_1_wrapper,
body.aa-home-hero #rev_slider_8_1,
body.aa-home-hero .rs-p-wp-fix {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.aa-home-hero .l-main > .l-section:first-of-type {
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: auto !important;
}

body.aa-home-hero .l-section.us_custom_57d9f1b0 {
	display: none !important;
}

body.aa-home-hero .aa-about {
	background: #f4f6fb;
	padding: 2.25rem 4% 2.5rem;
	font-family: var(--aa-font);
	font-stretch: normal;
}

body.aa-home-hero .aa-about p,
body.aa-home-hero .aa-about h2,
body.aa-home-hero .aa-about a,
body.aa-home-hero .aa-about div {
	font-family: var(--aa-font) !important;
}

body.aa-home-hero .aa-about__card {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(480px, 1.45fr) minmax(0, 1fr);
	gap: 3.25rem;
	align-items: start;
	background: #fff;
	border-radius: 18px;
	padding: 1.5rem;
	box-shadow: 0 12px 32px rgba(24, 36, 80, 0.07);
}

body.aa-home-hero .aa-about__photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	min-height: 500px;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}

body.aa-home-hero .aa-about__photo {
	width: 100%;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
	object-position: center top;
	display: block;
}

body.aa-home-hero .aa-about__heading {
	margin: 0 0 0.55rem;
	color: #1b2554;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.3;
}

body.aa-home-hero .aa-about__kicker {
	margin: 0 0 0.85rem;
	color: #3b6dff;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.4;
}

body.aa-home-hero .aa-about__text p {
	margin: 0 0 0.7rem;
	color: #4d5363;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.65;
}

body.aa-home-hero .aa-about__btn {
	display: inline-flex;
	align-items: center;
	margin-top: 0.25rem;
	padding: 0.65rem 1.1rem;
	border-radius: 6px;
	background: #3b6dff;
	color: #fff !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none !important;
}

body.aa-home-hero .aa-about__btn:hover {
	background: #2f5cf0;
	color: #fff !important;
}

@media (max-width: 980px) {
	body.aa-home-hero .aa-about__card {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		padding: 1rem;
	}

	body.aa-home-hero .aa-about__photos,
	body.aa-home-hero .aa-about__photo {
		min-height: 280px;
	}
}

body.aa-home-hero .aa-social-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.35rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding: 0 1.25rem;
	background: transparent;
	border: 0;
}

body.aa-home-hero .aa-social-bar__link {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.aa-home-hero .aa-social-bar__link:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

body.aa-home-hero .aa-social-bar__link img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	display: block;
}

@media (max-width: 1100px) {
	body.aa-home-hero .aa-nav__menu {
		gap: 0.85rem;
	}

	body.aa-home-hero .aa-nav__wordmark small {
		display: none;
	}

	body.aa-home-hero .aa-nav__brand {
		min-width: 0;
	}
}

@media (max-width: 960px) {
	body.aa-home-hero .aa-nav__toggle {
		display: flex;
	}

	body.aa-home-hero .aa-nav__menu,
	body.aa-home-hero .aa-nav__actions {
		display: none;
	}

	body.aa-home-hero .aa-nav.is-open .aa-nav__menu,
	body.aa-home-hero .aa-nav.is-open .aa-nav__actions {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		padding: 1rem 1.25rem 1.25rem;
		background: rgba(7, 11, 22, 0.96);
	}

	body.aa-home-hero .aa-nav.is-open .aa-nav__actions {
		top: auto;
		position: relative;
		padding-top: 0;
	}

	body.aa-home-hero .aa-nav.is-open .aa-nav__menu {
		align-items: stretch;
	}

	body.aa-home-hero .aa-nav__sub {
		position: static;
		display: block;
		box-shadow: none;
		background: transparent;
		padding-left: 0.6rem;
	}

	body.aa-home-hero .aa-header-hero__content {
		padding: 7.2rem 1.25rem 4.5rem;
		min-height: 100vh;
	}

	body.aa-home-hero .aa-header-hero__line {
		white-space: normal;
	}
}

@media (max-width: 782px) {
	body.aa-home-hero.admin-bar .aa-nav {
		top: 46px;
	}
}
