body.ea2c-category-showcase .woocommerce-products-header {
	display: none;
}

body.ea2c-home-showcase .site-content {
	padding-top: 0;
	width: 100%;
}

body.ea2c-home-showcase #masthead,
body.ea2c-category-showcase #masthead {
	display: none;
}

body.ea2c-home-showcase .site-content .ast-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.ea2c-home-showcase .content-area.primary,
body.ea2c-home-showcase .site-main,
body.ea2c-home-showcase .site-main > article,
body.ea2c-home-showcase .entry-content.clear {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.ea2c-home-showcase .content-area.primary {
	margin-top: 0 !important;
}

body.ea2c-home-showcase .entry-header {
	display: none;
}

body.ea2c-home-showcase .post-11.page {
	margin: 0;
}

body.ea2c-home-showcase .entry-content.clear > .ea2c-home-collections {
	background: #050608;
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: 0 !important;
}

.ea2c-home-collections__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 100vh;
	min-height: 100svh;
}

.ea2c-home-collections__panel {
	position: relative;
	display: block;
	min-height: inherit;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none !important;
	isolation: isolate;
	background: #0f1012;
}

.ea2c-home-collections__panel,
.ea2c-home-collections__panel:hover,
.ea2c-home-collections__panel:focus-visible,
.ea2c-home-collections__panel *,
.ea2c-home-collections__panel:hover *,
.ea2c-home-collections__panel:focus-visible * {
	text-decoration: none !important;
	box-shadow: none !important;
}

.ea2c-home-collections__panel + .ea2c-home-collections__panel {
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.ea2c-home-collections__media,
.ea2c-home-collections__veil {
	position: absolute;
	inset: 0;
}

.ea2c-home-collections__media {
	background-color: #151618;
	background-image: var(--ea2c-home-poster);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.01);
	transition: transform 0.9s ease;
}

.ea2c-home-collections__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.35s ease, transform 1.1s ease;
	transform: scale(1.03);
}

.ea2c-home-collections__veil {
	background:
		linear-gradient(180deg, rgba(8, 10, 14, 0.2) 0%, rgba(8, 10, 14, 0.34) 52%, rgba(8, 10, 14, 0.54) 100%),
		linear-gradient(90deg, rgba(8, 10, 14, 0.44) 0%, rgba(8, 10, 14, 0.4) 100%);
	opacity: 1;
	transition: opacity 0.35s ease, background 0.35s ease;
	pointer-events: none;
}

.ea2c-home-collections__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: inherit;
	padding: clamp(44px, 4.8vw, 76px);
}

.ea2c-home-collections__eyebrow {
	margin: 0 0 14px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.76);
}

.ea2c-home-collections__title {
	margin: 0;
	font-size: clamp(3.2rem, 7vw, 7.4rem);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: 0.02em;
	color: #ffffff;
	text-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.ea2c-home-collections__description {
	max-width: 26rem;
	margin: 16px 0 0;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
}

.ea2c-home-collections__cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	font-size: 0.83rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

.ea2c-home-collections__cta::after {
	content: "";
	display: inline-block;
	width: 44px;
	height: 1px;
	background: currentColor;
	transition: width 0.2s ease;
}

.ea2c-home-collections__panel:hover .ea2c-home-collections__cta::after,
.ea2c-home-collections__panel:focus-visible .ea2c-home-collections__cta::after,
.ea2c-home-collections__panel.is-active .ea2c-home-collections__cta::after {
	width: 64px;
}

.ea2c-home-collections__panel.is-active .ea2c-home-collections__video {
	opacity: 1;
	transform: scale(1);
}

.ea2c-home-collections__panel.is-active .ea2c-home-collections__media {
	transform: scale(1.03);
}

.ea2c-home-collections__panel.is-active .ea2c-home-collections__veil {
	opacity: 0.14;
	background:
		linear-gradient(180deg, rgba(8, 10, 14, 0.08) 0%, rgba(8, 10, 14, 0.12) 50%, rgba(8, 10, 14, 0.2) 100%),
		linear-gradient(90deg, rgba(8, 10, 14, 0.12) 0%, rgba(8, 10, 14, 0.08) 100%);
}

.ea2c-home-collections__panel:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.95);
	outline-offset: -2px;
}

body.ea2c-category-showcase .site-content {
	padding-top: 0;
	width: 100%;
}

body.ea2c-category-showcase .site-content .ast-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.ea2c-category-showcase .ast-woocommerce-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.ea2c-category-showcase .content-area.primary,
body.ea2c-category-showcase .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.ea2c-category-showcase .content-area.primary {
	margin-top: 0 !important;
}

.ea2c-category-shell {
	width: 100%;
	padding: 0;
	background: #fff;
}

.ea2c-category-shell__inner {
	width: 100%;
	max-width: none;
}

.ea2c-showcase-hero {
	width: 100%;
	align-self: stretch;
	margin-bottom: 0;
}

.ea2c-showcase-hero__frame {
	position: relative;
	padding: 0;
	background: #0f1012;
}

.ea2c-showcase-hero__media {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	min-height: 100vh;
	min-height: 100svh;
	padding: clamp(32px, 4vw, 56px);
	overflow: hidden;
	background-color: #151618;
	background-image: var(--ea2c-showcase-poster);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ea2c-showcase-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ea2c-showcase-hero__media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 8, 10, 0.62) 0%, rgba(7, 8, 10, 0.28) 38%, rgba(7, 8, 10, 0.12) 58%, rgba(7, 8, 10, 0.18) 100%),
		linear-gradient(180deg, rgba(7, 8, 10, 0.14) 0%, rgba(7, 8, 10, 0.2) 44%, rgba(7, 8, 10, 0.42) 100%);
	pointer-events: none;
}

.ea2c-showcase-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%);
	pointer-events: none;
}

.ea2c-showcase-hero__copy {
	position: relative;
	z-index: 2;
	max-width: min(760px, 56vw);
	margin-top: auto;
	margin-bottom: clamp(32px, 5vw, 72px);
	margin-left: clamp(36px, 5vw, 84px);
	color: #ffffff;
	text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.ea2c-showcase-hero__eyebrow {
	margin: 0 0 10px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.74);
}

.ea2c-showcase-hero__title {
	margin: 0 0 14px;
	font-size: clamp(3rem, 7vw, 7.4rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 0.95;
	color: #ffffff;
}

.ea2c-showcase-hero__description {
	max-width: 36rem;
	margin: 0;
	font-size: clamp(0.98rem, 1.4vw, 1.08rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.ea2c-showcase-hero__eyebrow,
.ea2c-showcase-hero__title,
.ea2c-showcase-hero__description {
	color: #ffffff !important;
}

.ea2c-showcase-hero__nav {
	position: absolute;
	top: clamp(26px, 3vw, 42px);
	left: clamp(26px, 3vw, 42px);
	z-index: 3;
}

.ea2c-showcase-hero__nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #17120d;
	cursor: pointer;
	box-shadow: none;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.ea2c-showcase-hero__nav-toggle:hover,
.ea2c-showcase-hero__nav-toggle:focus-visible {
	transform: translateY(-1px);
	opacity: 0.82;
}

.ea2c-showcase-hero__nav-toggle:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.92);
	outline-offset: 3px;
}

.ea2c-showcase-hero__nav-bars {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.26));
}

.ea2c-showcase-hero__nav-bars span {
	display: block;
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.98);
}

.ea2c-showcase-hero__menu {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 190px;
	margin-top: 12px;
	padding: 12px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 52px rgba(28, 18, 10, 0.16);
}

.ea2c-showcase-hero__menu[hidden] {
	display: none;
}

.ea2c-showcase-hero__menu-link {
	display: block;
	padding: 11px 12px;
	border-radius: 14px;
	color: #17120d;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.ea2c-showcase-hero__menu-link:hover,
.ea2c-showcase-hero__menu-link:focus-visible,
.ea2c-showcase-hero__menu-link.is-current {
	background: #17120d;
	color: #fff;
}

.ea2c-showcase-hero__menu-link:focus-visible {
	outline: 2px solid #17120d;
	outline-offset: 2px;
}

body.ea2c-category-showcase .content-area.primary {
	width: min(1760px, calc(100vw - 48px));
	max-width: 1760px;
	margin: 0 auto;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: clamp(28px, 4vw, 56px) 0 clamp(56px, 6vw, 88px);
}

@media (max-width: 921px) {
	.ea2c-home-collections__grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.ea2c-home-collections__panel {
		min-height: 50svh;
		min-height: 50vh;
	}

	.ea2c-home-collections__panel + .ea2c-home-collections__panel {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.ea2c-home-collections__content {
		padding: 32px 24px;
	}

	.ea2c-home-collections__title {
		font-size: clamp(2.8rem, 10vw, 5.4rem);
	}

	.ea2c-home-collections__description {
		max-width: 22rem;
	}

	.ea2c-showcase-hero__frame {
		padding: 0;
	}

	.ea2c-showcase-hero__media {
		min-height: 100svh;
		padding: 92px 22px 24px;
	}

	.ea2c-showcase-hero__copy {
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.ea2c-showcase-hero__nav {
		top: 20px;
		left: 20px;
	}

	body.ea2c-category-showcase .content-area.primary {
		width: min(100vw - 28px, 960px);
	}
}

@media (max-width: 640px) {
	.ea2c-home-collections__panel {
		min-height: 48svh;
		min-height: 48vh;
	}

	.ea2c-home-collections__content {
		padding: 24px 18px;
	}

	.ea2c-home-collections__eyebrow {
		font-size: 0.72rem;
		letter-spacing: 0.18em;
	}

	.ea2c-home-collections__description {
		font-size: 0.94rem;
		line-height: 1.6;
	}

	.ea2c-home-collections__cta {
		font-size: 0.76rem;
		letter-spacing: 0.14em;
	}

	.ea2c-showcase-hero__media {
		min-height: 100svh;
		padding-top: 90px;
	}

	.ea2c-showcase-hero__nav-toggle {
		width: 50px;
		height: 50px;
	}

	.ea2c-showcase-hero__nav-bars span {
		width: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ea2c-home-collections__video {
		display: none;
	}

	.ea2c-home-collections__media,
	.ea2c-home-collections__video,
	.ea2c-home-collections__veil {
		transition: none;
	}

	.ea2c-showcase-hero__video {
		display: none;
	}
}
