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

.west-home {
	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-home-template .west-home h1,
body.west-home-template .west-home h2,
body.west-home-template .west-home 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-home__hero {
	margin-top: calc(-1 * var(--west-header-height));
	padding: var(--west-header-height) 0 0;
	background: var(--west-blue-deep);
}

.west-home__hero-inner {
	display: grid;
	min-height: calc(clamp(43rem, 72vh, 50rem) - var(--west-header-height));
	grid-template-columns: minmax(0, 0.76fr) minmax(32rem, 1.24fr);
	align-items: stretch;
	gap: clamp(3rem, 6.5vw, 6.75rem);
}

.west-home__hero-content {
	display: flex;
	max-width: 31rem;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding-block: 8.5rem 5rem;
}

.west-home__hero .west-eyebrow {
	margin-bottom: 1.25rem;
	color: var(--west-gold);
}

body.west-home-template .west-home__hero h1 {
	max-width: 10.5ch;
	margin-bottom: 1.35rem;
	color: var(--west-white);
	font-size: var(--west-text-display-xl);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.96;
	text-wrap: balance;
}

.west-home__hero-line {
	display: block;
	overflow: hidden;
}

.west-home__hero-line > span {
	display: block;
	animation: west-hero-line-in var(--west-motion-cinematic) var(--west-ease-out) both;
}

.west-home__hero-line:nth-child(2) > span {
	animation-delay: 100ms;
}

.west-home__hero-line:nth-child(3) > span {
	animation-delay: 190ms;
}

.west-home__hero-line--accent > span {
	color: var(--west-gold);
}

@keyframes west-hero-line-in {
	from {
		opacity: 0;
		transform: translateY(105%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.west-home__hero-content > p:not(.west-eyebrow) {
	max-width: 30rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: var(--west-step-1);
	line-height: 1.58;
}

.west-home__hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.35rem;
	margin-top: 2rem;
}

.west-home__hero-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration-color: rgba(206, 178, 97, 0.7);
	text-underline-offset: 0.3rem;
	transition: color var(--west-transition), transform var(--west-transition);
}

.west-home__hero-link:hover {
	color: var(--west-white);
	transform: translateX(0.15rem);
}

.west-home__hero-media {
	min-height: 100%;
	margin-right: calc((100vw - min(calc(100vw - 3rem), var(--west-container))) / -2);
	overflow: hidden;
	background: var(--west-blue);
}

.west-home__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 58%;
}

.west-home__hero-media--campaign img {
	object-fit: contain;
	object-position: center;
}

@media (min-width: 48.0625rem) {
	.west-home__hero-media--campaign img {
		object-position: center calc(50% - 0.5rem);
	}
}

.west-home__reasons,
.west-home__properties,
.west-home__about {
	padding-block: clamp(5rem, 8vw, 7.5rem);
}

.west-home__section-heading {
	max-width: 48rem;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.west-home__section-heading--split {
	display: grid;
	max-width: none;
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
	align-items: end;
	gap: clamp(2rem, 7vw, 7rem);
}

.west-home__section-heading .west-eyebrow {
	margin-bottom: 0.85rem;
}

body.west-home-template .west-home__section-heading h2 {
	max-width: 15ch;
	margin-bottom: 0;
	font-size: var(--west-text-heading-lg);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.02;
	text-wrap: balance;
}

.west-home__section-heading > p:not(.west-eyebrow),
.west-home__heading-side > p {
	max-width: 31rem;
	margin: 1rem 0 0;
	color: var(--west-text-muted);
	font-size: var(--west-step-1);
	line-height: 1.55;
}

.west-home__heading-side > p {
	margin: 0 0 1.25rem;
}

.west-home__reason-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(3rem, 5vw, 5rem) clamp(1.5rem, 3vw, 2.75rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.west-home__reason-list > li {
	min-width: 0;
}

.west-home__reason-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	color: var(--west-charcoal);
	text-decoration: none;
	transition: color var(--west-transition), transform var(--west-transition);
}

.west-home__reason-list a.west-home__reason-card:hover {
	color: var(--west-blue);
	transform: translateY(-0.2rem);
}

.west-home__reason-media {
	display: block;
	aspect-ratio: 16 / 9;
	background: var(--west-blue-deep);
	overflow: hidden;
}

.west-home__reason-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--west-motion-slow) var(--west-ease-out);
}

.west-home__reason-card:hover .west-home__reason-media img {
	transform: scale(1.02);
}

.west-home__reason-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 1.5rem;
}

.west-home__reason-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1.5rem;
}

.west-home__reason-heading strong {
	display: block;
	color: var(--west-blue);
	font-family: var(--west-font-display);
	font-size: clamp(1.5rem, 1.35rem + 0.55vw, 1.875rem);
	font-weight: 600;
	line-height: 1.08;
}

.west-home__reason-number {
	order: 2;
	color: var(--west-gold);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.west-home__reason-description {
	display: block;
	max-width: 38rem;
	margin-top: 0.9rem;
	color: var(--west-text-muted);
	font-size: var(--west-step-0);
	line-height: 1.65;
}

.west-home__reason-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.2rem;
	margin-top: 1.1rem;
	color: var(--west-blue);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.035em;
}

.west-home__reason-highlights span {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.west-home__reason-highlights span::before {
	width: 0.28rem;
	height: 0.28rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--west-gold);
	content: "";
}

.west-home__reason-arrow {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0.45rem;
	margin-top: auto;
	padding-top: 1.35rem;
	color: var(--west-blue);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.west-home__reason-arrow i {
	color: var(--west-gold);
	font-style: normal;
	transition: transform var(--west-transition);
}

.west-home__reason-card:hover .west-home__reason-arrow i,
.west-home__reason-card:focus-visible .west-home__reason-arrow i {
	transform: translateX(0.2rem);
}

.west-home__properties {
	background: var(--west-surface-soft);
}

.west-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	color: var(--west-blue);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.west-text-link:hover {
	text-decoration: underline;
	text-decoration-color: var(--west-gold);
	text-underline-offset: 0.3rem;
}

.west-home__property-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-home__city {
	display: grid;
	width: min(calc(100% - 3rem), var(--west-container));
	min-height: 38rem;
	grid-template-columns: minmax(0, 1.22fr) minmax(23rem, 0.78fr);
	margin: clamp(1rem, 4vw, 4rem) auto clamp(5rem, 8vw, 7.5rem);
	background: var(--west-blue);
}

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

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

.west-home__city-content {
	display: flex;
	max-width: 39rem;
	align-self: center;
	align-items: flex-start;
	flex-direction: column;
	padding: clamp(3rem, 6vw, 5.5rem);
}

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

body.west-home-template .west-home__city-content h2 {
	margin-bottom: 1.25rem;
	color: var(--west-white);
	font-size: var(--west-text-heading-lg);
	font-weight: 600;
}

.west-home__city-content p:not(.west-eyebrow) {
	margin: 0 0 1.75rem;
	color: rgba(255, 255, 255, 0.76);
	font-size: var(--west-step-1);
	line-height: 1.6;
}

.west-home__city-link {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding-bottom: 0.35rem;
	border-bottom: 0.0625rem solid rgba(206, 178, 97, 0.58);
	color: var(--west-white);
	font-size: 0.86rem;
	font-weight: 600;
	text-decoration: none;
}

.west-home__city-link span {
	color: var(--west-gold);
	transition: transform var(--west-transition);
}

.west-home__city-link:hover span {
	transform: translateX(0.25rem);
}

.west-home__values {
	padding-block: clamp(5rem, 8vw, 7.5rem);
	background: var(--west-surface);
}

.west-home__section-heading--light .west-eyebrow {
	color: var(--west-blue);
}

body.west-home-template .west-home__section-heading--light h2 {
	color: var(--west-blue);
}

.west-home__values ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 0.0625rem solid var(--west-border);
	list-style: none;
}

.west-home__values li {
	min-height: 13rem;
	padding: 1.5rem clamp(1rem, 2vw, 1.75rem);
	border-right: 0.0625rem solid var(--west-border);
}

.west-home__values li:first-child {
	padding-left: 0;
}

.west-home__values li:last-child {
	border-right: 0;
}

.west-home__values li span,
.west-home__values li strong {
	display: block;
}

.west-home__values li span {
	margin-bottom: 2.5rem;
	color: var(--west-gold);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.west-home__values li strong {
	margin-bottom: 0.7rem;
	color: var(--west-blue);
	font-family: var(--west-font-display);
	font-size: var(--west-step-1);
	font-weight: 600;
	line-height: 1.18;
}

.west-home__values li p {
	margin: 0;
	color: var(--west-text-muted);
	font-size: 0.86rem;
	line-height: 1.55;
}

.west-home__about {
	background: var(--west-surface-soft);
}

.west-home__about-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(26rem, 1.12fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 6rem);
}

.west-home__about-copy {
	max-width: 40rem;
}

body.west-home-template .west-home__about h2 {
	max-width: 15ch;
	margin-bottom: 0;
	font-size: var(--west-step-3);
}

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

.west-home__about-media {
	min-height: clamp(27rem, 40vw, 37rem);
	overflow: hidden;
	background: var(--west-surface);
}

.west-home__about-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--west-motion-slow) var(--west-ease-out);
}

.west-home__about-media:hover img {
	transform: scale(1.025);
}

@media (max-width: 64rem) {
	.west-home__hero-inner {
		min-height: calc(42rem - var(--west-header-height));
		grid-template-columns: minmax(0, 0.8fr) minmax(22rem, 1.2fr);
		gap: 2.5rem;
	}

	body.west-home-template .west-home__hero h1 {
		font-size: clamp(3.25rem, 6vw, 4rem);
	}

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

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

	.west-home__values li:nth-child(2) {
		border-right: 0;
	}

	.west-home__values li:nth-child(-n+2) {
		border-bottom: 0.0625rem solid var(--west-border);
	}

	.west-home__about-inner {
		grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
	}
}

@media (max-width: 48rem) {
	.west-home__hero {
		padding: var(--west-header-height) 0 0;
	}

	.west-home__hero-inner,
	.west-home__section-heading--split,
	.west-home__city,
	.west-home__about-inner {
		grid-template-columns: 1fr;
	}

	.west-home__hero-inner {
		min-height: 0;
		gap: 0;
	}

	.west-home__hero-content {
		max-width: 33rem;
		padding-block: 7.25rem 2.75rem;
	}

	body.west-home-template .west-home__hero h1 {
		max-width: 10.5ch;
		font-size: clamp(2.375rem, 10.8vw, 2.75rem);
	}

	.west-home__hero-media {
		height: clamp(24rem, 56vw, 28rem);
		min-height: 0;
		margin-inline: calc((100vw - 100%) / -2);
	}

	.west-home__hero-media--campaign {
		height: auto;
		aspect-ratio: 2000 / 1333;
	}

	.west-home__city {
		width: 100%;
		min-height: 0;
		margin-top: 0;
	}

	.west-home__city-media {
		min-height: 24rem;
	}

	.west-home__city-content {
		padding: 4rem 1rem;
	}

	.west-home__about-media {
		min-height: 24rem;
	}
}

@media (max-width: 36rem) {
	.west-home__hero-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.west-home__hero-actions .west-button {
		width: 100%;
	}

	.west-home__reason-list,
	.west-home__property-grid,
	.west-home__values ul {
		grid-template-columns: 1fr;
	}

	.west-home__values li,
	.west-home__values li:nth-child(2) {
		min-height: 0;
		padding: 2rem 0;
		border-right: 0;
		border-bottom: 0.0625rem solid var(--west-border);
	}

	.west-home__values li:last-child {
		border-bottom: 0;
	}

	.west-home__values li span {
		margin-bottom: 1.5rem;
	}

	.west-home__final-inner {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.west-home__hero-line > span {
		animation: none;
	}
}
