.c2-outlet-hero {
	position: relative;
	display: grid;
	min-height: clamp(480px, 60svh, 620px);
	overflow: hidden;
	isolation: isolate;
	background: #090909;
	color: #fff;
}

.c2-outlet-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .62) 46%, rgba(0, 0, 0, .08) 78%),
		linear-gradient(0deg, rgba(0, 0, 0, .62) 0%, transparent 38%);
	content: "";
}

.c2-outlet-hero::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: .2;
	background-image: radial-gradient(rgba(255, 255, 255, .38) .55px, transparent .7px);
	background-size: 4px 4px;
	mix-blend-mode: soft-light;
	pointer-events: none;
	content: "";
}

.c2-outlet-hero__media {
	position: absolute;
	inset: 0;
	display: block;
}

.c2-outlet-hero__media img,
.c2-outlet-hero__media img:not(:first-child) {
	position: absolute;
	inset: -2%;
	display: block;
	width: 104%;
	height: 104%;
	object-fit: cover;
	object-position: center 20%;
	opacity: 0;
	filter: grayscale(1) contrast(1.16);
	animation: c2-outlet-photo 15s infinite;
	animation-delay: calc(var(--c2-outlet-photo-index) * 5s);
}

.c2-outlet-hero__media img:first-child {
	opacity: 1;
}

.c2-outlet-hero__ghost {
	position: absolute;
	right: -.035em;
	bottom: -.21em;
	z-index: 2;
	font-family: var(--c2-font-display);
	font-size: clamp(7rem, 19vw, 22rem);
	font-weight: 700;
	line-height: .8;
	letter-spacing: -.09em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .32);
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
}

.c2-outlet-hero__copy {
	position: relative;
	z-index: 4;
	display: grid;
	align-content: center;
	justify-items: start;
	width: min(760px, 66vw);
	padding: clamp(40px, 5vw, 72px) clamp(24px, 7vw, 112px) 78px;
}

.c2-outlet-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--c2-font-display);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fff;
}

.c2-outlet-hero__eyebrow::before {
	width: 38px;
	height: 1px;
	background: #fff;
	content: "";
}

.c2-outlet-hero__copy h1 {
	display: flex;
	align-items: center;
	margin: 8px 0 10px;
	font-family: var(--c2-font-display);
	color: #fff;
}

.c2-outlet-hero__copy h1 strong {
	font-size: clamp(6.5rem, 13vw, 11rem);
	font-weight: 700;
	line-height: .72;
	letter-spacing: -.11em;
	color: #d62828;
}

.c2-outlet-hero__copy h1 > span {
	display: grid;
	margin-left: clamp(14px, 2vw, 30px);
	font-size: clamp(2.5rem, 4.8vw, 4.6rem);
	font-weight: 700;
	line-height: .72;
	color: #d62828;
}

.c2-outlet-hero__copy h1 em {
	margin-top: 12px;
	font-size: clamp(1.25rem, 2.2vw, 2.1rem);
	font-style: normal;
	letter-spacing: .14em;
	color: #fff;
}

.c2-outlet-hero__copy p {
	max-width: 43ch;
	margin: 16px 0 28px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .78);
}

.c2-outlet-hero__copy p strong {
	color: #fff;
	font-weight: 600;
}

.c2-outlet-hero__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	min-width: 250px;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, .7);
	font-family: var(--c2-font-display);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	transition: background .25s, color .25s;
}

.c2-outlet-hero__cta:hover {
	background: #fff;
	color: #090909;
}

.c2-outlet-hero__seal {
	position: absolute;
	top: 50%;
	right: clamp(32px, 7vw, 108px);
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: clamp(108px, 10vw, 138px);
	height: clamp(190px, 20vw, 242px);
	padding: 22px 12px;
	border: 1px solid rgba(255, 255, 255, .62);
	transform: translateY(-50%);
	background: rgba(8, 8, 8, .34);
	box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	text-align: center;
	text-transform: uppercase;
}

.c2-outlet-hero__seal::before {
	position: absolute;
	inset: 6px;
	border: 1px solid rgba(255, 255, 255, .18);
	content: "";
}

.c2-outlet-hero__seal span {
	font-family: var(--c2-font-display);
	font-size: 8px;
	font-weight: 500;
	letter-spacing: .2em;
	color: rgba(255, 255, 255, .72);
}

.c2-outlet-hero__seal strong {
	margin-top: 12px;
	font-family: var(--c2-font-display);
	font-size: clamp(3.3rem, 5vw, 5rem);
	font-weight: 500;
	line-height: .82;
	letter-spacing: -.08em;
}

.c2-outlet-hero__seal em {
	margin: 8px 0 16px;
	font-family: var(--c2-font-display);
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: .18em;
}

.c2-outlet-hero__seal small {
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	font-family: var(--c2-font-display);
	font-size: 7px;
	font-weight: 500;
	letter-spacing: .14em;
	color: rgba(255, 255, 255, .62);
}

.c2-outlet-hero__ticker {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, .45);
	border-bottom: 1px solid rgba(255, 255, 255, .45);
	background: rgba(5, 5, 5, .78);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	color: #fff;
}

.c2-outlet-hero__ticker div {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 26px;
	width: max-content;
	min-width: 140%;
	padding: 12px 0;
	font-family: var(--c2-font-display);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .18em;
	white-space: nowrap;
	animation: c2-outlet-ticker 18s linear infinite;
}

.c2-outlet-hero__ticker i {
	font-size: 7px;
	font-style: normal;
}

@keyframes c2-outlet-photo {
	0%, 28% { opacity: 1; transform: scale(1.06); }
	34%, 100% { opacity: 0; transform: scale(1); }
}

@keyframes c2-outlet-ticker {
	to { transform: translateX(-28.5%); }
}

@media (max-width: 899px) {
	.c2-outlet-hero {
		min-height: 540px;
	}

	.c2-outlet-hero::before {
		background: linear-gradient(0deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .42) 70%, rgba(0, 0, 0, .22) 100%);
	}

	.c2-outlet-hero__media img,
	.c2-outlet-hero__media img:not(:first-child) {
		display: block;
		object-position: center 16%;
	}

	.c2-outlet-hero__ghost {
		right: -.04em;
		bottom: 50px;
		font-size: clamp(7rem, 31vw, 12rem);
		writing-mode: vertical-rl;
		opacity: .75;
	}

	.c2-outlet-hero__copy {
		align-content: end;
		width: 100%;
		padding: 190px 24px 76px;
	}

	.c2-outlet-hero__copy h1 strong {
		font-size: clamp(5.8rem, 29vw, 8.5rem);
	}

	.c2-outlet-hero__copy h1 > span {
		font-size: clamp(2.2rem, 10vw, 3.3rem);
	}

	.c2-outlet-hero__copy p {
		max-width: 31ch;
	}

	.c2-outlet-hero__seal {
		top: 22px;
		right: 20px;
		width: 94px;
		height: 154px;
		padding: 16px 8px;
		transform: none;
	}

	.c2-outlet-hero__seal strong {
		margin-top: 9px;
		font-size: 2.8rem;
	}

	.c2-outlet-hero__seal em {
		margin: 6px 0 10px;
		font-size: 9px;
	}

	.c2-outlet-hero__seal small {
		padding-top: 9px;
		font-size: 6px;
	}

	.c2-outlet-hero__cta {
		min-width: min(270px, 100%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.c2-outlet-hero__media img,
	.c2-outlet-hero__media img:not(:first-child) {
		opacity: 0;
		animation: none;
	}

	.c2-outlet-hero__media img:first-child {
		opacity: 1;
	}

	.c2-outlet-hero__ticker div {
		animation: none;
	}
}

.c2-outlet-catalog {
	max-width: 1380px;
	margin: 0 auto;
	padding: clamp(46px, 6vw, 82px) 24px clamp(70px, 8vw, 112px);
}

.c2-outlet-catalog__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
	padding: clamp(32px, 5vw, 52px) 24px 18px;
	border-bottom: 1px solid var(--c2-line);
}

.c2-outlet-catalog__head span,
.c2-outlet-catalog__head p {
	font-family: var(--c2-font-display);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--c2-copy);
}

.c2-outlet-catalog__head h2 {
	margin-top: 6px;
	font-family: var(--c2-font-display);
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	font-weight: 600;
	letter-spacing: -.02em;
	text-transform: uppercase;
	color: var(--c2-ink);
}

.c2-outlet-catalog__head p {
	margin: 0 0 4px;
}

.c2-outlet-catalog__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	gap: clamp(28px, 4vw, 54px) clamp(12px, 2vw, 26px);
}

.c2-outlet-catalog__empty {
	display: grid;
	justify-items: start;
	gap: 18px;
	padding: 44px 0;
	color: var(--c2-copy);
}

@media (max-width: 640px) {
	.c2-outlet-catalog {
		padding: 42px 16px 72px;
	}

	.c2-outlet-catalog__head {
		align-items: start;
		padding-left: 16px;
		padding-right: 16px;
	}

	.c2-outlet-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 12px;
	}
}
