:root {
	--qae-black: #080808;
	--qae-ink: #111111;
	--qae-paper: #f0eee8;
	--qae-white: #ffffff;
	--qae-accent: #ff5a36;
	--qae-line: rgba(255, 255, 255, 0.25);
}

body.noir-qae-showcase-page {
	background: var(--qae-black);
}

body.noir-qae-showcase-page footer,
body.noir-qae-showcase-page #footer,
body.noir-qae-showcase-page .ms-footer,
body.noir-qae-showcase-page .footer_top_holder,
body.noir-qae-showcase-page .footer_bottom_holder {
	display: none !important;
}

body.noir-qae-showcase-page .content,
body.noir-qae-showcase-page .content_inner,
body.noir-qae-showcase-page .container,
body.noir-qae-showcase-page .container_inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.qae-showcase,
.qae-showcase * {
	box-sizing: border-box;
}

.qae-showcase {
	position: relative;
	width: 100%;
	overflow: clip;
	background: var(--qae-black);
	color: var(--qae-white);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
}

.qae-showcase a {
	color: inherit;
	text-decoration: none;
}

.qae-showcase h1,
.qae-showcase h2,
.qae-showcase h3,
.qae-showcase p {
	margin-top: 0;
}

.qae-hero {
	position: relative;
	display: flex;
	min-height: min(920px, calc(100svh - 82px));
	align-items: flex-end;
	padding: clamp(28px, 5vw, 80px);
	isolation: isolate;
}

.qae-hero__media {
	position: absolute;
	inset: 0;
	margin: 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
}

.qae-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.qae-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 15%, rgba(0, 0, 0, 0.85) 100%);
}

.qae-hero__content {
	position: relative;
	z-index: 2;
	width: min(1050px, 88%);
}

.qae-kicker,
.qae-eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.qae-hero h1 {
	max-width: 1100px;
	margin: 0;
	color: var(--qae-white);
	font-size: clamp(68px, 12.5vw, 190px);
	font-weight: 700;
	letter-spacing: -0.075em;
	line-height: 0.78;
	text-transform: uppercase;
}

.qae-hero__statement {
	max-width: 700px;
	margin: 0 0 32px !important;
	padding-top: clamp(26px, 3vw, 44px);
	font-size: clamp(18px, 2vw, 32px);
	font-weight: 500;
}

.qae-hero__meta {
	position: absolute;
	right: clamp(24px, 4vw, 64px);
	bottom: clamp(28px, 5vw, 80px);
	z-index: 2;
	display: grid;
	gap: 16px;
	font-size: 10px;
	letter-spacing: 0.12em;
}

.qae-hero__meta strong {
	font-size: 14px;
	letter-spacing: 0;
}

.qae-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border: 1px solid currentColor;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.qae-button--light {
	background: var(--qae-white);
	color: var(--qae-black) !important;
}

.qae-button:hover,
.qae-button:focus-visible {
	background: var(--qae-accent);
	border-color: var(--qae-accent);
	color: var(--qae-black) !important;
}

.qae-media-placeholder {
	position: relative;
	display: flex;
	min-height: 420px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	overflow: hidden;
	border: 1px dashed rgba(255, 255, 255, 0.55);
	background:
		linear-gradient(135deg, transparent 49.8%, rgba(255, 255, 255, 0.12) 50%, transparent 50.2%),
		linear-gradient(45deg, transparent 49.8%, rgba(255, 255, 255, 0.12) 50%, transparent 50.2%),
		radial-gradient(circle at 50% 40%, #353535, #111 70%);
	color: rgba(255, 255, 255, 0.92);
	text-align: center;
}

.qae-media-asset {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #0b0b0b;
}

.qae-media-asset img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qae-hero .qae-hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-width: none;
	border: 0;
	border-radius: 0;
}

.qae-placeholder__index {
	position: absolute;
	top: 18px;
	left: 18px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.qae-placeholder__title {
	position: relative;
	z-index: 1;
	font-size: clamp(20px, 2.5vw, 38px);
	font-weight: 700;
	letter-spacing: -0.035em;
}

.qae-placeholder__help {
	position: relative;
	z-index: 1;
	font-size: 12px;
	opacity: 0.7;
}

.qae-rail {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 58px;
	padding: 0 clamp(18px, 3vw, 48px);
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background: rgba(8, 8, 8, 0.94);
	backdrop-filter: blur(12px);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.admin-bar .qae-rail {
	top: 32px;
}

.qae-rail__brand {
	text-transform: uppercase;
}

.qae-rail__links {
	display: flex;
	gap: 28px;
}

.qae-rail__buy {
	justify-self: end;
	padding: 10px 18px;
	background: var(--qae-accent);
	color: var(--qae-black) !important;
}

.qae-section {
	position: relative;
	padding: clamp(48px, 6vw, 90px) clamp(24px, 6vw, 92px);
}

.qae-section__number {
	position: absolute;
	top: 28px;
	left: clamp(24px, 6vw, 92px);
	font-size: 11px;
	letter-spacing: 0.16em;
	opacity: 0.6;
}

.qae-story {
	display: grid;
	grid-template-columns: minmax(0, 2.5fr) minmax(220px, 1fr);
	gap: clamp(50px, 9vw, 150px);
	background: var(--qae-paper);
	color: var(--qae-ink);
}

.qae-story h2,
.qae-section__header h2,
.qae-video-section h2,
.qae-design h2,
.qae-buy-section h2 {
	margin-bottom: 28px;
	color: inherit;
	font-size: clamp(46px, 7vw, 112px);
	font-weight: 700;
	letter-spacing: -0.065em;
	line-height: 0.9;
	text-transform: uppercase;
}

.qae-story h2 {
	word-spacing: 0.055em;
}

.qae-section__header h2 > span,
.qae-design h2 > span {
	display: block;
}

.qae-story__copy > p:last-child,
.qae-design__copy > p,
.qae-video-section__copy > p:last-child {
	max-width: 760px;
	font-size: clamp(18px, 2vw, 30px);
	line-height: 1.35;
}

.qae-story__aside {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	padding-left: 28px;
	font-size: 14px;
	line-height: 1.5;
}

.qae-story__principle {
	display: grid;
	grid-template-columns: 28px 1fr;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.qae-story__principle:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.qae-story__principle span,
.qae-story__principle small {
	font-size: 10px;
	letter-spacing: 0.12em;
}

.qae-story__principle span {
	grid-row: 1 / 3;
	opacity: 0.55;
}

.qae-story__principle strong {
	font-size: clamp(17px, 1.55vw, 24px);
	line-height: 1.1;
}

.qae-story__principle small {
	margin-top: 6px;
	opacity: 0.58;
}

.qae-wide-media {
	padding: clamp(18px, 3vw, 46px);
	background: var(--qae-black);
}

.qae-media-asset--wide img {
	height: auto;
	object-fit: contain;
}

.qae-media-placeholder--wide {
	min-height: min(760px, 78vw);
}

.qae-features {
	background: #151515;
}

.qae-section__header {
	max-width: 1100px;
	margin-bottom: clamp(32px, 4vw, 60px);
}

.qae-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--qae-line);
}

.qae-feature-card {
	padding: clamp(14px, 2vw, 28px);
	background: #151515;
}

.qae-feature-card .qae-media-placeholder {
	min-height: 360px;
	margin-bottom: 26px;
}

.qae-feature-card .qae-feature-media {
	width: 100%;
	margin-bottom: 26px;
	aspect-ratio: 1 / 1;
}

.qae-feature-card .qae-feature-media img {
	object-fit: cover;
}

.qae-feature-card__number {
	font-size: 10px;
	letter-spacing: 0.16em;
	opacity: 0.6;
}

.qae-feature-card h3 {
	margin-bottom: 12px;
	color: var(--qae-white);
	font-size: clamp(24px, 2.6vw, 42px);
	letter-spacing: -0.04em;
}

.qae-feature-card > p:last-child {
	font-size: 15px;
	line-height: 1.5;
	opacity: 0.75;
}

.qae-features__summary {
	max-width: 820px;
	margin-top: clamp(30px, 3.5vw, 46px);
	padding-top: 28px;
	border-top: 1px solid var(--qae-line);
	font-size: 15px;
	line-height: 1.5;
	opacity: 0.75;
}

.qae-features__summary p {
	margin: 0 !important;
}

.qae-features__summary p + p {
	margin-top: 18px !important;
}

.qae-video-section {
	padding: clamp(48px, 6vw, 90px) clamp(24px, 6vw, 92px);
	background: var(--qae-accent);
	color: var(--qae-black);
}

.qae-video-section__copy {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	column-gap: clamp(30px, 8vw, 130px);
	row-gap: clamp(16px, 3vw, 48px);
	align-items: end;
	margin-bottom: 30px;
}

.qae-video-section__copy .qae-eyebrow {
	grid-column: 1 / -1;
}

.qae-media-placeholder--video {
	min-height: auto;
	aspect-ratio: 16 / 9;
	border-color: rgba(0, 0, 0, 0.55);
	background:
		linear-gradient(135deg, transparent 49.8%, rgba(255, 255, 255, 0.12) 50%, transparent 50.2%),
		linear-gradient(45deg, transparent 49.8%, rgba(255, 255, 255, 0.12) 50%, transparent 50.2%),
		#171717;
}

.qae-video-frame {
	display: block;
	width: 100%;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #050505;
}

.qae-video-frame video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #050505;
}

.qae-placeholder__play {
	display: grid;
	width: 94px;
	height: 94px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 11px;
	letter-spacing: 0.12em;
}

.qae-workflow {
	background: var(--qae-paper);
	color: var(--qae-ink);
}

.qae-workflow .qae-section__header h2 {
	font-size: clamp(32px, 4.9vw, 78px);
}

.qae-workflow__title {
	word-spacing: 0.08em;
}

.qae-workflow__title > span {
	display: block;
}

.qae-workflow__steps {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.28);
	list-style: none;
}

.qae-workflow__steps li {
	display: grid;
	grid-template-columns: 70px minmax(180px, 0.8fr) 1fr;
	gap: 24px;
	align-items: baseline;
	padding: 28px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.qae-workflow__steps span {
	font-size: 11px;
}

.qae-workflow__steps strong {
	font-size: clamp(22px, 3vw, 42px);
}

.qae-workflow__steps p {
	margin: 0;
	font-size: 17px;
}

.qae-design {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	min-height: 900px;
	background: #101010;
}

.qae-media-placeholder--portrait {
	min-height: 100%;
	border-width: 0 1px 0 0;
}

.qae-media-asset--portrait {
	display: flex;
	min-height: 100%;
	align-items: center;
	border-right: 1px solid var(--qae-line);
}

.qae-media-asset--portrait img {
	height: auto;
	object-fit: contain;
}

.qae-design__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: clamp(50px, 7vw, 110px);
	isolation: isolate;
}

.qae-design__copy::before,
.qae-design__copy::after {
	position: absolute;
	inset: 0;
	content: "";
}

.qae-design__copy::before {
	z-index: -2;
	inset: -28px;
	background: url("assets/qae-hero.png") center / cover no-repeat;
	filter: blur(18px);
	opacity: 0.68;
}

.qae-design__copy::after {
	z-index: -1;
	background: rgba(4, 4, 4, 0.7);
}

.qae-design h2 {
	font-size: clamp(24px, 3.5vw, 56px);
	word-spacing: 0.08em;
}

.qae-design__copy > .qae-design__body {
	font-size: clamp(14px, 1vw, 15px);
}

.qae-pullquote {
	margin-top: clamp(50px, 9vw, 130px);
	padding-top: 24px;
	border-top: 1px solid var(--qae-line);
	font-size: clamp(20px, 2.4vw, 36px);
	line-height: 1.25;
}

.qae-specs {
	background: #dad8d2;
	color: var(--qae-ink);
}

.qae-specs__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.qae-specs__grid > div {
	min-height: 300px;
	padding: 28px;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.qae-specs__grid h3 {
	margin-bottom: 36px;
	color: inherit;
	font-size: 13px;
	letter-spacing: 0.14em;
}

.qae-specs__grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.qae-specs__grid li {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.4;
}

.qae-legal-link {
	border-bottom: 1px solid currentColor;
}

.qae-buy-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 820px;
	background: var(--qae-black);
}

.qae-buy-section__visual {
	min-height: 100%;
	margin: 0;
	border-width: 0 1px 0 0;
}

.qae-buy-section__visual img {
	object-position: center;
}

.qae-buy-section__panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(50px, 7vw, 110px);
}

.qae-buy-section__note {
	max-width: 640px;
	font-size: 18px;
	line-height: 1.45;
}

.qae-buy-section__platform {
	margin: 0 0 18px !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.78;
}

.qae-buy-section__waitlist-copy {
	max-width: 560px;
	margin: 0 0 22px !important;
	font-size: 17px;
	line-height: 1.45;
	opacity: 0.86;
}

.qae-purchase-control {
	margin-top: 30px;
}

.qae-purchase-control .price {
	color: var(--qae-white) !important;
	font-size: 28px !important;
}

.qae-purchase-control form.cart {
	margin: 0 !important;
}

.qae-purchase-control .qae-fixed-cart .single_add_to_cart_button {
	width: 100%;
}

.qae-purchase-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	max-width: 640px;
}

.qae-purchase-control .qae-demo-button {
	display: flex;
	width: 100%;
	min-height: 56px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.65) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--qae-white) !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.qae-demo-button--prelaunch {
	cursor: pointer;
}

.qae-demo-button--prelaunch small {
	display: block;
	font-size: 9px;
	letter-spacing: 0.12em;
	opacity: 0.62;
}

.qae-demo-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.qae-demo-cart {
	display: flex;
	margin: 0 !important;
}

.qae-demo-label {
	margin: 0 0 10px !important;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.qae-waitlist-form {
	margin: 0 !important;
}

.qae-waitlist-form__label {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.75;
}

.qae-waitlist-form__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.75fr);
	gap: 12px;
}

.qae-waitlist-form__row input[type="email"] {
	width: 100%;
	min-height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
	border-radius: 0 !important;
	background: #181818 !important;
	color: var(--qae-white) !important;
	padding: 0 16px;
	font-size: 15px;
}

.qae-waitlist-form__row input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.48);
}

.qae-waitlist-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.qae-waitlist-form__privacy,
.qae-waitlist-form__message {
	margin: 12px 0 0 !important;
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: 0.03em;
	opacity: 0.68;
}

.qae-waitlist-form__privacy a {
	border-bottom: 1px solid currentColor;
}

.qae-waitlist-form__message--success {
	color: var(--qae-white);
	opacity: 0.92;
}

.qae-waitlist-form__message--error {
	color: var(--qae-accent);
	opacity: 0.92;
}

.qae-purchase-control .qae-demo-button:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.qae-demo-note {
	margin: 13px 0 0 !important;
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: 0.03em;
	opacity: 0.65;
}

.qae-purchase-control button,
.qae-purchase-control .button,
.qae-purchase-control input[type="submit"] {
	min-height: 56px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--qae-accent) !important;
	color: var(--qae-black) !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em;
}

.qae-purchase-control input[type="number"],
.qae-purchase-control input[type="text"] {
	min-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	background: #181818 !important;
	color: var(--qae-white) !important;
}

.qae-buy-section__trust {
	display: block;
	margin-top: 38px !important;
	font-size: 11px;
	letter-spacing: 0.08em;
	opacity: 0.65;
}

.qae-buy-section__disclosure {
	max-width: 640px;
	margin-top: 18px !important;
	font-size: 11px;
	line-height: 1.55;
	opacity: 0.62;
}

@media (max-width: 980px) {
	.qae-hero {
		min-height: 780px;
	}

	.qae-hero__content {
		width: 100%;
		padding-bottom: 100px;
	}

	.qae-hero__meta {
		left: clamp(24px, 5vw, 52px);
		right: auto;
		grid-template-columns: repeat(3, auto);
	}

	.qae-story,
	.qae-video-section__copy,
	.qae-design,
	.qae-buy-section {
		grid-template-columns: 1fr;
	}

	.qae-story__aside {
		min-height: 0;
	}

	.qae-feature-grid {
		grid-template-columns: 1fr;
	}

	.qae-feature-card {
		display: grid;
		grid-template-columns: 1.3fr 0.7fr;
		column-gap: 30px;
	}

	.qae-feature-card .qae-media-placeholder,
	.qae-feature-card .qae-feature-media {
		grid-row: 1 / 5;
		margin-bottom: 0;
	}

	.qae-design {
		min-height: 0;
	}

	.qae-media-placeholder--portrait,
	.qae-media-asset--portrait,
	.qae-buy-section__visual {
		min-height: 680px;
		border-right: 0;
		border-bottom: 1px solid var(--qae-line);
	}

	.qae-specs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.admin-bar .qae-rail {
		top: 46px;
	}

	.qae-hero {
		min-height: 720px;
		padding: 22px;
	}

	.qae-hero h1 {
		font-size: clamp(58px, 20vw, 96px);
	}

	.qae-hero__statement {
		font-size: 17px;
	}

	.qae-hero__meta {
		bottom: 24px;
		left: 22px;
		gap: 18px;
	}

	.qae-rail {
		grid-template-columns: 1fr auto;
		min-height: 54px;
	}

	.qae-rail__links {
		display: none;
	}

	.qae-section {
		padding: 50px 22px 42px;
	}

	.qae-section__number {
		left: 22px;
	}

	.qae-story {
		gap: 22px;
	}

	.qae-story h2,
	.qae-section__header h2,
	.qae-video-section h2,
	.qae-design h2,
	.qae-buy-section h2 {
		font-size: clamp(42px, 14vw, 68px);
	}

	.qae-workflow .qae-section__header h2 {
		font-size: clamp(30px, 9.8vw, 48px);
	}

	.qae-design h2 {
		font-size: clamp(24px, 7vw, 34px);
	}

	.qae-wide-media {
		padding: 10px;
	}

	.qae-media-placeholder--wide,
	.qae-media-placeholder--portrait,
	.qae-media-asset--portrait,
	.qae-buy-section__visual {
		min-height: 62svh;
	}

	.qae-feature-card {
		display: block;
		padding: 16px;
	}

	.qae-feature-card .qae-media-placeholder,
	.qae-feature-card .qae-feature-media {
		min-height: 380px;
		margin-bottom: 24px;
	}

	.qae-video-section,
	.qae-design__copy,
	.qae-buy-section__panel {
		padding: 44px 22px;
	}

	.qae-purchase-actions {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.qae-demo-actions {
		grid-template-columns: 1fr;
	}

	.qae-waitlist-form__row {
		grid-template-columns: 1fr;
	}

	.qae-workflow__steps li {
		grid-template-columns: 40px 1fr;
	}

	.qae-workflow__steps p {
		grid-column: 2;
	}

	.qae-specs__grid {
		grid-template-columns: 1fr;
	}

	.qae-specs__grid > div {
		min-height: 220px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.qae-showcase * {
		scroll-behavior: auto !important;
	}
}
