.west-collection,
.west-collection *,
.west-collection *::before,
.west-collection *::after {
	box-sizing: border-box;
}

.west-collection {
	overflow: clip;
	background: var(--west-surface-soft);
	color: var(--west-charcoal);
	font-family: var(--west-font-body);
	font-size: var(--west-text-body);
	font-weight: 400;
	line-height: 1.65;
}

body.west-collection-template .west-collection h1,
body.west-collection-template .west-collection h2,
body.west-collection-template .west-collection h3 {
	margin-top: 0;
	color: var(--west-blue);
	font-family: var(--west-font-display);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.02;
}

.west-collection__hero {
	display: grid;
	grid-template-columns: minmax(25rem, 0.92fr) minmax(0, 1.08fr);
	min-height: 37rem;
	background: var(--west-blue);
}

.west-collection__hero-copy {
	display: grid;
	place-items: center;
	padding: clamp(3rem, 7vw, 7rem);
}

.west-collection__hero-copy > div {
	width: min(100%, 36rem);
}

.west-breadcrumb--light {
	margin-bottom: clamp(3.5rem, 7vw, 6rem);
	color: rgba(255, 255, 255, 0.58);
}

.west-breadcrumb--light a {
	color: rgba(255, 255, 255, 0.82);
}

.west-collection__hero .west-eyebrow {
	color: var(--west-gold);
}

body.west-collection-template .west-collection__hero h1 {
	margin-bottom: 1.5rem;
	color: var(--west-white);
	font-size: var(--west-text-display-xl);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.98;
	text-wrap: balance;
}

.west-collection__hero-copy p:not(.west-eyebrow) {
	max-width: 34rem;
	margin: 0 0 2rem;
	color: rgba(255, 255, 255, 0.76);
	font-size: var(--west-step-1);
	line-height: 1.6;
}

.west-collection__hero-media {
	min-height: 36rem;
	background: var(--west-blue-deep);
}

.west-collection__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.west-collection__story {
	padding-block: clamp(5rem, 9vw, 9rem);
	background: var(--west-surface);
}

.west-collection__story-grid {
	display: grid;
	grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(3rem, 8vw, 8rem);
}

.west-collection__story-copy {
	position: sticky;
	top: calc(var(--west-header-height) + var(--west-space-md));
	max-width: 30rem;
}

body.west-collection-template .west-collection__story-copy h2 {
	margin-bottom: 1.5rem;
	font-size: var(--west-text-heading-lg);
	font-weight: 600;
	text-wrap: balance;
}

.west-collection__story-copy > p:not(.west-eyebrow) {
	margin: 0;
	color: var(--west-text-muted);
	font-size: var(--west-step-1);
	line-height: 1.6;
}

.west-collection__story-images {
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
}

.west-collection__story-figure {
	margin: 0;
}

.west-collection__story-figure--2 {
	width: 78%;
	margin-left: auto;
}

.west-collection__story-figure img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform var(--west-motion-slow) var(--west-ease-out);
}

.west-collection__story-figure--2 img {
	aspect-ratio: 5 / 4;
}

.west-collection__story-figure:hover img {
	transform: scale(1.025);
}

.west-collection__story-figure figcaption {
	margin-top: 0.75rem;
	color: var(--west-text-muted);
	font-size: 0.78rem;
	font-weight: 600;
}

.west-collection__listing {
	padding-block: var(--west-space-9);
}

.west-collection__listing-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 2rem;
	margin-bottom: var(--west-space-7);
}

body.west-collection-template .west-collection__listing-head h2 {
	max-width: 14ch;
	margin-bottom: 0;
	font-size: var(--west-text-heading-lg);
	font-weight: 600;
	text-wrap: balance;
}

.west-collection__listing-head > p {
	margin: 0;
	color: var(--west-text-muted);
	font-size: 0.9rem;
}

.west-collection__preview {
	margin: 0 0 var(--west-space-5);
	padding: var(--west-space-3) var(--west-space-4);
	border-left: 0.25rem solid var(--west-gold);
	background: color-mix(in srgb, var(--west-gold) 13%, var(--west-white));
	color: var(--west-blue);
	font-size: 0.88rem;
}

.west-collection__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: clamp(3rem, 5vw, 5rem) clamp(1.5rem, 3vw, 2.75rem);
}

.west-collection__empty {
	max-width: 48rem;
	padding: clamp(2.5rem, 6vw, 5rem);
	border: 0.0625rem solid var(--west-border);
	background: var(--west-white);
}

body.west-collection-template .west-collection__empty h3 {
	margin-bottom: 1rem;
	font-size: var(--west-step-2);
}

.west-collection__empty > p:not(.west-eyebrow) {
	max-width: 36rem;
	margin: 0 0 2rem;
	color: var(--west-text-muted);
}

@media (max-width: 64rem) {
	.west-collection__hero {
		grid-template-columns: minmax(23rem, 0.95fr) minmax(0, 1.05fr);
		min-height: 35rem;
	}

	.west-collection__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.west-collection__story-grid {
		grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
		gap: 3rem;
	}
}

@media (max-width: 48rem) {
	.west-collection__hero {
		grid-template-columns: 1fr;
	}

	.west-collection__hero-copy {
		padding: 3.5rem 1rem 4rem;
	}

	body.west-collection-template .west-collection__hero h1 {
		font-size: clamp(2.375rem, 10.8vw, 2.75rem);
	}

	.west-breadcrumb--light {
		margin-bottom: 3.5rem;
	}

	.west-collection__hero-media {
		min-height: 26rem;
	}

	.west-collection__listing-head {
		grid-template-columns: 1fr;
	}

	.west-collection__story-grid {
		grid-template-columns: 1fr;
	}

	.west-collection__story-copy {
		position: static;
	}

	.west-collection__story-figure--2 {
		width: 100%;
	}
}

@media (max-width: 36rem) {
	.west-collection__grid {
		grid-template-columns: 1fr;
	}

}
