/* Guest signup splash — Live Inventory */

.signup-splash,
.signup-splash * {
	box-sizing: border-box;
}

.signup-splash {
	width: min(68rem, calc(100vw - 2rem));
	max-height: min(92vh, 44rem);
	margin: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	overflow: visible;
	font-family: BrandonGrotesqueWeb-Regular, sans-serif;
	text-align: left;
}

.signup-splash::backdrop {
	background: rgba(17, 18, 20, 0.62);
}

.signup-splash[open] {
	display: flex;
}

.signup-splash__layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
	width: 100%;
	min-height: min(38rem, 86vh);
	max-height: min(92vh, 44rem);
	background: #fff;
	overflow: hidden;
	border-radius: 1.5rem;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.signup-splash__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 0;
	background: #1d1d1f;
	color: #fff;
}

.signup-splash__photo {
	position: absolute;
	inset: 0;
	min-height: 0;
	overflow: hidden;
	background: #111;
}

.signup-splash__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 35%;
}

.signup-splash__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0;
	padding: 2.4rem 1.35rem 1.15rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.signup-splash__caption p {
	margin: 0;
	font-size: 0.78rem;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.72);
}

.signup-splash__ai-pill {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 0.28rem 0.7rem 0.22rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.signup-splash__panel {
	position: relative;
	display: flex;
	min-height: 0;
	background: #fff;
}

.signup-splash__close {
	position: absolute;
	top: 1.1rem;
	right: 1.15rem;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #f3f3f4;
	color: #6b6b70;
	cursor: pointer;
}

.signup-splash__close svg {
	display: block;
	width: 0.95rem;
	height: 0.95rem;
}

.signup-splash__close:hover,
.signup-splash__close:focus {
	background: #ececee;
	color: #111;
}

.signup-splash__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 2.6rem 3.25rem 2.1rem 2.85rem;
	overflow: auto;
	text-align: left;
}

.signup-splash__copy h2 {
	margin: 0 0 0.55rem;
	max-width: 18.5rem;
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: clamp(1.85rem, 2.4vw, 2.35rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #111;
}

.signup-splash__lede {
	margin: 0 0 1.45rem;
	font-family: FreightDispProBook-Italic, Georgia, serif;
	font-size: 1.28rem;
	font-style: italic;
	line-height: 1.25;
	color: #374151;
}

.signup-splash__features {
	margin: 0 0 1.35rem;
	padding: 0;
	list-style: none;
}

.signup-splash__features li {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 0.95rem;
}

.signup-splash__features li:last-child {
	margin-bottom: 0;
}

.signup-splash__icon {
	display: block;
	flex: 0 0 auto;
	width: 3.1rem;
	height: 3.1rem;
	overflow: hidden;
	border-radius: 999px;
	background: transparent;
}

.signup-splash__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.signup-splash__features strong {
	display: block;
	margin: 0.12rem 0 0.12rem;
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.25;
	color: #111;
}

.signup-splash__features li > div span {
	display: block;
	font-size: 0.88rem;
	line-height: 1.4;
	color: #6b6b70;
}

.signup-splash__prompt {
	margin: 0 0 0.95rem;
	max-width: 22rem;
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.4;
	color: #111;
}

.signup-splash__auth {
	display: grid;
	gap: 0.65rem;
}

.signup-splash__btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	box-sizing: border-box;
	width: 100%;
	min-height: 3.05rem;
	padding: 0.15rem 1rem 0;
	border-radius: 999px;
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.signup-splash__btn svg {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
	flex: 0 0 auto;
}

.signup-splash__btn--apple {
	border: 1px solid #111;
	background: #111;
	color: #fff;
}

.signup-splash__btn--apple:hover,
.signup-splash__btn--apple:focus {
	background: #000;
	border-color: #000;
	color: #fff;
}

.signup-splash__btn--google {
	border: 1px solid #e4e4e7;
	background: #fff;
	color: #111;
}

.signup-splash__btn--google:hover,
.signup-splash__btn--google:focus {
	border-color: #cfcfd4;
	background: #fafafa;
	color: #111;
}

.signup-splash__btn--ghost {
	border: 1px solid #e4e4e7;
	background: #fff;
	color: #111;
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.signup-splash__btn--ghost:hover,
.signup-splash__btn--ghost:focus {
	border-color: #cfcfd4;
	background: #fafafa;
}

.signup-splash__or {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0.95rem 0;
	color: #9a9aa1;
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.signup-splash__or::before,
.signup-splash__or::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: #ececee;
}

.signup-splash__legal {
	margin: 0.95rem 0 0;
	font-size: 0.72rem;
	line-height: 1.45;
	color: #8a8a91;
	text-align: center;
}

.signup-splash__legal a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.signup-splash__legal a:hover,
.signup-splash__legal a:focus {
	color: #111;
}

@media (max-width: 52rem) {
	.signup-splash {
		width: min(26.5rem, calc(100vw - 1.25rem));
		max-height: min(94vh, 52rem);
	}

	.signup-splash__layout {
		grid-template-columns: 1fr;
		min-height: 0;
		max-height: min(94vh, 52rem);
		overflow: auto;
	}

	.signup-splash__visual {
		min-height: 11.5rem;
	}

	.signup-splash__photo {
		position: absolute;
	}

	.signup-splash__caption {
		display: none;
	}

	.signup-splash__close {
		top: 0.85rem;
		right: 0.85rem;
		background: rgba(17, 18, 20, 0.5);
		color: #fff;
	}

	.signup-splash__close:hover,
	.signup-splash__close:focus {
		background: rgba(17, 18, 20, 0.7);
		color: #fff;
	}

	.signup-splash__copy {
		padding: 1.2rem 1.25rem 1.65rem;
		justify-content: flex-start;
	}

	.signup-splash__copy h2 {
		max-width: none;
		font-size: 1.6rem;
	}

	.signup-splash__lede {
		margin-bottom: 1rem;
		font-size: 1.12rem;
	}

	.signup-splash__features li {
		align-items: center;
		margin-bottom: 0.65rem;
	}

	.signup-splash__features li > div span {
		display: inline;
		color: #6b6b70;
	}

	.signup-splash__features strong {
		display: inline;
		margin: 0 0.2rem 0 0;
	}

	.signup-splash__features strong::after {
		content: " ";
	}

	.signup-splash__icon {
		width: 2.6rem;
		height: 2.6rem;
	}

	.signup-splash__or {
		display: none;
	}

	.signup-splash__btn--ghost {
		margin-top: 0.7rem;
	}
}

@media (max-width: 52rem) and (max-height: 46rem) {
	.signup-splash__visual {
		min-height: 8.25rem;
	}

	.signup-splash__copy h2 {
		font-size: 1.45rem;
	}

	.signup-splash__lede {
		margin-bottom: 0.85rem;
		font-size: 1.05rem;
	}

	.signup-splash__features {
		margin-bottom: 0.95rem;
	}
}
