.ar-landing {
	--ink: #081f25;
	--ink2: #102a31;
	--orange: #ee7937;
	--orange-dark: #b84b18;
	--orange-text: #9f3d12;
	--paper: #fff;
	--canvas: #f8fafc;
	--line: #e2e8f0;
	--muted: #64748b;
	--muted-dark: #aebfc3;
	overflow: hidden;
	background: var(--canvas);
	color: #092128;
	font-family: ProximaNova, Arial, sans-serif;
}

.ar-landing * {
	box-sizing: border-box;
}

.ar-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 720px;
	padding: 86px 40px 84px;
	background:
		radial-gradient(circle at 82% 42%, rgba(238, 121, 55, .15), transparent 29%),
		radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .055), transparent 26%),
		var(--ink);
	color: #fff;
	isolation: isolate;
}

.ar-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	mask-image: linear-gradient(90deg, #000, transparent 78%);
	opacity: .28;
}

.ar-orbit {
	position: absolute;
	top: -250px;
	right: -220px;
	width: 660px;
	height: 660px;
	border: 1px solid rgba(238, 121, 55, .18);
	border-radius: 50%;
	box-shadow:
		0 0 0 92px rgba(238, 121, 55, .024),
		0 0 0 184px rgba(238, 121, 55, .015);
}

.ar-shell {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
	align-items: center;
	gap: 72px;
	width: min(1240px, 100%);
	margin: auto;
}

.ar-copy {
	position: relative;
	z-index: 2;
	animation: ar-fade .4s ease-out both;
}

.ar-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #f19a68;
}

.ar-kicker::before {
	width: 28px;
	height: 2px;
	background: var(--orange);
	content: "";
}

.ar-copy h1 {
	margin: 0 0 26px;
	font-family: Sora, ProximaNova, Arial, sans-serif;
	font-size: clamp(58px, 6.7vw, 84px);
	font-weight: 600;
	line-height: .95;
	letter-spacing: -.045em;
	color: #fff !important;
}

.ar-copy h1 span {
	display: block;
	margin-top: 12px;
	font-size: .48em;
	line-height: 1.08;
	letter-spacing: -.025em;
	color: var(--orange);
}

.ar-promise {
	margin: 0 0 18px;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -.018em;
	color: #fff;
}

.ar-lede {
	max-width: 540px;
	margin: 0 0 34px;
	font-size: 17px;
	line-height: 1.62;
	color: var(--muted-dark);
}

.ar-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.ar-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 27px;
	border-radius: 8px;
	background: var(--orange-dark);
	box-shadow: 0 18px 42px -22px rgba(0, 0, 0, .72);
	font-family: OpenSans, Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none !important;
	color: #fff !important;
	transition: background-color .18s ease, box-shadow .18s ease;
}

.ar-button:hover {
	background: #9f3d12;
	box-shadow: 0 16px 34px -20px rgba(0, 0, 0, .72);
}

.ar-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.ar-store-note {
	display: flex;
	align-items: center;
	min-height: 56px;
	max-width: none;
	padding: 8px 13px;
	border: 1px solid rgba(238, 121, 55, .42);
	border-radius: 8px;
	background: rgba(238, 121, 55, .10);
	font-size: 12px;
	line-height: 1.35;
	white-space: normal;
	text-align: left;
	color: #fff;
}

.ar-store-note strong {
	font-family: OpenSans, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: .075em;
	color: #f3a274;
}

.ar-stage {
	position: relative;
	z-index: 2;
	animation: ar-fade .5s .08s ease-out both;
}

.ar-glow {
	position: absolute;
	z-index: -1;
	inset: 14% 6% 1%;
	border-radius: 50%;
	background: rgba(238, 121, 55, .18);
	filter: blur(72px);
}

.ar-product-shot {
	position: relative;
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 16px;
	background: var(--ink2);
	box-shadow: 0 40px 80px -48px rgba(0, 0, 0, .9);
}

.ar-shotbar {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 48px;
	padding: 0 17px;
	border-bottom: 1px solid rgba(255, 255, 255, .10);
	border-radius: 16px 16px 0 0;
	background: #102a31;
	font-size: 11px;
	color: #dbe5e7;
}

.ar-shotbar::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #68d9a6;
	box-shadow: 0 0 0 5px rgba(104, 217, 166, .10);
	content: "";
}

.ar-shotbar strong {
	font-size: 12px;
	letter-spacing: .01em;
}

.ar-product-shot img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0 0 15px 15px;
}

.ar-callout {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border: 1px solid rgba(238, 121, 55, .38);
	border-radius: 7px;
	background: #102a31;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .30);
	font-family: OpenSans, Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .01em;
	white-space: nowrap;
	color: #fff;
}

.ar-callout i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--orange);
	box-shadow: 0 0 0 5px rgba(238, 121, 55, .12);
}

.ar-callout::after {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 16px;
	background: rgba(238, 121, 55, .60);
	content: "";
	transform: translateX(-50%);
}

.ar-c-auto {
	top: 66px;
	right: -14px;
}

.ar-c-safe {
	top: 66px;
	right: 28%;
}

.ar-c-filter {
	bottom: 20px;
	left: -16px;
}

.ar-c-auto::after,
.ar-c-safe::after {
	top: 100%;
}

.ar-c-filter::after {
	bottom: 100%;
}

.ar-shot-caption {
	margin: 12px 4px 0;
	font-size: 11px;
	letter-spacing: .06em;
	text-align: right;
	text-transform: uppercase;
	color: #879ba1;
}

.ar-process {
	padding: 96px 40px 104px;
	background: var(--canvas);
}

.ar-process-inner {
	width: min(1160px, 100%);
	margin: auto;
}

.ar-section-label {
	margin: 0 0 16px;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-align: center;
	text-transform: uppercase;
	color: var(--orange-text);
}

.ar-process h2 {
	max-width: 760px;
	margin: 0 auto 60px;
	font-size: clamp(40px, 4.7vw, 56px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -.03em;
	text-align: center;
}

.ar-steps {
	position: relative;
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	background: var(--ink);
	box-shadow: 0 12px 30px rgba(9, 33, 40, .14);
}

.ar-step {
	position: relative;
	overflow: visible;
	min-height: 246px;
	padding: 39px 34px 34px;
	text-align: left;
	color: #fff;
}

.ar-step + .ar-step {
	border-left: 1px solid rgba(255, 255, 255, .11);
}

.ar-step::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: var(--orange);
	content: "";
	opacity: .82;
}

.ar-step:not(:last-child)::after {
	position: absolute;
	z-index: 4;
	top: 50%;
	right: -22px;
	width: 44px;
	height: 16px;
	background: var(--orange);
	clip-path: polygon(0 44%, 70% 44%, 70% 0, 100% 50%, 70% 100%, 70% 56%, 0 56%);
	content: "";
	transform: translateY(-50%);
}

.ar-num {
	position: relative;
	z-index: 2;
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 45px;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	font-family: Sora, ProximaNova, Arial, sans-serif;
	font-size: 72px;
	font-weight: 300;
	line-height: .72;
	letter-spacing: -.07em;
	color: var(--orange);
}

.ar-step h3 {
	position: relative;
	z-index: 2;
	margin: 0 0 12px;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: -.025em;
	color: #fff !important;
}

.ar-step p {
	position: relative;
	z-index: 2;
	max-width: 270px;
	margin: 0;
	font-size: 16px;
	line-height: 1.58;
	color: var(--muted-dark);
}

.ar-setup-line {
	margin: 24px 0 0;
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
	color: var(--muted);
}

.ar-setup-line b {
	font-weight: 600;
	color: var(--orange-text);
}

.ar-setup-line a {
	color: var(--orange-text);
	font-weight: 600;
	text-underline-offset: 3px;
}

.ar-dev {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	max-width: 920px;
	margin: 42px auto 0;
	padding-top: 20px;
	border-top: 1px solid var(--line);
	text-align: left;
}

.ar-dev-label {
	font-family: OpenSans, Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	color: var(--orange-text);
}

.ar-dev p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--muted);
}

.ar-dev a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(184, 75, 24, .35);
	font-family: OpenSans, Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	color: var(--ink) !important;
}

.ar-dev a:hover {
	border-bottom-color: var(--orange-dark);
	color: var(--orange-dark) !important;
}

.ar-dev a:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 4px;
}

.ar-final {
	position: relative;
	overflow: hidden;
	padding: 88px 40px 94px;
	background: #092128;
	text-align: center;
	color: #fff;
}

.ar-final::before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: Sora, ProximaNova, Arial, sans-serif;
	font-size: min(38vw, 500px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.12em;
	color: rgba(238, 121, 55, .035);
	content: "AR";
	pointer-events: none;
	transform: translate(-50%, -52%);
}

.ar-final-inner {
	position: relative;
	z-index: 1;
}

.ar-final h2 {
	margin: 0 0 20px;
	font-size: clamp(42px, 5.2vw, 64px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.035em;
	color: #fff !important;
}

.ar-final p {
	margin: 0 auto 30px;
	font-size: 17px;
	color: var(--muted-dark);
}

@keyframes ar-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media (max-width: 900px) {
	.ar-hero {
		min-height: auto;
		padding: 72px 32px 78px;
	}

	.ar-shell {
		grid-template-columns: 1fr;
		gap: 58px;
	}

	.ar-copy {
		text-align: center;
	}

	.ar-kicker,
	.ar-actions {
		justify-content: center;
	}

	.ar-lede {
		margin-right: auto;
		margin-left: auto;
	}

	.ar-stage {
		width: min(660px, 100%);
		margin: auto;
	}

	.ar-copy h1 {
		font-size: clamp(56px, 14vw, 78px);
	}
}

@media (max-width: 640px) {
	.ar-hero {
		padding: 58px 20px 68px;
	}

	.ar-copy h1 {
		letter-spacing: -.04em;
	}

	.ar-promise {
		font-size: 22px;
	}

	.ar-lede {
		font-size: 16px;
	}

	.ar-product-shot {
		border-radius: 15px;
	}

	.ar-shotbar {
		border-radius: 15px 15px 0 0;
	}

	.ar-product-shot img {
		height: 250px;
		object-fit: cover;
		object-position: 40% top;
	}

	.ar-callout {
		padding: 7px 9px;
		font-size: 10px;
	}

	.ar-c-safe {
		top: 58px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.ar-c-auto {
		top: 92px;
		right: 6px;
	}

	.ar-c-filter {
		bottom: 12px;
		left: 6px;
	}

	.ar-process {
		padding: 72px 20px 78px;
	}

	.ar-process h2 {
		margin-bottom: 46px;
	}

	.ar-steps {
		grid-template-columns: 1fr;
	}

	.ar-step {
		min-height: auto;
		padding: 31px 26px 32px;
	}

	.ar-step + .ar-step {
		border-top: 1px solid rgba(255, 255, 255, .11);
		border-left: 0;
	}

	.ar-step:not(:last-child)::after {
		top: auto;
		right: auto;
		bottom: -22px;
		left: 50%;
		width: 16px;
		height: 44px;
		clip-path: polygon(44% 0, 56% 0, 56% 70%, 100% 70%, 50% 100%, 0 70%, 44% 70%);
		transform: translateX(-50%);
	}

	.ar-num {
		margin-bottom: 30px;
		font-size: 56px;
	}

	.ar-step p {
		max-width: none;
	}

	.ar-dev {
		display: block;
		text-align: center;
	}

	.ar-dev p {
		margin: 7px 0 12px;
	}

	.ar-final {
		padding: 72px 20px 76px;
	}
}

@media (max-width: 480px) {
	.ar-actions {
		flex-direction: column;
		gap: 14px;
	}

	.ar-store-note {
		justify-content: center;
		white-space: normal;
		text-align: center;
	}

	.ar-kicker {
		gap: 8px;
		font-size: 10px;
		letter-spacing: .12em;
		white-space: nowrap;
	}

	.ar-kicker::before {
		width: 22px;
		flex: 0 0 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ar-landing * {
		animation: none !important;
		transition: none !important;
	}
}
