.xhose-lookbook-filters {
	align-items: end;
	display: grid;
	gap: 0.5rem 1rem;
	grid-template-columns: repeat(3, minmax(130px, 1fr)) auto auto;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.xhose-lookbook-filters label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.xhose-lookbook-filters select {
	grid-row: 2;
	min-height: 48px;
	padding: 0.65rem;
}

.xhose-lookbook-grid {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem) clamp(1rem, 3vw, 3rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xhose-lookbook-card.is-featured {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.5fr);
}

.xhose-lookbook-card__image {
	display: block;
	overflow: hidden;
}

.xhose-lookbook-card__image img {
	aspect-ratio: 4 / 5;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.xhose-lookbook-card.is-featured .xhose-lookbook-card__image img {
	aspect-ratio: 16 / 9;
}

.xhose-lookbook-card__copy {
	padding: clamp(1rem, 3vw, 3rem) 0;
}

.xhose-lookbook-card.is-featured .xhose-lookbook-card__copy {
	align-self: center;
	padding: clamp(2rem, 5vw, 5rem);
}

.xhose-lookbook-card h2 a {
	text-decoration: none;
}

.xhose-lookbook-hero {
	background: var(--xhose-ink);
	color: var(--xhose-porcelain);
	position: relative;
}

.xhose-lookbook-hero picture img {
	height: min(86svh, 960px);
	object-fit: cover;
	opacity: 0.72;
	width: 100%;
}

.xhose-lookbook-hero__copy {
	bottom: clamp(2rem, 7vw, 7rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.xhose-lookbook-hero__copy h1 {
	max-width: 11ch;
}

.xhose-lookbook-intro {
	font-size: clamp(1rem, 2vw, 1.35rem);
	max-width: 52ch;
}

.xhose-lookbook-gallery {
	display: grid;
	gap: clamp(1rem, 3vw, 3rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xhose-lookbook-gallery figure {
	margin: 0;
}

.xhose-lookbook-gallery figure:nth-of-type(3n + 1) {
	grid-column: 1 / -1;
}

.xhose-lookbook-gallery img,
.xhose-lookbook-video video {
	height: auto;
	width: 100%;
}

.xhose-lookbook-video,
.xhose-lookbook-products-wrap,
.xhose-lookbook-collection,
.xhose-lookbook-credits-wrap,
.xhose-lookbook-journal,
.xhose-lookbook-navigation {
	padding-block: clamp(3rem, 8vw, 8rem);
}

.xhose-lookbook-credits {
	display: grid;
	gap: 1rem 3rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xhose-lookbook-credits dt {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.xhose-lookbook-credits dd {
	margin: 0;
}

.xhose-lookbook-navigation {
	border-top: 1px solid var(--xhose-stone);
	display: flex;
	justify-content: space-between;
}

@media (max-width: 760px) {
	.xhose-lookbook-filters,
	.xhose-lookbook-grid,
	.xhose-lookbook-card.is-featured,
	.xhose-lookbook-gallery,
	.xhose-lookbook-credits {
		grid-template-columns: 1fr;
	}

	.xhose-lookbook-filters select {
		grid-row: auto;
	}

	.xhose-lookbook-card.is-featured .xhose-lookbook-card__copy {
		padding-inline: 0;
	}

	.xhose-lookbook-gallery figure:nth-of-type(3n + 1) {
		grid-column: auto;
	}
}
