html:has(body.aura-brand-choice-page) {
	background: #f8fcfd;
}

body.aura-brand-choice-page {
	margin: 0;
	background: #f8fcfd;
	color: #142631;
	font-family: Arial, Helvetica, sans-serif;
}

/* Product and shipping plugins add footer modals even though this selector page
 * has no product UI. Their own styles are intentionally not loaded here, so keep
 * the otherwise unstyled fallback markup out of the standalone page layout. */
body.aura-brand-choice-page .ssd-modal-wrapper,
body.aura-brand-choice-page .ssd-shipping-modal-wrapper,
body.aura-brand-choice-page #photoswipe-fullscreen-dialog {
	display: none !important;
}

body.aura-brand-choice-page *,
body.aura-brand-choice-page *::before,
body.aura-brand-choice-page *::after {
	box-sizing: border-box;
}

.aura-brand-choice__skip {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	padding: 10px 14px;
	border-radius: 8px;
	background: #142631;
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	transform: translateY(-150%);
}

.aura-brand-choice__skip:focus {
	transform: translateY(0);
}

.aura-brand-choice {
	position: relative;
	display: grid;
	min-height: 100svh;
	place-items: center;
	overflow: hidden;
	padding: 34px 20px 26px;
	background:
		linear-gradient(135deg, rgba(229, 250, 255, .82), rgba(255, 255, 255, .96) 47%, rgba(255, 240, 247, .82));
}

.aura-brand-choice__glow {
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	filter: blur(10px);
	opacity: .34;
	pointer-events: none;
}

.aura-brand-choice__glow--blue {
	top: -250px;
	left: -170px;
	background: #aee8f7;
}

.aura-brand-choice__glow--pink {
	right: -180px;
	bottom: -270px;
	background: #ffc1db;
}

.aura-brand-choice__shell {
	position: relative;
	z-index: 1;
	width: min(100%, 1040px);
	margin: 0 auto;
}

.aura-brand-choice__intro {
	max-width: 720px;
	margin: 0 auto 25px;
	text-align: center;
}

.aura-brand-choice__aura-logo {
	display: block;
	width: 186px;
	height: auto;
	margin: 0 auto 14px;
}

.aura-brand-choice__eyebrow {
	margin: 0 0 10px;
	color: #a83b72;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.aura-brand-choice__intro h1 {
	margin: 0;
	color: #202124;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(39px, 5vw, 61px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.035em;
}

.aura-brand-choice__lead {
	margin: 13px 0 0;
	color: #536771;
	font-size: 16px;
	line-height: 1.45;
}

.aura-brand-choice__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.aura-brand-choice__card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 360px;
	flex-direction: column;
	padding: 25px;
	overflow: hidden;
	border: 1px solid rgba(84, 128, 145, .18);
	border-radius: 24px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 18px 48px rgba(20, 38, 49, .09);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.aura-brand-choice__card--lift {
	background: linear-gradient(145deg, rgba(229, 250, 255, .9), #fff 52%, rgba(255, 240, 247, .74));
}

.aura-brand-choice__card--beam {
	background: linear-gradient(145deg, rgba(247, 244, 255, .94), #fff 52%, rgba(229, 250, 255, .72));
}

.aura-brand-choice__card:hover,
.aura-brand-choice__card:focus-within {
	border-color: rgba(168, 59, 114, .28);
	box-shadow: 0 23px 58px rgba(20, 38, 49, .14);
	transform: translateY(-3px);
}

.aura-brand-choice__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.aura-brand-choice__store-badge {
	display: inline-flex;
	min-height: 27px;
	align-items: center;
	padding: 6px 10px;
	border: 1px solid rgba(168, 59, 114, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .84);
	color: #a83b72;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.aura-brand-choice__number {
	color: rgba(20, 38, 49, .27);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
}

.aura-brand-choice__logo-space {
	display: flex;
	height: 54px;
	align-items: center;
	margin: 15px 0 9px;
}

.aura-brand-choice__logo-space--aura img {
	display: block;
	width: 196px;
	height: auto;
}

.aura-brand-choice__logo-space--beam img {
	display: block;
	width: 232px;
	height: auto;
}

.aura-brand-choice__type {
	margin: 0 0 5px;
	color: #a83b72;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.aura-brand-choice__card h2 {
	margin: 0;
	color: #202124;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.025em;
}

.aura-brand-choice__description {
	max-width: 410px;
	margin: 11px 0 20px;
	color: #536771;
	font-size: 14px;
	line-height: 1.5;
}

.aura-brand-choice__button {
	display: flex;
	width: 100%;
	min-height: 49px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: auto;
	padding: 12px 16px;
	border: 0;
	border-radius: 10px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .055em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	box-shadow: 0 12px 25px rgba(20, 38, 49, .14);
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.aura-brand-choice__button--lift {
	background: linear-gradient(135deg, #ed78ad, #a283e8);
}

.aura-brand-choice__button--beam {
	background: linear-gradient(135deg, #25262a, #55506a);
}

.aura-brand-choice__button:hover,
.aura-brand-choice__button:focus-visible {
	color: #fff !important;
	filter: saturate(1.12);
	box-shadow: 0 16px 30px rgba(162, 131, 232, .26);
	transform: translateY(-2px);
}

.aura-brand-choice__button svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.aura-brand-choice__domain {
	display: block;
	margin-top: 9px;
	color: #71818a;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .03em;
	text-align: center;
}

.aura-brand-choice__decision-note {
	margin: 17px 0 0;
	color: #61737c;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

.aura-brand-choice__decision-note strong {
	color: #263d48;
}

@media (max-width: 700px) {
	.aura-brand-choice {
		display: block;
		padding: 24px 14px 20px;
	}

	.aura-brand-choice__shell {
		width: min(100%, 470px);
	}

	.aura-brand-choice__intro {
		margin-bottom: 20px;
	}

	.aura-brand-choice__aura-logo {
		width: 158px;
		margin-bottom: 11px;
	}

	.aura-brand-choice__eyebrow {
		margin-bottom: 8px;
		font-size: 9px;
	}

	.aura-brand-choice__intro h1 {
		font-size: clamp(38px, 12vw, 49px);
	}

	.aura-brand-choice__lead {
		margin-top: 9px;
		font-size: 14px;
	}

	.aura-brand-choice__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.aura-brand-choice__card {
		min-height: 0;
		padding: 19px;
		border-radius: 19px;
	}

	.aura-brand-choice__logo-space {
		height: 38px;
		margin: 10px 0 6px;
	}

	.aura-brand-choice__logo-space--aura img {
		width: 164px;
	}

	.aura-brand-choice__logo-space--beam img {
		width: 196px;
	}

	.aura-brand-choice__card h2 {
		font-size: 29px;
	}

	.aura-brand-choice__description {
		margin: 8px 0 13px;
		font-size: 12px;
		line-height: 1.42;
	}

	.aura-brand-choice__button {
		min-height: 45px;
		font-size: 10px;
	}

	.aura-brand-choice__domain {
		margin-top: 7px;
		font-size: 9px;
	}

	.aura-brand-choice__decision-note {
		margin-top: 13px;
		font-size: 10px;
	}
}

@media (max-width: 360px) {
	.aura-brand-choice {
		padding-inline: 10px;
	}

	.aura-brand-choice__card {
		padding: 16px;
	}

	.aura-brand-choice__description {
		font-size: 11.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aura-brand-choice__card,
	.aura-brand-choice__button {
		transition: none;
	}
}
