:root {
	--west-navy: #113549;
	--west-gold: #ceb261;
	--west-charcoal: #35342f;
	--west-ivory: #f6f3ed;
	--west-white: #ffffff;
	--west-blue: var(--west-navy);
	--west-blue-deep: var(--west-navy);
	--west-surface: var(--west-ivory);
	--west-surface-soft: var(--west-ivory);
	--west-border: #d5cfc3;
	--west-border-strong: #a9a093;
	--west-text-muted: #68645c;
	--west-error: #a64141;
	--west-error-text: #842f2f;
	--west-error-surface: #fffafa;
	--west-font-primary: "Manrope", Arial, sans-serif;
	--west-font-display: var(--west-font-primary);
	--west-font-body: var(--west-font-primary);
	--west-text-display-xl: clamp(2.5rem, 1.75rem + 3.2vw, 4.375rem);
	--west-text-display-lg: clamp(2.375rem, 1.9rem + 2vw, 3.5rem);
	--west-text-h1: var(--west-text-display-xl);
	--west-text-h2: clamp(2.125rem, 1.85rem + 1.2vw, 2.75rem);
	--west-text-h3: clamp(1.5rem, 1.35rem + 0.7vw, 1.875rem);
	--west-text-body-lg: clamp(1.0625rem, 1rem + 0.25vw, 1.125rem);
	--west-text-body: clamp(1rem, 0.96rem + 0.16vw, 1.125rem);
	--west-text-small: clamp(0.8125rem, 0.79rem + 0.1vw, 0.875rem);
	--west-text-footer: clamp(0.875rem, 0.85rem + 0.1vw, 0.9375rem);
	--west-text-eyebrow: clamp(0.6875rem, 0.67rem + 0.08vw, 0.75rem);
	--west-text-heading-lg: var(--west-text-h2);
	--west-text-heading-md: var(--west-text-h3);
	--west-step--1: var(--west-text-small);
	--west-step-0: var(--west-text-body);
	--west-step-1: var(--west-text-body-lg);
	--west-step-2: var(--west-text-h3);
	--west-step-3: var(--west-text-h2);
	--west-step-4: var(--west-text-h1);
	--west-space-xs: 0.5rem;
	--west-space-sm: 0.75rem;
	--west-space-md: 1.5rem;
	--west-space-lg: 2.5rem;
	--west-space-xl: 4rem;
	--west-space-2xl: 6.5rem;
	--west-section-space: clamp(3.5rem, 8vw, 7.5rem);
	--west-space-1: 0.375rem;
	--west-space-2: var(--west-space-sm);
	--west-space-3: 1rem;
	--west-space-4: var(--west-space-md);
	--west-space-5: 2rem;
	--west-space-6: 3rem;
	--west-space-7: 4.5rem;
	--west-space-8: var(--west-space-2xl);
	--west-space-9: clamp(5.5rem, 8vw, 7.5rem);
	--west-radius-small: 0.45rem;
	--west-radius-medium: 1rem;
	--west-radius-large: 1.5rem;
	--west-shadow-soft: 0 1.25rem 4rem rgba(17, 53, 73, 0.11);
	--west-container: 80rem;
	--west-reading: 45rem;
	--west-header-height: 4.875rem;
	--west-motion-fast: 200ms;
	--west-motion-header: 300ms;
	--west-motion-base: 340ms;
	--west-motion-slow: 680ms;
	--west-motion-cinematic: 760ms;
	--west-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--west-transition: var(--west-motion-fast) var(--west-ease-out);
	--west-input-background: rgba(255, 255, 255, 0.82);
	--west-input-filled-background: var(--west-white);
	--west-input-border: rgba(17, 53, 73, 0.28);
	--west-input-focus-border: var(--west-gold);
	--west-input-label: var(--west-navy);
	--west-input-text: var(--west-navy);
	--west-input-placeholder: rgba(17, 53, 73, 0.48);
	--west-input-error-border: var(--west-error);
}

html:has(body.west-new-surface) {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--west-header-height) + var(--west-space-md));
}

body.west-new-surface,
body.west-new-surface * {
	box-sizing: border-box;
}

body.west-new-surface {
	margin: 0;
	background: var(--west-surface-soft);
	color: var(--west-charcoal);
	font-family: var(--west-font-body);
	font-size: var(--west-step-0);
	line-height: 1.65;
	overflow-x: clip;
}

body.west-new-surface :where(h1, h2, h3, h4, p, a, button, input, select, textarea, label, small, nav, footer, figcaption) {
	font-family: var(--west-font-primary);
}

body.west-new-surface :where(section[id], article[id], div[id], h1[id], h2[id], h3[id]) {
	scroll-margin-top: calc(var(--west-header-height) + var(--west-space-md));
}

body.west-new-surface :where(h1, h2, h3, h4) {
	font-weight: 600;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

body.west-new-surface h1 {
	font-size: var(--west-text-h1);
}

body.west-new-surface h2 {
	font-size: var(--west-text-h2);
}

body.west-new-surface h3 {
	font-size: var(--west-text-h3);
}

.west-eyebrow {
	margin: 0 0 var(--west-space-sm);
	color: var(--west-navy);
	font-family: var(--west-font-primary);
	font-size: var(--west-text-eyebrow);
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.west-new-surface.is-west-menu-open {
	overflow: hidden;
}

body.west-new-surface #main-content {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
}

body.west-new-surface img {
	max-width: 100%;
}

body.west-new-surface a,
body.west-new-surface button {
	-webkit-tap-highlight-color: transparent;
}

body.west-new-surface a:focus-visible,
body.west-new-surface button:focus-visible,
body.west-new-surface input:focus-visible,
body.west-new-surface select:focus-visible,
body.west-new-surface summary:focus-visible {
	outline: 0.2rem solid var(--west-gold);
	outline-offset: 0.2rem;
}

.west-button {
	display: inline-flex;
	min-height: 3.5rem;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.35rem;
	border: 0.0625rem solid transparent;
	border-radius: var(--west-radius-small);
	font-family: var(--west-font-primary);
	font-size: var(--west-text-small);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color var(--west-transition), color var(--west-transition), border-color var(--west-transition), transform var(--west-transition);
}

.west-button:hover {
	transform: translateY(-0.08rem);
}

.west-button:active,
.west-site-header__cta:active,
.west-home__reason-card:active {
	transform: scale(0.98);
}

.west-button--gold,
.west-button--primary {
	border-color: var(--west-gold);
	background: var(--west-gold);
	color: var(--west-blue-deep);
}

.west-button--gold:hover,
.west-button--primary:hover {
	border-color: var(--west-navy);
	background: var(--west-navy);
	color: var(--west-white);
}

.west-button--blue,
.west-button--secondary,
.west-button--whatsapp {
	border-color: var(--west-navy);
	background: transparent;
	color: var(--west-navy);
}

.west-button--blue:hover,
.west-button--secondary:hover,
.west-button--whatsapp:hover {
	border-color: var(--west-navy);
	background: var(--west-navy);
	color: var(--west-white);
}

:is(.west-home__hero, .west-archive__hero, .west-collection__hero, .west-property__hero) :is(.west-button--gold, .west-button--primary):hover {
	border-color: var(--west-white);
	background: var(--west-white);
	color: var(--west-navy);
}

.west-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 1000;
	padding: 0.75rem 1rem;
	background: var(--west-white);
	color: var(--west-blue-deep);
	font-weight: 700;
	text-decoration: none;
	transform: translateY(-180%);
}

.west-skip-link:focus {
	transform: translateY(0);
}

.west-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	min-height: var(--west-header-height);
	background: var(--west-navy);
	color: var(--west-white);
	font-family: var(--west-font-body);
	transition: background-color var(--west-motion-header) var(--west-ease-out), border-color var(--west-motion-header) var(--west-ease-out), box-shadow var(--west-motion-header) var(--west-ease-out);
}

body.west-home-template .west-site-header {
	background: transparent;
}

body.west-home-template .west-site-header::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 53, 73, 0.2) 0%, rgba(17, 53, 73, 0.72) 52%, rgba(17, 53, 73, 0.72) 100%);
	content: "";
	opacity: 1;
	pointer-events: none;
	transition: opacity var(--west-motion-header) var(--west-ease-out);
}

.west-site-header.is-scrolled,
body.west-home-template .west-site-header.is-scrolled {
	background: var(--west-navy);
	box-shadow: 0 0.35rem 1.25rem rgba(17, 53, 73, 0.12);
}

body.west-home-template .west-site-header.is-scrolled::before {
	opacity: 0;
}

body.admin-bar .west-site-header {
	top: 2rem;
}

.west-site-header__inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: var(--west-header-height);
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

body.west-home-template .west-site-header__inner {
	animation: west-header-enter var(--west-motion-slow) var(--west-ease-out) both;
}

@keyframes west-header-enter {
	from {
		opacity: 0;
		transform: translateY(-0.75rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.west-motion-ready .west-reveal,
body.west-motion-ready .west-reveal-image {
	opacity: 0;
	transform: translateY(1.5rem);
	transition: opacity var(--west-motion-slow) var(--west-ease-out) var(--west-reveal-delay, 0ms), transform var(--west-motion-slow) var(--west-ease-out) var(--west-reveal-delay, 0ms);
}

body.west-motion-ready .west-reveal-image {
	clip-path: inset(0 0 12% 0);
	transform: translateY(1rem) scale(1.015);
	transition-property: opacity, transform, clip-path;
}

body.west-motion-ready .west-reveal.is-revealed,
body.west-motion-ready .west-reveal-image.is-revealed {
	opacity: 1;
	transform: translateY(0) scale(1);
}

body.west-motion-ready .west-reveal-image.is-revealed {
	clip-path: inset(0);
}

.west-site-header__brand {
	display: inline-flex;
	width: min(10.25rem, 26vw);
	align-items: center;
	color: var(--west-white);
	font-family: var(--west-font-display);
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 1;
	text-decoration: none;
}

.west-site-header__logo {
	display: block;
	width: auto;
	height: 2.75rem;
	object-fit: contain;
	object-position: left center;
}

.west-site-header__nav {
	display: flex;
	align-items: center;
	gap: clamp(1.5rem, 2.5vw, 2.75rem);
}

.west-site-header__links,
.west-site-header__dropdown > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.west-site-header__links {
	display: flex;
	align-items: center;
	gap: clamp(1.3rem, 2.1vw, 2.1rem);
}

.west-site-header__links > li > a,
.west-site-header__dropdown > button {
	position: relative;
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	gap: 0.4rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.86);
	font: inherit;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.015em;
	text-decoration: none;
	cursor: pointer;
}

.west-site-header__links > li > a::after,
.west-site-header__dropdown > button::after {
	position: absolute;
	right: auto;
	bottom: 0.3rem;
	left: 50%;
	width: 0.75rem;
	height: 0.0625rem;
	background: var(--west-gold);
	content: "";
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity var(--west-transition);
}

.west-site-header__links > li > a:hover,
.west-site-header__links > li > a[aria-current="page"],
.west-site-header__dropdown > button:hover,
.west-site-header__dropdown.is-open > button {
	color: var(--west-white);
}

.west-site-header__links > li > a:hover::after,
.west-site-header__links > li > a[aria-current="page"]::after,
.west-site-header__dropdown > button:hover::after,
.west-site-header__dropdown.is-open > button::after {
	opacity: 1;
}

.west-site-header__dropdown {
	position: relative;
}

.west-site-header__dropdown > ul {
	position: absolute;
	top: calc(100% + 0.65rem);
	left: 50%;
	width: 15.5rem;
	padding: 0.6rem;
	border: 0.0625rem solid rgba(206, 178, 97, 0.32);
	background: var(--west-white);
	box-shadow: var(--west-shadow-soft);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -0.4rem);
	transition: opacity var(--west-transition), transform var(--west-transition);
}

.west-site-header__dropdown.is-open > ul,
.west-site-header__dropdown:focus-within > ul {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.west-site-header__dropdown li a {
	display: block;
	padding: 0.7rem 0.8rem;
	color: var(--west-blue-deep);
	font-size: 0.86rem;
	line-height: 1.35;
	text-decoration: none;
}

.west-site-header__dropdown li a:hover {
	background: var(--west-surface);
}

.west-site-header__cta {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding: 0.68rem 1.1rem;
	border: 0.0625rem solid var(--west-gold);
	background: var(--west-gold);
	color: var(--west-blue-deep);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color var(--west-transition), color var(--west-transition), border-color var(--west-transition);
}

.west-site-header__cta:hover {
	border-color: #dbc77f;
	background: #dbc77f;
	color: var(--west-blue-deep);
}

.west-site-header__menu-toggle,
.west-site-header__mobile-head,
.west-site-header__backdrop {
	display: none;
}

.west-pre-footer {
	padding-block: clamp(5rem, 7vw, 6.25rem);
	background: var(--west-ivory);
	color: var(--west-charcoal);
	font-family: var(--west-font-primary);
}

.west-pre-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(2rem, 8vw, 7rem);
	border-top: 0.0625rem solid var(--west-border);
	padding-top: clamp(2.5rem, 4vw, 3.5rem);
}

.west-pre-footer__copy {
	max-width: 44rem;
}

.west-pre-footer .west-eyebrow {
	margin-bottom: var(--west-space-md);
	color: var(--west-gold);
}

.west-pre-footer h2 {
	max-width: 19ch;
	margin: 0 0 var(--west-space-md);
	color: var(--west-navy);
	font-size: var(--west-text-h2);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.04;
	text-wrap: balance;
}

.west-pre-footer__copy > p:last-child {
	max-width: 37rem;
	margin: 0;
	color: var(--west-text-muted);
	font-size: var(--west-text-body-lg);
	line-height: 1.65;
}

.west-pre-footer .west-button {
	min-width: 13.5rem;
}

.west-site-footer {
	background: var(--west-navy);
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--west-font-primary);
}

.west-site-footer__main {
	display: grid;
	grid-template-columns: minmax(16rem, 1.65fr) repeat(3, minmax(9rem, 1fr));
	gap: clamp(2rem, 6vw, 6rem);
	padding-block: clamp(4.5rem, 6vw, 5.5rem);
}

.west-site-footer__main--three-columns {
	grid-template-columns: minmax(16rem, 1.65fr) repeat(2, minmax(9rem, 1fr));
}

.west-site-footer__brand p {
	margin: 0;
}

.west-site-footer__logo {
	display: block;
	width: clamp(8.125rem, 12vw, 10.625rem);
	height: auto;
	margin-bottom: var(--west-space-md);
	object-fit: contain;
}

.west-site-footer__brand-kicker {
	margin-bottom: var(--west-space-sm) !important;
	color: var(--west-gold);
	font-size: var(--west-text-eyebrow);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.west-site-footer__brand > p:last-child {
	max-width: 22rem;
	font-size: var(--west-text-footer);
	line-height: 1.6;
}

.west-site-footer__nav > p {
	margin: 0 0 var(--west-space-sm);
	color: var(--west-gold);
	font-size: var(--west-text-eyebrow);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.west-site-footer__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.west-site-footer__nav li + li {
	margin-top: 0.1rem;
}

.west-site-footer__nav a {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: var(--west-text-footer);
	text-decoration: none;
	text-underline-offset: 0.3rem;
	overflow-wrap: anywhere;
}

.west-site-footer__nav a:hover {
	color: var(--west-white);
	text-decoration: underline;
	text-decoration-color: var(--west-gold);
	text-underline-offset: 0.25rem;
}

.west-site-footer__whatsapp-link::after {
	content: "↗";
	margin-left: 0.4rem;
	color: var(--west-gold);
	font-size: 0.8em;
}

.west-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--west-space-md);
	padding-block: 1.4rem;
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.16);
	font-size: var(--west-text-footer);
}

.west-site-footer__bottom p {
	margin: 0;
}

.west-site-footer__legal ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: var(--west-space-sm) var(--west-space-md);
	margin: 0;
	padding: 0;
	list-style: none;
}

.west-site-footer__legal a {
	color: rgba(255, 255, 255, 0.78);
	font-size: var(--west-text-footer);
	text-decoration-color: transparent;
	text-underline-offset: 0.3rem;
}

.west-site-footer__legal a:hover {
	color: var(--west-white);
	text-decoration-color: var(--west-gold);
}

.west-about {
	background: var(--west-surface-soft);
	color: var(--west-charcoal);
	font-family: var(--west-font-body);
}

.west-about h1,
.west-about h2 {
	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-about__hero {
	padding-block: clamp(3rem, 6vw, 5.5rem);
	background: var(--west-blue);
}

.west-about__hero-inner {
	display: grid;
	width: min(calc(100vw - 1.5rem), 88.5rem);
	max-width: none;
	grid-template-columns: minmax(18rem, 0.84fr) minmax(0, 1.16fr);
	align-items: center;
	gap: 1rem;
}

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

.west-about__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;
}

.west-about__hero p:not(.west-eyebrow) {
	max-width: 43rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: var(--west-step-1);
	line-height: 1.6;
}

.west-about__hero-media {
	min-height: clamp(26rem, 38vw, 34rem);
	border-radius: 0;
	background: var(--west-blue-deep);
	overflow: hidden;
}

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

.west-about__hero-media--campaign {
	display: flex;
	align-items: center;
	justify-content: center;
}

.west-about__hero-media--campaign img {
	height: auto;
	object-fit: contain;
	object-position: center;
}

.west-about__content {
	padding-block: clamp(5rem, 9vw, 8rem);
}

.west-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
	gap: clamp(3rem, 8vw, 8rem);
	border-top: 0.0625rem solid var(--west-border);
	padding-top: clamp(2rem, 4vw, 3.5rem);
}

.west-about__content-heading h2 {
	max-width: 16ch;
	margin-bottom: 0;
	font-size: var(--west-text-heading-lg);
	font-weight: 600;
	text-wrap: balance;
}

.west-about__content-copy p {
	max-width: 42rem;
	margin: 0 0 1.35rem;
	color: var(--west-text-muted);
	font-size: var(--west-step-0);
	line-height: 1.72;
}

.west-about__visual {
	padding-bottom: clamp(5rem, 9vw, 9rem);
}

.west-about__visual-media {
	margin: 0;
}

.west-about__visual-media img {
	display: block;
	width: 100%;
	height: clamp(31rem, 60vw, 48rem);
	object-fit: cover;
}

.west-about__visual-media figcaption {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.85rem;
	color: var(--west-text-muted);
	font-size: 0.78rem;
}

.west-about__visual-media figcaption span {
	color: var(--west-blue);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.west-about__instagram {
	padding-bottom: clamp(5rem, 9vw, 9rem);
}

.west-about__instagram-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.9fr);
	align-items: end;
	gap: clamp(2rem, 7vw, 7rem);
	border-top: 0.0625rem solid var(--west-border);
	padding-top: clamp(2rem, 4vw, 3.5rem);
}

.west-about__instagram-heading h2 {
	max-width: 14ch;
	margin: 0;
	font-size: var(--west-text-heading-lg);
	font-weight: 600;
	text-wrap: balance;
}

.west-about__instagram-heading > p {
	max-width: 31rem;
	margin: 0 0 0.35rem;
	color: var(--west-text-muted);
	line-height: 1.65;
}

.west-about__instagram-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.75rem, 1.6vw, 1.5rem);
	margin-top: clamp(2.25rem, 5vw, 4rem);
}

.west-about__instagram-item {
	display: block;
	aspect-ratio: 4 / 5;
	background: var(--west-blue-deep);
	overflow: hidden;
}

.west-about__instagram-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms var(--west-ease-out);
}

.west-about__instagram-item:hover img {
	transform: scale(1.02);
}

.west-about__instagram-item:focus-visible {
	outline: 0.125rem solid var(--west-blue);
	outline-offset: 0.25rem;
}

.west-about__instagram-link {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 1.5rem;
	color: var(--west-blue);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
}

.west-about__instagram-link span {
	transition: transform 220ms ease;
}

.west-about__instagram-link:hover span,
.west-about__instagram-link:focus-visible span {
	transform: translateX(0.2rem);
}

@media (max-width: 64rem) {
	.west-about__instagram-heading {
		grid-template-columns: 1fr 1fr;
	}

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

.west-contact {
	background: var(--west-surface-soft);
	color: var(--west-charcoal);
	font-family: var(--west-font-body);
}

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

.west-contact__hero {
	padding-block: clamp(4.5rem, 9vw, 8rem);
	background: var(--west-blue);
}

.west-contact__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
	align-items: start;
	gap: clamp(3rem, 9vw, 9rem);
}

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

.west-contact__hero h1 {
	max-width: 8ch;
	margin-bottom: 1.5rem;
	color: var(--west-white);
	font-size: var(--west-text-display-xl);
	font-weight: 700;
	line-height: 0.96;
	text-wrap: balance;
}

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

.west-contact__details {
	margin: 0;
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.28);
	font-style: normal;
}

.west-contact__detail {
	display: grid;
	grid-template-columns: 7rem minmax(0, 1fr);
	align-items: baseline;
	gap: 1.5rem;
	padding-block: clamp(1.35rem, 2.8vw, 2rem);
	border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.28);
}

.west-contact__detail > span {
	color: var(--west-gold);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.west-contact__detail a,
.west-contact__detail p {
	min-width: 0;
	margin: 0;
	color: var(--west-white);
	font-family: var(--west-font-display);
	font-size: clamp(1.15rem, 2vw, 1.65rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.35;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.west-contact__detail a:hover {
	color: var(--west-gold);
}

.west-contact__guide {
	padding-block: clamp(5rem, 9vw, 8rem);
}

.west-contact__guide-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(24rem, 1.05fr);
	gap: clamp(3rem, 9vw, 9rem);
	border-top: 0.0625rem solid var(--west-border);
	padding-top: clamp(2.25rem, 4vw, 3.5rem);
}

.west-contact__guide-heading h2 {
	max-width: 15ch;
	margin-bottom: 0;
	font-size: var(--west-text-heading-lg);
	text-wrap: balance;
}

.west-contact__guide-copy > p {
	max-width: 39rem;
	margin: 0;
	color: var(--west-text-muted);
	font-size: var(--west-step-0);
	line-height: 1.72;
}

.west-contact__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.25rem 1.75rem;
	margin-top: 2rem;
}

.west-contact__text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--west-blue);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: var(--west-gold);
	text-underline-offset: 0.3rem;
}

.west-contact__text-link span {
	transition: transform var(--west-transition);
}

.west-contact__text-link:hover span {
	transform: translateX(0.2rem);
}

.west-contact__visual {
	padding-bottom: clamp(5rem, 9vw, 9rem);
}

.west-contact__visual-media {
	margin: 0;
}

.west-contact__visual-media img {
	display: block;
	width: 100%;
	height: clamp(29rem, 58vw, 47rem);
	object-fit: cover;
	object-position: center 58%;
}

.west-contact__visual-media figcaption {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.85rem;
	color: var(--west-text-muted);
	font-size: 0.78rem;
}

.west-contact__visual-media figcaption span {
	color: var(--west-blue);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 71.25rem) {
	.west-site-header__links {
		gap: 0.8rem;
	}

	.west-site-header__links > li > a,
	.west-site-header__dropdown > button {
		font-size: 0.84rem;
	}
}

@media (min-width: 64.0625rem) {
	body.west-home-template .west-site-header:not(.is-scrolled) .west-site-header__links > li > a {
		color: rgba(255, 255, 255, 0.92);
		text-shadow: 0 0.0625rem 0.75rem rgba(17, 53, 73, 0.38);
	}

	body.west-home-template .west-site-header:not(.is-scrolled) .west-site-header__links > li > a:hover,
	body.west-home-template .west-site-header:not(.is-scrolled) .west-site-header__links > li > a[aria-current="page"] {
		color: var(--west-white);
	}
}

@media (max-width: 64rem) {
	:root {
		--west-header-height: 4.5rem;
	}

	.west-site-header__inner {
		min-height: var(--west-header-height);
	}

	.west-site-header__menu-toggle {
		display: inline-flex;
		min-height: 2.75rem;
		align-items: center;
		gap: 0.65rem;
		padding: 0.5rem 0;
		border: 0;
		background: transparent;
		color: var(--west-white);
		font: inherit;
		font-size: 0.78rem;
		font-weight: 600;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		cursor: pointer;
	}

	.west-site-header__menu-icon {
		display: grid;
		gap: 0.35rem;
	}

	.west-site-header__menu-icon i {
		display: block;
		width: 1.35rem;
		height: 0.09rem;
		background: var(--west-gold);
	}

	.west-site-header__backdrop {
		position: fixed;
		inset: 0;
		z-index: 120;
		display: block;
		background: rgba(4, 20, 28, 0.62);
		opacity: 0;
		pointer-events: none;
		transition: opacity var(--west-transition);
	}

	.west-site-header__nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 130;
		display: none;
		width: min(92vw, 28rem);
		align-items: stretch;
		flex-direction: column;
		gap: 1.5rem;
		padding: 1.2rem clamp(1.25rem, 5vw, 2.25rem) 2rem;
		background: var(--west-blue-deep);
		box-shadow: -1.5rem 0 4rem rgba(4, 20, 28, 0.24);
		overflow-y: auto;
		visibility: hidden;
	}

	body.west-new-surface .west-site-header.is-menu-open .west-site-header__backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	body.west-new-surface .west-site-header.is-menu-open .west-site-header__nav {
		display: flex;
		visibility: visible;
		animation: west-mobile-menu-enter var(--west-motion-base) var(--west-ease-out) both;
	}

	@keyframes west-mobile-menu-enter {
		from {
			opacity: 0;
			clip-path: inset(0 0 0 100%);
		}
		to {
			opacity: 1;
			clip-path: inset(0);
		}
	}

	.west-site-header__mobile-head {
		display: flex;
		min-height: 3.25rem;
		align-items: center;
		justify-content: space-between;
		border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.16);
		color: var(--west-gold);
		font-family: var(--west-font-primary);
		font-weight: 600;
		font-size: 1.5rem;
		letter-spacing: 0.08em;
	}

	.west-site-header__mobile-head button {
		width: 2.75rem;
		height: 2.75rem;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--west-white);
		font: inherit;
		font-family: var(--west-font-primary);
		font-size: 2rem;
		font-weight: 400;
		cursor: pointer;
	}

	.west-site-header__links {
		display: block;
	}

	.west-site-header__links > li {
		border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.12);
	}

	.west-site-header__links > li > a,
	.west-site-header__dropdown > button {
		width: 100%;
		min-height: 3.75rem;
		justify-content: space-between;
		font-size: 0.875rem;
	}

	.west-site-header__links > li > a::after,
	.west-site-header__dropdown > button::after {
		display: none;
	}

	.west-site-header__dropdown > button {
		cursor: default;
	}

	.west-site-header__dropdown > ul,
	.west-site-header__dropdown.is-open > ul,
	.west-site-header__dropdown:focus-within > ul {
		position: static;
		width: auto;
		padding: 0 0 0.85rem 1rem;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.west-site-header__dropdown li a {
		padding: 0.55rem 0;
		color: rgba(255, 255, 255, 0.66);
		font-size: 0.86rem;
	}

	.west-site-header__dropdown li a:hover {
		background: transparent;
		color: var(--west-white);
	}

	.west-site-header__cta {
		width: 100%;
		min-height: 3.4rem;
		margin-top: auto;
	}

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

	.west-pre-footer__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 2rem;
	}

	.west-about__hero-inner {
		grid-template-columns: minmax(13rem, 0.6fr) minmax(0, 1.4fr);
		gap: 1.5rem;
	}

	.west-contact__hero-grid {
		grid-template-columns: minmax(0, 0.82fr) minmax(25rem, 1.18fr);
		gap: clamp(3rem, 6vw, 5rem);
	}
}

@media (max-width: 50rem) {
	.west-contact__hero-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}

@media (max-width: 40rem) {
	:root {
		--west-header-height: 4rem;
		--west-text-display-xl: clamp(2.375rem, 10.8vw, 2.75rem);
		--west-text-display-lg: clamp(2.375rem, 10.8vw, 2.75rem);
	}

	body.admin-bar .west-site-header {
		top: 2.875rem;
	}

	.west-shell {
		width: min(calc(100% - 2rem), var(--west-container));
	}

	.west-site-header__brand {
		width: 8.5rem;
	}

	.west-site-header__logo {
		height: 2.35rem;
	}

	.west-site-footer__main {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.west-site-footer__brand {
		grid-column: auto;
	}

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

	.west-pre-footer .west-button {
		width: 100%;
		min-width: 0;
	}

	.west-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.west-site-footer__legal ul {
		justify-content: flex-start;
	}

	.west-about__hero h1 {
		font-size: clamp(2.375rem, 10.8vw, 2.75rem);
	}

	.west-about__hero-inner,
	.west-about__grid {
		grid-template-columns: 1fr;
	}

	.west-about__hero-media {
		min-height: 23rem;
	}

	.west-about__hero-media--campaign {
		min-height: 0;
		aspect-ratio: 2000 / 1333;
	}

	.west-about__visual-media img {
		height: 27rem;
	}

	.west-about__visual-media figcaption {
		align-items: flex-start;
		flex-direction: column;
	}

	.west-about__instagram-heading {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.west-about__instagram-grid {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(15rem, 82vw);
		gap: 0.875rem;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		padding: 0.25rem 0.25rem 0.8rem;
		scroll-snap-type: inline mandatory;
		scrollbar-width: thin;
	}

	.west-about__instagram-item {
		scroll-snap-align: start;
	}

	.west-contact__hero {
		padding-block: 4rem;
	}

	.west-contact__hero h1 {
		font-size: clamp(2.6rem, 12vw, 3.4rem);
	}

	.west-contact__hero-grid,
	.west-contact__guide-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.west-contact__detail {
		grid-template-columns: 5.5rem minmax(0, 1fr);
		gap: 1rem;
	}

	.west-contact__detail a,
	.west-contact__detail p {
		font-size: 1.05rem;
	}

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

	.west-contact__actions .west-button {
		width: 100%;
	}

	.west-contact__visual-media img {
		height: 26rem;
	}

	.west-contact__visual-media figcaption {
		align-items: flex-start;
		flex-direction: column;
	}

}

@media (prefers-reduced-motion: reduce) {
	html:has(body.west-new-surface) {
		scroll-behavior: auto;
	}

	.west-new-surface *,
	.west-new-surface *::before,
	.west-new-surface *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	body.west-motion-ready .west-reveal,
	body.west-motion-ready .west-reveal-image {
		opacity: 1 !important;
		clip-path: none !important;
		transform: none !important;
	}
}
