/* Alit editorial storefront. Kept separate so the homepage can evolve independently. */
.alit-storefront-home {
	--alit-ink: #151515;
	--alit-muted: #777;
	--alit-line: #dedede;
	--alit-paper: #f3f3f1;
	background: #fff;
	color: #555;
}

.alit-home-banner {
	align-items: center;
	background: var(--alit-ink);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: clamp(18px, 3.2vw, 44px) 15px clamp(20px, 3.5vw, 48px);
}

.alit-home-banner img {
	border: 1px solid rgba(255, 255, 255, .14);
	display: block;
	filter: saturate(.72) contrast(1.04);
	height: auto;
	max-height: min(620px, 72vh);
	max-width: 1170px;
	object-fit: contain;
	width: 100%;
}

.alit-home-focus {
	background: var(--alit-ink);
	color: #fff;
	padding: clamp(18px, 2.8vw, 40px) 0 clamp(54px, 7vw, 104px);
}

.alit-home-focus__grid {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
}

.alit-home-focus__grid::before,
.alit-home-focus__grid::after,
.alit-home-catalogue__grid::before,
.alit-home-catalogue__grid::after,
.alit-home-product-grid::before,
.alit-home-product-grid::after,
.alit-home-assurance__grid::before,
.alit-home-assurance__grid::after {
	content: none !important;
	display: none !important;
}

.alit-home-focus__image {
	align-items: center;
	background: #ececea;
	display: flex;
	justify-content: center;
	min-height: 510px;
	overflow: hidden;
}

.alit-home-focus__image img {
	display: block;
	height: 100%;
	max-height: 650px;
	object-fit: contain;
	transition: transform .55s cubic-bezier(.2,.65,.3,1);
	width: 100%;
}

.alit-home-focus__image:hover img {
	transform: scale(1.025);
}

.alit-home-focus__content {
	align-items: flex-start;
	border: 1px solid #3b3b3b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 5vw, 76px);
}

.alit-home-kicker {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.alit-home-focus .alit-home-kicker {
	color: #aaa;
}

.alit-home-focus h2 {
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: clamp(30px, 3.5vw, 54px);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.12;
	margin: 19px 0 24px;
	max-width: 530px;
}

.alit-home-focus__description {
	color: #b9b9b9;
	font-size: 13px;
	line-height: 1.8;
	margin: 0 0 34px;
	max-width: 430px;
}

.alit-home-focus__meta {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	display: flex;
	font-size: 11px;
	justify-content: space-between;
	margin-bottom: 34px;
	padding: 14px 0;
	width: 100%;
}

.alit-home-focus__meta a,
.alit-home-focus__meta span {
	color: #aaa;
}

.alit-home-focus__meta strong,
.alit-home-focus__meta strong span {
	color: #fff;
	font-weight: 500;
}

.alit-home-text-link {
	align-items: center;
	border-bottom: 1px solid currentColor;
	color: var(--alit-ink);
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	gap: 15px;
	letter-spacing: .12em;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.alit-home-text-link:hover,
.alit-home-text-link:focus {
	color: #777;
}

.alit-home-text-link span {
	font-size: 17px;
	font-weight: 400;
	line-height: .7;
	transition: transform .2s ease;
}

.alit-home-text-link:hover span {
	transform: translateX(4px);
}

.alit-home-text-link--light,
.alit-home-text-link--light:hover,
.alit-home-text-link--light:focus {
	color: #fff;
}

.alit-home-catalogue {
	padding: clamp(72px, 9vw, 132px) 0;
}

.alit-home-catalogue__grid {
	display: grid;
	gap: clamp(46px, 6vw, 94px);
	grid-template-columns: minmax(190px, .23fr) minmax(0, 1fr);
}

.alit-home-categories {
	align-self: start;
	border-right: 1px solid var(--alit-line);
	padding-right: clamp(28px, 3.5vw, 58px);
}

.alit-home-categories h2,
.alit-home-section-heading h2 {
	color: var(--alit-ink);
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600;
}

.alit-home-categories h2 {
	font-size: 21px;
	line-height: 1.35;
	margin: 15px 0 34px;
}

.alit-home-categories ul {
	list-style: none;
	margin: 0 0 34px;
	padding: 0;
}

.alit-home-categories li {
	margin: 0;
}

.alit-home-categories li a {
	align-items: center;
	color: #555;
	display: flex;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
	padding: 9px 0;
}

.alit-home-categories li a::before {
	background: #bbb;
	content: "";
	height: 1px;
	margin-right: 1px;
	transition: width .2s ease, background-color .2s ease;
	width: 9px;
}

.alit-home-categories li a span {
	margin-right: auto;
}

.alit-home-categories li a:hover,
.alit-home-categories li a:focus,
.alit-home-categories li a.is-active {
	color: #111;
}

.alit-home-categories li a:hover::before,
.alit-home-categories li a.is-active::before {
	background: #111;
	width: 18px;
}

.alit-home-categories small {
	color: #aaa;
	font-size: 9px;
}

.alit-home-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	margin-bottom: 46px;
}

.alit-home-section-heading h2 {
	font-size: clamp(30px, 3vw, 46px);
	letter-spacing: -.035em;
	line-height: 1.1;
	margin: 10px 0 0;
	white-space: nowrap;
}

.alit-home-section-heading__rule {
	background: var(--alit-line);
	flex: 1;
	height: 1px;
	margin-bottom: 8px;
}

.alit-home-category-view {
	color: #888;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.5;
	margin: 0 0 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.alit-home-category-view:hover,
.alit-home-category-view:focus {
	color: #111;
}

.alit-home-category-view span {
	font-size: 14px;
	margin-left: 7px;
}

.alit-home-category-panel[hidden] {
	display: none !important;
}

.alit-home-category-panel.is-active {
	animation: alit-category-reveal .28s ease both;
}

@keyframes alit-category-reveal {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.alit-home-product-grid {
	display: grid;
	gap: 50px 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alit-home-product {
	display: block !important;
	min-width: 0;
}

.alit-home-product--lead {
	grid-column: span 2;
}

.alit-home-product__image {
	background: #f0f0ee;
	display: block;
	overflow: hidden;
}

.alit-home-product__image img {
	aspect-ratio: 4 / 5;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform .45s cubic-bezier(.2,.65,.3,1);
	width: 100%;
}

.alit-home-product--lead .alit-home-product__image img {
	aspect-ratio: 16 / 10;
}

.alit-home-product__image:hover img {
	transform: scale(1.025);
}

.alit-home-product__caption {
	align-items: baseline;
	border-top: 1px solid var(--alit-line);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 13px;
	padding-top: 12px;
}

.alit-home-product h3 {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
}

.alit-home-product h3 a,
.alit-home-product__price {
	color: #222;
}

.alit-home-product__price {
	font-size: 11px;
	margin: 0;
	white-space: nowrap;
}

.alit-home-empty {
	background: var(--alit-paper);
	padding: 42px;
}

.alit-home-empty h3 {
	color: var(--alit-ink);
	font-size: 19px;
	margin: 0 0 10px;
}

.alit-home-empty p {
	font-size: 13px;
	margin: 0;
}

.alit-home-assurance {
	border-bottom: 1px solid var(--alit-line);
	border-top: 1px solid var(--alit-line);
}

.alit-home-assurance__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alit-home-assurance__grid > div {
	align-items: center;
	display: flex;
	gap: 17px;
	min-height: 112px;
	padding: 23px clamp(20px, 3vw, 44px);
}

.alit-home-assurance__grid > div + div {
	border-left: 1px solid var(--alit-line);
}

.alit-home-assurance__mark {
	color: #1a1a1a;
	font-size: 7px;
}

.alit-home-assurance p {
	margin: 0;
}

.alit-home-assurance strong,
.alit-home-assurance small {
	display: block;
}

.alit-home-assurance strong {
	color: #222;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
}

.alit-home-assurance small {
	color: #888;
	font-size: 10px;
	margin-top: 5px;
}

.alit-storefront-home a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

@media (max-width: 1199px) {
	.alit-home-banner img {
		max-width: 970px;
	}

	.alit-home-focus__image {
		min-height: 440px;
	}

	.alit-home-catalogue__grid {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.alit-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.alit-home-banner img {
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	.alit-home-banner {
		padding: 12px 12px 20px;
	}

	.alit-home-banner img {
		max-height: 340px;
		max-width: 100%;
	}

	.alit-home-focus {
		padding: 0;
	}

	.alit-home-focus__grid,
	.alit-home-catalogue__grid {
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	.alit-home-focus__image {
		min-height: 0;
	}

	.alit-home-focus__image img {
		aspect-ratio: 1 / .82;
	}

	.alit-home-focus__content {
		border-left: 0;
		border-right: 0;
		padding: 46px 30px 52px;
	}

	.alit-home-catalogue {
		padding: 68px 0 76px;
	}

	.alit-home-catalogue__grid {
		gap: 58px;
	}

	.alit-home-categories {
		border-bottom: 1px solid var(--alit-line);
		border-right: 0;
		padding: 0 0 38px;
	}

	.alit-home-categories ul {
		display: grid;
		gap: 0 28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alit-home-section-heading {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.alit-home-section-heading__rule {
		min-width: 60px;
	}

	.alit-home-category-view {
		flex-basis: 100%;
	}

	.alit-home-assurance__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.alit-home-assurance__grid > div {
		min-height: 82px;
		padding-left: 0;
		padding-right: 0;
	}

	.alit-home-assurance__grid > div + div {
		border-left: 0;
		border-top: 1px solid var(--alit-line);
	}
}

@media (prefers-reduced-motion: reduce) {
	.alit-home-category-panel.is-active {
		animation: none;
	}
}

@media (max-width: 519px) {
	.alit-home-focus__content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.alit-home-product-grid {
		gap: 42px 14px;
	}

	.alit-home-product--lead {
		grid-column: span 2;
	}

	.alit-home-product__caption {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
}

@media (max-width: 359px) {
	.alit-home-product-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.alit-home-product--lead {
		grid-column: auto;
	}
}
