.brandonic-ecom-page {
	--accent: #c8ff00;
	--ecom-bg: #040506;
	--ecom-bg-opacity: 1;
	--ecom-media-height: min(68vh, 680px);
	--ecom-media-width: min(28vw, 460px);
	--ecom-title-shift: 0px;
	--ecom-muted: rgba(247, 247, 242, 0.68);
	background: var(--ecom-bg);
	color: #f7f7f2;
	font-family: var(--font-body);
	overflow-x: hidden;
}

.brandonic-ecom-page :where(h1, h2, p) {
	margin: 0;
}

.ecom-eyebrow {
	align-items: center;
	color: var(--accent);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 800;
	gap: 12px;
	letter-spacing: 0.26em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ecom-eyebrow span {
	background: var(--accent);
	border-radius: 999px;
	box-shadow: 0 0 22px rgba(200, 255, 0, 0.48);
	display: block;
	height: 10px;
	width: 10px;
}

.ecom-eyebrow--dark {
	color: var(--accent);
}

.ecom-expand-hero {
	background: #050505;
	height: 260svh;
	overflow: visible;
	position: relative;
}

.ecom-expand-hero__sticky {
	background: #050505;
	height: 100svh;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.ecom-expand-hero.is-fixed .ecom-expand-hero__sticky {
	position: fixed;
	top: 0;
}

.ecom-expand-hero.is-after .ecom-expand-hero__sticky {
	bottom: 0;
	position: absolute;
	top: auto;
}

.ecom-expand-hero__bg-image,
.ecom-expand-hero__shade {
	inset: 0;
	position: absolute;
}

.ecom-expand-hero__bg-image {
	filter: none !important;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: var(--ecom-bg-opacity, 1) !important;
	transform: translateZ(0);
	transition: opacity 0.08s linear;
	width: 100%;
	-webkit-filter: none !important;
	z-index: 0;
}

.ecom-expand-hero__shade {
	display: none;
	pointer-events: none;
	z-index: 1;
}

.ecom-expand-hero__meta {
	align-items: flex-end;
	bottom: clamp(42px, 6vh, 72px);
	display: grid;
	gap: 14px;
	left: 6vw;
	max-width: min(540px, 38vw);
	position: absolute;
	transform: translateY(calc(var(--ecom-progress, 0) * 28px));
	z-index: 5;
}

.ecom-expand-hero__meta p:not(.ecom-eyebrow) {
	color: rgba(247, 247, 242, 0.84);
	font-size: clamp(15px, 1.08vw, 18px);
	line-height: 1.7;
	max-width: 560px;
}

.ecom-expand-hero__title {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(48px, 7.4vw, 132px);
	font-weight: 600;
	inset: 0;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-wrap: balance;
	top: calc(50% - 1vh);
	transform: translateY(-50%);
	z-index: 7;
}

.ecom-expand-hero__media-shell {
	background:
		linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
		url("https://brandonic.ae/wp-content/uploads/2026/07/Brandonic-E-commerce-development-background-image.webp") center / cover;
	border-radius: calc(28px - (var(--ecom-progress, 0) * 28px));
	box-shadow:
		0 42px 130px rgba(0, 0, 0, 0.42),
		0 0 70px rgba(200, 255, 0, 0.1);
	height: var(--ecom-media-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transform-origin: center center;
	width: var(--ecom-media-width);
	z-index: 6;
	animation: ecomMediaSettle 1.55s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.ecom-expand-hero__media-video {
	display: block;
	filter: none !important;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	transform: translateZ(0);
	transition: opacity 0.35s ease;
	width: 100%;
	-webkit-filter: none !important;
}

.ecom-expand-hero__media-shell.is-video-ready .ecom-expand-hero__media-video {
	opacity: 1;
}

@keyframes ecomMediaSettle {
	from {
		transform: translate3d(calc(-50% + 24vw), -50%, 0);
	}

	to {
		transform: translate3d(-50%, -50%, 0);
	}
}

.ecom-expand-hero__title-line {
	display: block;
	text-shadow: 0 10px 40px rgba(0, 0, 0, 0.48);
	transform: translate3d(0, 0, 0);
	transition: transform 0.05s linear;
	white-space: nowrap;
}

.ecom-expand-hero__title-line--left {
	transform: translate3d(calc(var(--ecom-title-shift, 0px) * -1), 0, 0);
}

.ecom-expand-hero__title-line--right {
	transform: translate3d(var(--ecom-title-shift, 0px), 0, 0);
}

.ecom-expand-hero__media-caption {
	align-items: center;
	background: rgba(5, 5, 5, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	bottom: 22px;
	color: #f7f7f2;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 800;
	gap: 12px;
	left: 50%;
	letter-spacing: 0.12em;
	padding: 13px 18px;
	position: absolute;
	text-transform: uppercase;
	transform: translateX(-50%);
	transition: opacity 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.ecom-expand-hero__media-caption i {
	background: var(--accent);
	border-radius: 999px;
	display: block;
	height: 6px;
	width: 42px;
}

.ecom-expand-hero[style] .ecom-expand-hero__media-caption {
	opacity: calc(1 - (var(--ecom-progress, 0) * 2.4));
	transform: translateX(-50%) translateY(calc(var(--ecom-progress, 0) * 18px));
}

.ecom-cloud-copy {
	background: #000;
	color: #f7f7f2;
	min-height: 100svh;
	overflow: hidden;
	position: relative;
}

.ecom-cloud-copy__neural {
	background: #000;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.ecom-cloud-copy__neural::after {
	background:
		radial-gradient(circle at 18% 24%, rgba(200, 255, 0, 0.14), transparent 34%),
		radial-gradient(circle at 80% 78%, rgba(97, 220, 163, 0.12), transparent 32%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 42%, rgba(0, 0, 0, 0.34));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ecom-cloud-copy__neural canvas {
	display: block;
	height: 100%;
	opacity: 1;
	width: 100%;
}

.ecom-cloud-copy__inner {
	display: grid;
	gap: clamp(26px, 4vw, 56px);
	grid-template-columns: minmax(320px, 0.85fr) minmax(360px, 1fr);
	min-height: 100svh;
	padding: clamp(96px, 10vw, 170px) 6vw;
	position: relative;
	z-index: 1;
}

.ecom-cloud-copy h2 {
	align-self: center;
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(38px, 4.1vw, 70px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.02;
	max-width: 980px;
	text-wrap: balance;
}

.ecom-cloud-copy .ecom-eyebrow {
	left: 6vw;
	position: absolute;
	top: clamp(48px, 6vw, 92px);
}

.ecom-cloud-copy__body {
	align-self: center;
	display: grid;
	gap: 26px;
	max-width: 800px;
}

.ecom-cloud-copy__body p {
	color: rgba(247, 247, 242, 0.76);
	font-size: clamp(18px, 1.55vw, 27px);
	font-weight: 500;
	line-height: 1.55;
}

.ecom-cloud-copy > *:not(.ecom-cloud-copy__neural) {
	position: relative;
	z-index: 1;
}

.ecom-build-stack {
	background: #050607;
	color: #f7f7f2;
	min-height: auto;
	overflow: hidden;
	position: relative;
}

.ecom-build-stack__inner {
	display: grid;
	gap: clamp(38px, 5vw, 84px);
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: none;
	padding: clamp(92px, 10vw, 148px) 0 clamp(110px, 12vw, 176px);
	position: relative;
	z-index: 1;
}

.ecom-build-stack__intro {
	display: grid;
	gap: 22px;
	justify-items: start;
	margin: 0;
	max-width: 1120px;
	padding: 0 6vw;
	text-align: left;
	width: 100%;
}

.ecom-build-stack__intro h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(54px, 7vw, 118px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.92;
	max-width: 820px;
	text-align: left;
}

.ecom-build-stack__intro p:not(.ecom-eyebrow) {
	color: rgba(247, 247, 242, 0.72);
	font-size: clamp(17px, 1.25vw, 22px);
	line-height: 1.55;
	max-width: 640px;
}

.ecom-split-list {
	display: grid;
	gap: clamp(28px, 3.8vw, 54px);
	margin: 0 auto;
	max-width: min(1480px, 92vw);
	width: 100%;
}

.ecom-split-panel {
	align-items: center;
	display: grid;
	gap: clamp(24px, 4vw, 68px);
	grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1fr);
	opacity: 0;
	position: relative;
	transform: translateY(26px);
	transition: opacity 0.56s ease, transform 0.56s ease;
}

.ecom-split-panel.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ecom-split-panel__image {
	aspect-ratio: 16 / 11;
	background: #050505;
	border: 1px solid rgba(247, 247, 242, 0.16);
	border-radius: 16px;
	box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
	display: flex;
	margin: 0;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
	transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.ecom-split-panel__image img {
	filter: none;
	height: 100%;
	object-position: center center;
	object-fit: cover;
	transition: transform 0.55s ease;
	width: 100%;
}

.ecom-split-panel:hover .ecom-split-panel__image,
.ecom-split-panel:focus-within .ecom-split-panel__image {
	border-color: rgba(200, 255, 0, 0.42);
	box-shadow: 0 28px 86px rgba(0, 0, 0, 0.38), 0 0 36px rgba(200, 255, 0, 0.08);
	transform: translateY(-4px);
}

.ecom-split-panel:hover .ecom-split-panel__image img,
.ecom-split-panel:focus-within .ecom-split-panel__image img {
	transform: scale(1.045);
}

.ecom-split-panel__content {
	display: grid;
	gap: 16px;
	opacity: 0;
	position: relative;
	transform: translateY(22px);
	transition: opacity 0.56s ease 0.08s, transform 0.56s ease 0.08s;
	z-index: 1;
}

.ecom-split-panel.is-visible .ecom-split-panel__content {
	opacity: 1;
	transform: translateY(0);
}

.ecom-split-panel__number {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.ecom-split-panel__content h3 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(32px, 3.8vw, 60px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	max-width: 680px;
}

.ecom-split-panel__content p {
	color: rgba(247, 247, 242, 0.76);
	font-size: clamp(16px, 1.15vw, 20px);
	line-height: 1.58;
	margin: 0;
	max-width: 640px;
}

.ecom-fire-transition {
	background: #f7f7f2;
	color: #3d3d3d;
	font-family: var(--font-body);
	min-height: 200vh;
	overflow: hidden;
	position: relative;
}

.ecom-fire-transition__stage {
	background: #f7f7f2;
	height: 100vh;
	min-height: 640px;
	position: sticky;
	top: 0;
	z-index: 3;
}

.ecom-fire-transition__overlay {
	display: block;
	height: calc(100vh + 2px);
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.ecom-fire-transition__scroll-msg {
	align-items: center;
	color: #050607;
	display: flex;
	flex-direction: column;
	font-family: var(--font-ui);
	height: 100%;
	justify-content: center;
	left: 0;
	padding-top: 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 4;
}

.ecom-fire-transition__scroll-msg > div:first-child {
	color: #3d3d3d;
	font-size: clamp(28px, 3.2vw, 64px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin-top: -12vh;
	padding-bottom: clamp(48px, 7vh, 78px);
	text-transform: uppercase;
}

.ecom-fire-transition__scroll-msg > div:nth-child(2) {
	color: #3d3d3d;
	font-size: clamp(18px, 1.4vw, 28px);
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.ecom-fire-transition__arrow {
	animation: ecomFireArrowFloat 1s infinite;
	color: #3d3d3d;
	font-size: 28px;
	font-weight: 700;
	text-shadow: none;
}

.ecom-fire-transition__page {
	align-items: center;
	background: #f7f7f2;
	display: flex;
	flex-direction: column;
	margin-top: -2px;
	min-height: auto;
	opacity: 0;
	padding: clamp(20px, 3vw, 44px) 0 clamp(56px, 7vw, 96px);
	position: relative;
	z-index: 1;
}

.ecom-fire-transition__header {
	display: none;
}

.ecom-fire-transition__content {
	color: #3d3d3d;
	font-family: var(--font-body);
	font-size: clamp(18px, 1.25vw, 22px);
	line-height: 1.7;
	max-width: 840px;
	padding: 10px;
	width: min(840px, 86vw);
}

.ecom-fire-transition__content p {
	margin: 0 0 1.4em;
}

.ecom-fire-transition__content ul {
	display: grid;
	gap: 0.7em;
	margin: 0;
	padding-left: 1.2em;
}

.ecom-fire-transition__content li::marker {
	color: #c8ff00;
}

.ecom-fire-transition__content ::selection {
	background: #f7c02d;
}

.ecom-fire-transition__last-line {
	padding-top: 1em;
	text-align: right;
}

.ecom-fire-transition__last-line a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	text-decoration-color: rgba(200, 255, 0, 0.72);
	text-underline-offset: 0.2em;
}

.process-reveal-group {
	background: #ffffff;
	color: #050505;
	overflow: clip;
	position: relative;
	width: 100%;
}

.aurora-container {
	height: 100%;
	width: 100%;
}

.process-aurora-canvas {
	height: 100%;
	inset: 0;
	opacity: 0.72;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.process-reveal-section {
	align-items: center;
	background: transparent;
	box-sizing: border-box;
	color: #050505;
	display: grid;
	justify-items: stretch;
	min-height: 0;
	overflow: visible;
	padding: 0 clamp(68px, 8vw, 148px) 0 clamp(20px, 5vw, 92px);
	place-content: center stretch;
	position: relative;
	width: 100%;
	z-index: 1;
}

.process-reveal-section:not(.process-reveal-section--heading) {
	border-top: 1px solid rgba(5, 5, 5, 0.14);
	min-height: clamp(98px, 8vw, 132px);
	padding-bottom: clamp(16px, 1.7vw, 28px);
	padding-top: clamp(16px, 1.7vw, 28px);
}

.process-reveal-section:last-child {
	border-bottom: 1px solid rgba(5, 5, 5, 0.14);
}

.process-reveal-section--heading {
	color: #050505;
	min-height: 18svh;
	padding-block: clamp(42px, 5vw, 76px);
}

.process-reveal-section h2,
.process-reveal-section p {
	margin: 0;
}

.process-reveal-section h2 {
	font-family: var(--font-display);
	font-size: clamp(38px, 6vw, 84px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 0.94;
	text-align: center;
	white-space: nowrap;
}

.process-reveal-section p {
	box-sizing: border-box;
	font-family: var(--font-display);
	font-size: clamp(28px, 3.6vw, 56px);
	font-weight: 520;
	letter-spacing: 0.02em;
	line-height: 1.12;
	max-width: none;
	min-width: 0;
	overflow-wrap: normal;
	text-align: center;
	text-transform: uppercase;
	text-wrap: pretty;
	width: 100%;
}

.reveal-type .reveal-char {
	color: var(--reveal-bg, #c8ff00);
	display: inline-block;
	text-shadow: 0 1px 16px rgba(255, 255, 255, 0.22);
	transition: color 0.15s linear;
}

.reveal-type .reveal-word {
	display: inline-block;
	white-space: nowrap;
}

.reveal-type .reveal-space {
	display: inline;
}

.ecom-faq-section {
	background: #050505;
	color: #f7f7f2;
	padding: clamp(82px, 10vw, 150px) clamp(20px, 5vw, 88px);
	position: relative;
}

.ecom-faq-section__inner {
	margin: 0 auto;
	max-width: 1180px;
}

.ecom-faq-section h2 {
	color: #f7f7f2;
	font-family: var(--font-display);
	font-size: clamp(38px, 5vw, 78px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 clamp(34px, 5vw, 64px);
}

.ecom-faq-section h2 span,
.ecom-ripple-cta h2 span {
	display: block;
}

.ecom-compare-section {
	align-items: center;
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		radial-gradient(circle at 78% 38%, rgba(200, 255, 0, 0.14), transparent 32%),
		#050505;
	background-size: 86px 86px, 86px 86px, auto, auto;
	color: #ffffff;
	display: grid;
	gap: clamp(36px, 5vw, 86px);
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
	padding: clamp(82px, 10vw, 150px) clamp(20px, 5vw, 88px);
	position: relative;
}

.ecom-compare-section__copy {
	display: grid;
	gap: clamp(18px, 2.4vw, 30px);
	max-width: 580px;
	position: relative;
	z-index: 1;
}

.ecom-compare-section h2 {
	color: #ffffff;
	font-family: var(--font-display);
	font-size: clamp(38px, 4.8vw, 78px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	text-wrap: balance;
}

.ecom-compare-section__copy p:not(.ecom-eyebrow) {
	color: rgba(247, 247, 242, 0.82);
	font-family: var(--font-body);
	font-size: clamp(16px, 1.2vw, 20px);
	line-height: 1.72;
	margin: 0;
}

.ecom-comparison-stage {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.006));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 34px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 34px 120px rgba(0, 0, 0, 0.52);
	margin-inline: auto;
	padding: clamp(16px, 2vw, 24px);
	position: relative;
	width: min(100%, 920px);
}

.ecom-comparison-stage::before {
	background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 54%);
	border-radius: inherit;
	content: "";
	filter: blur(18px);
	inset: 8px;
	opacity: 0.6;
	pointer-events: none;
	position: absolute;
}

.ecom-comparison-slider {
	--compare-position: 52%;
	--compare-nudge: 0px;
	aspect-ratio: 16 / 11;
	background: #242424;
	border: 0;
	border-radius: 24px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
	cursor: ew-resize;
	isolation: isolate;
	min-height: 420px;
	overflow: hidden;
	position: relative;
	touch-action: none;
	width: 100%;
}

.ecom-comparison-slider:not(.is-dragging):not(.has-interacted) .ecom-comparison-slider__handle {
	animation: ecomCompareHandleCue 3.4s ease-in-out infinite;
}

.ecom-comparison-slider__image,
.ecom-comparison-slider__after {
	inset: 0;
	position: absolute;
}

.ecom-comparison-slider__image {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.ecom-comparison-slider__image--before {
	background: #242424;
	filter: grayscale(1) brightness(0.9) contrast(0.96);
}

.ecom-comparison-slider__after {
	clip-path: inset(0 0 0 var(--compare-position));
	z-index: 2;
}

.ecom-comparison-slider__after {
	background: #ffffff;
}

.ecom-comparison-slider__handle {
	align-items: center;
	background: #ffffff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
	color: #050505;
	cursor: ew-resize;
	display: inline-flex;
	height: 66px;
	justify-content: center;
	left: var(--compare-position);
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(calc(-50% + var(--compare-nudge)), -50%);
	width: 66px;
	z-index: 5;
}

.ecom-comparison-slider__handle::before {
	background: #ffffff;
	content: "";
	height: 200vh;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	z-index: -1;
}

.ecom-comparison-slider__handle span {
	background-image: radial-gradient(currentColor 2px, transparent 2.4px);
	background-position: 0 0, 8px 0;
	background-size: 8px 8px;
	display: block;
	height: 28px;
	opacity: 0.95;
	width: 16px;
}

.ecom-comparison-slider__handle span::after {
	content: none;
}

.ecom-ripple-cta h2 span {
	white-space: nowrap;
}

@keyframes ecomCompareHandleCue {
	0%,
	100% {
		transform: translate(-50%, -50%);
	}

	38% {
		transform: translate(calc(-50% - 10px), -50%);
	}

	72% {
		transform: translate(calc(-50% + 10px), -50%);
	}
}

.ecom-faq-list {
	display: grid;
	gap: 14px;
}

.ecom-faq-item {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(200, 255, 0, 0.22);
	border-radius: 28px;
	overflow: hidden;
	transition: border-color 0.22s ease, background 0.22s ease;
}

.ecom-faq-item[open] {
	background:
		radial-gradient(circle at 88% 18%, rgba(200, 255, 0, 0.14), transparent 32%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
		rgba(255, 255, 255, 0.05);
	border-color: rgba(200, 255, 0, 0.46);
	border-radius: 28px;
}

.ecom-faq-item summary {
	align-items: center;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-family: var(--font-ui);
	font-size: clamp(17px, 1.45vw, 22px);
	font-weight: 500;
	gap: 18px;
	justify-content: space-between;
	line-height: 1.25;
	list-style: none;
	min-height: 64px;
	padding: 18px clamp(22px, 4vw, 40px);
}

.ecom-faq-item summary::-webkit-details-marker {
	display: none;
}

.ecom-faq-item summary::after {
	align-items: center;
	background: #c8ff00;
	border-radius: 999px;
	color: #050505;
	content: "+";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 28px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	width: 38px;
}

.ecom-faq-item[open] summary::after {
	content: "-";
}

.ecom-faq-item p {
	color: rgba(247, 247, 242, 0.74);
	font-family: var(--font-body);
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 1.7;
	margin: -4px 0 0;
	max-width: 940px;
	padding: 0 clamp(22px, 4vw, 40px) 28px;
}

.ecom-ripple-cta {
	background: #050505;
	color: #ffffff;
	min-height: 72svh;
	overflow: hidden;
	position: relative;
}

.ripple-grid-container {
	height: 100%;
	inset: 0;
	pointer-events: auto;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.ecom-ripple-cta__inner {
	align-content: center;
	display: grid;
	justify-items: center;
	margin: 0 auto;
	min-height: 72svh;
	padding: clamp(72px, 10vw, 150px) clamp(22px, 7vw, 120px);
	position: relative;
	text-align: center;
	z-index: 1;
}

.ecom-ripple-cta h2 {
	color: #ffffff;
	font-family: var(--font-display);
	font-size: clamp(38px, 5vw, 82px);
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	max-width: 840px;
	text-wrap: balance;
}

.ecom-ripple-cta__button {
	align-items: center;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: clamp(15px, 1.2vw, 18px);
	font-weight: 700;
	gap: 12px;
	justify-content: center;
	margin-top: clamp(28px, 4vw, 48px);
	min-height: 58px;
	padding: 16px 28px;
	text-decoration: none;
	text-transform: none;
	transition: border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.ecom-ripple-cta__button:hover,
.ecom-ripple-cta__button:focus-visible {
	border-color: #c8ff00;
	color: #c8ff00;
}

.ecom-ripple-cta__button span {
	font-size: 1.2em;
}

@keyframes ecomFireArrowFloat {
	0% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}

	60% {
		animation-timing-function: ease-in-out;
		transform: translateY(50%);
	}

	100% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}
}

@media (max-width: 900px) {
	.ecom-compare-section {
		grid-template-columns: 1fr;
	}

	.ecom-compare-section__copy {
		max-width: 720px;
	}

	.ecom-comparison-stage {
		width: min(100%, 760px);
	}

	.ecom-expand-hero {
		--ecom-media-height: min(62vh, 540px);
		--ecom-media-width: min(48vw, 360px);
		height: 250svh;
	}

	.ecom-expand-hero__meta {
		bottom: 24px;
		left: 24px;
		max-width: calc(100vw - 48px);
	}

	.ecom-expand-hero__title {
		font-size: clamp(40px, 10vw, 82px);
	}

	.ecom-cloud-copy__inner {
		grid-template-columns: 1fr;
		padding: 120px 24px 84px;
	}

	.ecom-cloud-copy h2 {
		font-size: clamp(34px, 7vw, 56px);
		max-width: 760px;
	}

	.ecom-cloud-copy__body p {
		font-size: 18px;
	}

	.ecom-build-stack {
		min-height: auto;
	}

	.ecom-build-stack__inner {
		padding: 92px 0 110px;
	}

	.ecom-build-stack__intro {
		max-width: 760px;
		padding: 0 24px;
	}

	.ecom-build-stack__intro h2 {
		font-size: clamp(48px, 12vw, 82px);
		max-width: 680px;
	}

	.ecom-split-list {
		max-width: calc(100vw - 48px);
	}

	.ecom-split-panel {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.ecom-split-panel__image {
		aspect-ratio: 16 / 10;
	}

	.ecom-split-panel__content h3 {
		font-size: clamp(32px, 7vw, 54px);
	}

	.ecom-fire-transition__header,
	.ecom-fire-transition__content {
		width: calc(100vw - 48px);
	}
}

@media (max-width: 600px) {
	.process-reveal-section {
		padding: 0 24px;
	}

	.process-reveal-section:not(.process-reveal-section--heading) {
		min-height: 82px;
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.process-reveal-section--heading {
		min-height: 20svh;
		padding-block: 34px;
	}

	.process-reveal-section h2 {
		font-size: clamp(30px, 8.5vw, 44px);
	}

	.process-reveal-section p {
		font-size: clamp(18px, 5.4vw, 26px);
		line-height: 1.18;
		text-wrap: pretty;
	}

	.ecom-ripple-cta h2 {
		font-size: clamp(34px, 9.6vw, 48px);
	}

	.ecom-compare-section {
		gap: 28px;
		padding: 78px 20px;
	}

	.ecom-compare-section h2 {
		font-size: clamp(34px, 9.4vw, 46px);
	}

	.ecom-comparison-slider {
		aspect-ratio: 4 / 3.8;
		border-radius: 18px;
		min-height: 360px;
	}

	.ecom-comparison-slider__label {
		font-size: 10px;
		padding: 8px 11px;
		top: 14px;
	}

	.ecom-comparison-slider__label--before {
		left: 14px;
	}

	.ecom-comparison-slider__label--after {
		right: 14px;
	}

	.ecom-comparison-slider__handle {
		height: 54px;
		width: 54px;
	}

	.ecom-comparison-slider__handle span {
		height: 24px;
		width: 16px;
	}

	.ecom-expand-hero {
		--ecom-media-height: min(58vh, 520px);
		--ecom-media-width: min(58vw, 300px);
		height: 240svh;
	}

	.ecom-expand-hero__meta {
		gap: 16px;
	}

	.ecom-eyebrow {
		font-size: 10px;
		letter-spacing: 0.2em;
	}

	.ecom-expand-hero__meta p:not(.ecom-eyebrow) {
		font-size: 15px;
		line-height: 1.62;
	}

	.ecom-expand-hero__title {
		font-size: clamp(34px, 11vw, 54px);
		line-height: 1;
	}

	.ecom-expand-hero__title-line {
		white-space: nowrap;
	}

	.ecom-expand-hero__media-shell {
		border-radius: calc(22px - (var(--ecom-progress, 0) * 22px));
	}

	.ecom-expand-hero__media-caption {
		bottom: 14px;
		font-size: 10px;
		padding: 11px 14px;
	}

	.ecom-cloud-copy__inner {
		padding: 108px 20px 72px;
	}

	.ecom-cloud-copy h2 {
		font-size: clamp(30px, 8.5vw, 42px);
		line-height: 1.04;
	}

	.ecom-cloud-copy .ecom-eyebrow {
		left: 20px;
		top: 48px;
	}

	.ecom-cloud-copy__body {
		gap: 20px;
	}

	.ecom-build-stack__inner {
		padding: 78px 0 88px;
	}

	.ecom-build-stack__intro {
		gap: 18px;
		padding: 0 18px;
	}

	.ecom-build-stack__intro h2 {
		font-size: clamp(42px, 16vw, 64px);
		line-height: 0.96;
	}

	.ecom-build-stack__intro p:not(.ecom-eyebrow) {
		font-size: 16px;
	}

	.ecom-split-list {
		gap: 36px;
		max-width: calc(100vw - 28px);
	}

	.ecom-split-panel {
		gap: 18px;
	}

	.ecom-split-panel__image {
		aspect-ratio: 4 / 3;
		border-radius: 14px;
	}

	.ecom-split-panel__content h3 {
		font-size: clamp(30px, 9vw, 46px);
		line-height: 1;
	}

	.ecom-split-panel__content p {
		font-size: 15px;
	}

	.ecom-fire-transition__header,
	.ecom-fire-transition__content {
		width: calc(100vw - 36px);
	}

	.ecom-fire-transition__content {
		font-size: 16px;
	}

	@keyframes ecomMediaSettle {
		from {
			transform: translate3d(calc(-50% + 18vw), -50%, 0);
		}

		to {
			transform: translate3d(-50%, -50%, 0);
		}
	}
}

@media (prefers-reduced-motion: reduce) {
	.ecom-expand-hero {
		height: auto;
		min-height: 100svh;
	}

	.ecom-expand-hero__sticky {
		min-height: 100svh;
		position: relative;
	}

	.ecom-expand-hero__media-shell,
	.ecom-expand-hero__meta,
	.ecom-expand-hero__bg-image,
	.ecom-expand-hero__title-line,
	.ecom-split-panel,
	.ecom-split-panel__content,
	.ecom-split-panel__image,
	.ecom-split-panel__image img,
	.ecom-fire-transition__arrow {
		animation: none;
		transform: none;
	}

	.ecom-fire-transition,
	.ecom-fire-transition__page {
		min-height: auto;
	}

	.ecom-fire-transition__stage,
	.ecom-fire-transition__overlay,
	.ecom-fire-transition__scroll-msg {
		display: none;
	}

	.ecom-fire-transition__page {
		margin-top: 0;
		opacity: 1;
		padding: 72px 0;
	}

	.ecom-fire-transition__header {
		height: auto;
		margin-top: 0;
	}
}
