/* Merlot 520 Home restyling — Phase 1: Header + existing Hero only. */

body.m520-home-restyle-phase-1 {
	--m520-phase1-header-height: 5rem;
	overflow-x: hidden;
}

.m520-home-restyle-phase-1 #header {
	position: sticky;
	top: 0;
	z-index: 90;
	font-family: var(--m520-font-body);
}

.admin-bar.m520-home-restyle-phase-1 #header { top: 32px; }

.m520-home-restyle-phase-1 #header [data-row="middle"] {
	min-height: var(--m520-phase1-header-height);
	border-bottom: 1px solid rgba(198, 169, 122, .34);
	background: rgba(249, 246, 242, .96) !important;
	box-shadow: 0 8px 30px rgba(41, 45, 40, .06);
	backdrop-filter: blur(14px);
}

.m520-home-restyle-phase-1 #header .ct-container {
	width: min(100% - 2rem, var(--m520-width-wide));
	min-height: var(--m520-phase1-header-height);
	gap: clamp(1rem, 2vw, 2rem);
}

.m520-home-restyle-phase-1 #header .site-logo-container img {
	width: auto;
	max-width: 10.25rem;
	max-height: 3.15rem;
	filter: brightness(0) saturate(100%) invert(31%) sepia(17%) saturate(1236%) hue-rotate(158deg) brightness(91%) contrast(88%);
}

@media (min-width: 1000px) {
	.m520-home-restyle-phase-1 #header .site-branding,
	.m520-home-restyle-phase-1 #header .site-logo-container {
		display: flex;
		align-items: center;
		align-self: center;
	}
}

.m520-home-restyle-phase-1 #header .header-menu-1 .menu {
	display: flex;
	align-items: center;
	gap: clamp(.9rem, 1.5vw, 1.6rem);
}

.m520-home-restyle-phase-1 #header .ct-menu-link {
	position: relative;
	min-height: 2.75rem;
	display: inline-flex;
	align-items: center;
	padding: 0;
	color: var(--m520-color-ink) !important;
	font-family: var(--m520-font-body);
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .01em;
	text-decoration: none;
	transition: color var(--m520-transition-fast);
}

.m520-home-restyle-phase-1 #header .header-menu-1 .ct-menu-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: .35rem;
	height: 2px;
	background: var(--m520-color-gold);
	transition: right var(--m520-transition-base);
}

.m520-home-restyle-phase-1 #header .header-menu-1 .ct-menu-link:hover,
.m520-home-restyle-phase-1 #header .header-menu-1 .ct-menu-link:focus-visible { color: var(--m520-color-brisa-deep) !important; }
.m520-home-restyle-phase-1 #header .header-menu-1 .ct-menu-link:hover::after,
.m520-home-restyle-phase-1 #header .header-menu-1 .ct-menu-link:focus-visible::after { right: 0; }

.m520-home-restyle-phase-1 #header :focus-visible,
.m520-home-restyle-phase-1 .stk-cf247fd :focus-visible {
	outline: 3px solid var(--m520-color-gold);
	outline-offset: 3px;
	box-shadow: none;
}

.m520-home-restyle-phase-1 #header .ct-header-socials .ct-social-box { gap: .65rem; }
.m520-home-restyle-phase-1 #header .ct-header-socials a {
	--theme-icon-color: var(--m520-color-brisa-deep);
	width: 2.75rem;
	height: 2.75rem;
	display: grid;
	place-items: center;
	border: 1px solid var(--m520-color-line);
	border-radius: var(--m520-radius-pill);
	color: var(--m520-color-brisa-deep) !important;
	transition: border-color var(--m520-transition-fast), background-color var(--m520-transition-fast), transform var(--m520-transition-fast);
}
.m520-home-restyle-phase-1 #header .ct-header-socials a:hover {
	border-color: var(--m520-color-gold);
	background: var(--m520-color-gold-light);
	transform: translateY(-1px);
}

.m520-home-restyle-phase-1 #header .ct-header-cta a {
	min-height: 3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .72rem 1.05rem;
	border: 1px solid var(--m520-color-brisa-deep) !important;
	border-radius: var(--m520-radius-md) !important;
	background: var(--m520-color-brisa-deep) !important;
	color: var(--m520-color-white) !important;
	font-family: var(--m520-font-body);
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: none !important;
	transition: background-color var(--m520-transition-fast), transform var(--m520-transition-fast);
}
.m520-home-restyle-phase-1 #header .ct-header-cta a:hover {
	background: var(--m520-color-brisa-deeper) !important;
	transform: translateY(-1px);
}

.m520-home-restyle-phase-1 #header .ct-header-trigger {
	--theme-icon-color: var(--m520-color-brisa-deep);
	width: 3rem;
	height: 3rem;
	border: 1px solid var(--m520-color-line);
	border-radius: var(--m520-radius-md);
	color: var(--m520-color-brisa-deep) !important;
}

/* Preserve the existing photograph and two-column Stackable composition. */
.m520-home-restyle-phase-1 .entry-content > .stk-cf247fd {
	min-height: clamp(36rem, calc(100svh - var(--m520-phase1-header-height)), 52rem);
	display: flex;
	align-items: center;
	padding: clamp(7rem, 15vh, 11rem) clamp(1.25rem, 6vw, 6rem) clamp(5rem, 10vh, 7rem) !important;
	background-position: center 40% !important;
	background-size: cover !important;
	font-family: var(--m520-font-body);
}

.m520-home-restyle-phase-1 .entry-content > .stk-cf247fd::before {
	background: linear-gradient(90deg, rgba(32, 47, 57, .72) 0%, rgba(41, 54, 58, .54) 47%, rgba(41, 54, 58, .16) 100%) !important;
	opacity: 1 !important;
}

.m520-home-restyle-phase-1 .stk-cf247fd > .stk-row { width: min(100%, var(--m520-width-wide)); margin-inline: auto; }
.m520-home-restyle-phase-1 .stk-cf247fd .stk-1d93b9f { flex-basis: min(54%, 46rem) !important; }
.m520-home-restyle-phase-1 .stk-cf247fd .stk-c1d65fb { flex: 1 1 auto !important; }
.m520-home-restyle-phase-1 .stk-cf247fd .stk-1d93b9f-inner-blocks { text-align: left !important; }

.m520-phase1-hero__eyebrow {
	margin: 0 0 var(--m520-space-4);
	color: var(--m520-color-gold-on-dark);
	font-family: var(--m520-font-body);
	font-size: var(--m520-text-xs);
	font-weight: 700;
	letter-spacing: var(--m520-tracking-eyebrow);
	text-transform: uppercase;
}

.m520-home-restyle-phase-1 .stk-cf247fd .stk-436ce8b { margin-bottom: var(--m520-space-6) !important; }
.m520-home-restyle-phase-1 .stk-cf247fd .stk-436ce8b .stk-block-heading__text {
	max-width: 12ch;
	margin: 0;
	color: var(--m520-color-white) !important;
	font-family: var(--m520-font-display) !important;
	font-size: clamp(3.2rem, 5.5vw, 5.75rem) !important;
	font-weight: 400 !important;
	line-height: .99 !important;
	letter-spacing: -.02em;
	text-align: left !important;
	text-wrap: balance;
}

.m520-home-restyle-phase-1 .stk-cf247fd .stk-ad51fb0 { max-width: 42rem !important; margin-bottom: var(--m520-space-8) !important; }
.m520-home-restyle-phase-1 .stk-cf247fd .stk-ad51fb0 .stk-block-text__text {
	margin: 0;
	color: rgba(255, 255, 255, .9) !important;
	font-family: var(--m520-font-body) !important;
	font-size: clamp(1rem, .94rem + .25vw, 1.2rem);
	line-height: 1.65;
	text-align: left !important;
}

.m520-phase1-hero__actions { display: flex; flex-wrap: wrap; gap: var(--m520-space-3); }
.m520-phase1-button {
	min-height: 3.15rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .78rem 1.2rem;
	border: 1px solid transparent;
	border-radius: var(--m520-radius-md);
	font-family: var(--m520-font-body);
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform var(--m520-transition-fast), background-color var(--m520-transition-fast), border-color var(--m520-transition-fast);
}
.m520-phase1-button:hover { transform: translateY(-1px); }
.m520-phase1-button--primary { background: var(--m520-color-brisa); color: var(--m520-color-ink) !important; }
.m520-phase1-button--primary:hover { background: var(--m520-color-brisa-light); }
.m520-phase1-button--secondary { border-color: rgba(255,255,255,.88); background: rgba(255,255,255,.04); color: var(--m520-color-white) !important; }
.m520-phase1-button--secondary:hover { border-color: var(--m520-color-gold-on-dark); background: rgba(255,255,255,.1); }

/* Phase 2 — compact, hospitable proof immediately after the Hero. */
.m520-phase2-trust {
	position: relative;
	z-index: 2;
	padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 5vw, 4rem);
	border-top: 1px solid rgba(198, 169, 122, .5);
	border-bottom: 1px solid var(--m520-color-line);
	background: var(--m520-color-cream);
	font-family: var(--m520-font-body);
}
.m520-phase2-trust__inner { width: min(100%, var(--m520-width-wide)); margin-inline: auto; }
.m520-phase2-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}
.m520-phase2-trust__item {
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--m520-space-4);
	padding: var(--m520-space-3) clamp(1rem, 2.4vw, 2.5rem);
	border-right: 1px solid var(--m520-color-line);
	color: var(--m520-color-ink);
}
.m520-phase2-trust__item:last-child { border-right: 0; }
.m520-phase2-trust__icon {
	width: 1.65rem;
	height: 1.65rem;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--m520-color-gold-deep);
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.m520-phase2-trust__item strong,
.m520-phase2-trust__item span { display: block; }
.m520-phase2-trust__item strong {
	font-family: var(--m520-font-display);
	font-size: clamp(1.35rem, 1.1rem + .55vw, 1.85rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -.015em;
}
.m520-phase2-trust__item span {
	margin-top: .3rem;
	color: var(--m520-color-muted);
	font-size: var(--m520-text-xs);
	font-weight: 600;
	line-height: 1.35;
}
.m520-phase2-trust__source {
	width: max-content;
	max-width: 100%;
	display: block;
	margin: var(--m520-space-5) auto 0;
	color: var(--m520-color-brisa-deep);
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .025em;
	text-decoration-color: rgba(54, 86, 107, .35);
	text-underline-offset: .25em;
}
.m520-phase2-trust__source:hover { color: var(--m520-color-gold-deep); }
.m520-phase2-trust__source:focus-visible {
	outline: 3px solid var(--m520-color-gold);
	outline-offset: 4px;
}

/* Phase 3 — editorial presentation of Merlot 520's two properties. */
.m520-phase3-lofts {
	padding: clamp(4.75rem, 8vw, 8rem) clamp(1.25rem, 5vw, 4rem);
	background: var(--m520-color-cream);
	color: var(--m520-color-ink);
	font-family: var(--m520-font-body);
}
.m520-phase3-lofts__inner { width: min(100%, var(--m520-width-wide)); margin-inline: auto; }
.m520-phase3-lofts__intro {
	max-width: 52rem;
	margin: 0 auto clamp(3.5rem, 7vw, 6rem);
	text-align: center;
}
.m520-phase3-lofts__eyebrow {
	margin: 0 0 var(--m520-space-4);
	color: var(--m520-color-brisa-deep);
	font-size: var(--m520-text-xs);
	font-weight: 700;
	letter-spacing: var(--m520-tracking-eyebrow);
	text-transform: uppercase;
}
.m520-phase3-lofts__intro h2 {
	max-width: 16ch;
	margin: 0 auto var(--m520-space-5);
	color: var(--m520-color-ink) !important;
	font-family: var(--m520-font-display);
	font-size: clamp(2.45rem, 4.3vw, 4.5rem);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -.025em;
	text-wrap: balance;
}
.m520-phase3-lofts__intro > p:last-child {
	max-width: 47rem;
	margin: 0 auto;
	color: var(--m520-color-muted);
	font-size: clamp(1rem, .95rem + .2vw, 1.13rem);
	line-height: 1.75;
}
.m520-phase3-property {
	--m520-property-accent: var(--m520-color-brisa);
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(20rem, .82fr);
	align-items: center;
	gap: clamp(2.5rem, 6vw, 6.5rem);
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
	border-top: 1px solid var(--m520-color-line);
}
.m520-phase3-property:last-child { border-bottom: 1px solid var(--m520-color-line); }
.m520-phase3-property--verde { --m520-property-accent: #31402D; }
.m520-phase3-property--anil {
	--m520-property-accent: #2E3F63;
	grid-template-columns: minmax(20rem, .82fr) minmax(0, 1.18fr);
}
.m520-phase3-property__media {
	position: relative;
	min-width: 0;
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
	border-radius: var(--m520-radius-xl);
	background: var(--m520-color-brisa-light);
}
.m520-phase3-property__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border: 1px solid rgba(41, 45, 40, .1);
	border-radius: inherit;
}
.m520-phase3-property__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.m520-phase3-property--verde .m520-phase3-property__media img { object-position: center 52%; }
.m520-phase3-property--anil .m520-phase3-property__media img { object-position: center; }
.m520-phase3-property__provisional {
	position: absolute;
	right: var(--m520-space-4);
	bottom: var(--m520-space-4);
	z-index: 1;
	padding: .55rem .75rem;
	border: 1px solid rgba(249, 246, 242, .7);
	border-radius: var(--m520-radius-md);
	background: rgba(249, 246, 242, .9);
	color: #2E3F63;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}
.m520-phase3-property__content { max-width: 31rem; }
.m520-phase3-property--anil .m520-phase3-property__content { justify-self: end; }
.m520-phase3-property__descriptor {
	margin: 0 0 var(--m520-space-4);
	padding-left: var(--m520-space-4);
	border-left: 2px solid var(--m520-property-accent);
	color: var(--m520-property-accent);
	font-size: var(--m520-text-xs);
	font-weight: 700;
	letter-spacing: .055em;
	line-height: 1.45;
	text-transform: uppercase;
}
.m520-phase3-property__content h3 {
	margin: 0 0 var(--m520-space-5);
	color: var(--m520-property-accent);
	font-family: var(--m520-font-display);
	font-size: clamp(2.65rem, 4.2vw, 4.25rem);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.025em;
}
.m520-phase3-property__description {
	margin: 0;
	color: var(--m520-color-muted);
	font-size: clamp(1rem, .96rem + .18vw, 1.12rem);
	line-height: 1.75;
}
.m520-phase3-property__features {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem 0;
	margin: var(--m520-space-6) 0 0;
	padding: 0;
	list-style: none;
}
.m520-phase3-property__features li {
	position: relative;
	padding: 0 .85rem;
	color: var(--m520-color-ink);
	font-size: .78rem;
	font-weight: 650;
	line-height: 1.4;
}
.m520-phase3-property__features li:first-child { padding-left: 0; }
.m520-phase3-property__features li + li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--m520-color-gold);
	transform: translate(-50%, -50%);
}
.m520-phase3-property__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--m520-space-3);
	margin-top: var(--m520-space-10);
}
.m520-phase3-property__primary {
	background: #31402D;
	color: var(--m520-color-white) !important;
}
.m520-phase3-property__primary:hover { background: #40523A; }
.m520-phase3-property__secondary {
	border-color: var(--m520-property-accent);
	background: transparent;
	color: var(--m520-property-accent) !important;
}
.m520-phase3-property__status {
	display: inline-flex;
	align-items: center;
	min-height: 3.15rem;
	padding: .78rem 1.2rem;
	border: 1px solid #2E3F63;
	border-radius: var(--m520-radius-md);
	background: rgba(46, 63, 99, .045);
	color: #2E3F63;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
}
.m520-phase3-lofts :focus-visible {
	outline: 3px solid var(--m520-color-gold);
	outline-offset: 4px;
}

/* Phase 4 — one shared editorial field, not four independent cards. */
.m520-phase4-value {
	width: 100vw;
	max-width: none;
	margin-inline: calc(50% - 50vw);
	box-sizing: border-box;
	padding: clamp(4.75rem, 8vw, 8rem) clamp(1.25rem, 5vw, 4rem);
	border-top: 1px solid rgba(120, 153, 174, .28);
	border-bottom: 1px solid rgba(120, 153, 174, .28);
	background: var(--m520-color-brisa-light);
	color: var(--m520-color-ink);
	font-family: var(--m520-font-body);
}
.m520-phase4-value__inner {
	width: min(100%, var(--m520-width-wide));
	display: grid;
	grid-template-columns: minmax(18rem, .78fr) minmax(0, 1.22fr);
	gap: clamp(3.5rem, 8vw, 8rem);
	margin-inline: auto;
}
.m520-phase4-value__intro { align-self: start; }
.m520-phase4-value__eyebrow {
	margin: 0 0 var(--m520-space-4);
	color: var(--m520-color-brisa-deep);
	font-size: var(--m520-text-xs);
	font-weight: 700;
	letter-spacing: var(--m520-tracking-eyebrow);
	line-height: 1.45;
	text-transform: uppercase;
}
.m520-phase4-value__intro h2 {
	max-width: 13ch;
	margin: 0 0 var(--m520-space-6);
	color: var(--m520-color-ink) !important;
	font-family: var(--m520-font-display);
	font-size: clamp(2.5rem, 4.1vw, 4.4rem);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -.025em;
	text-wrap: balance;
}
.m520-phase4-value__intro > p:last-child {
	max-width: 35rem;
	margin: 0;
	color: var(--m520-color-muted);
	font-size: clamp(1rem, .96rem + .18vw, 1.12rem);
	line-height: 1.75;
}
.m520-phase4-value__reasons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(54, 86, 107, .22);
	border-left: 1px solid rgba(54, 86, 107, .22);
}
.m520-phase4-value__reason {
	min-width: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	align-content: start;
	gap: var(--m520-space-4);
	padding: clamp(1.75rem, 3.4vw, 3rem);
	border-right: 1px solid rgba(54, 86, 107, .22);
	border-bottom: 1px solid rgba(54, 86, 107, .22);
}
.m520-phase4-value__number {
	padding-top: .25rem;
	color: var(--m520-color-gold-deep);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08em;
}
.m520-phase4-value__reason h3 {
	margin: 0 0 var(--m520-space-4);
	color: var(--m520-color-brisa-deep);
	font-family: var(--m520-font-display);
	font-size: clamp(1.55rem, 1.25rem + .7vw, 2.05rem);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -.012em;
}
.m520-phase4-value__reason p {
	margin: 0;
	color: var(--m520-color-muted);
	font-size: .91rem;
	line-height: 1.72;
}

/* Phase 5 — compact destinations grouped by travel intent, with one useful map. */
.m520-phase5-location {
	width: 100vw;
	max-width: none;
	margin-inline: calc(50% - 50vw);
	box-sizing: border-box;
	padding: clamp(4.75rem, 8vw, 8rem) clamp(1.25rem, 5vw, 4rem);
	border-bottom: 1px solid var(--m520-color-line);
	background: var(--m520-color-cream);
	color: var(--m520-color-ink);
	font-family: var(--m520-font-body);
}
.m520-phase5-location__inner {
	width: min(100%, var(--m520-width-wide));
	margin-inline: auto;
}
.m520-phase5-location__intro {
	max-width: 47rem;
	margin-bottom: clamp(2.75rem, 4.5vw, 4rem);
}
.m520-phase5-location__eyebrow {
	margin: 0 0 var(--m520-space-4);
	color: var(--m520-color-brisa-deep);
	font-size: var(--m520-text-xs);
	font-weight: 700;
	letter-spacing: var(--m520-tracking-eyebrow);
	line-height: 1.45;
	text-transform: uppercase;
}
.m520-phase5-location__intro h2 {
	max-width: 16ch;
	margin: 0 0 var(--m520-space-6);
	color: var(--m520-color-ink) !important;
	font-family: var(--m520-font-display);
	font-size: clamp(2.45rem, 4.3vw, 4.5rem);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -.025em;
	text-wrap: balance;
}
.m520-phase5-location__intro > p {
	max-width: 47rem;
	margin: 0 0 var(--m520-space-3);
	color: var(--m520-color-muted);
	font-size: clamp(1rem, .95rem + .2vw, 1.13rem);
	line-height: 1.75;
}
.m520-phase5-location__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(24rem, .9fr);
	align-items: start;
	gap: clamp(2.5rem, 6vw, 6rem);
}
.m520-phase5-location__groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(54, 86, 107, .22);
}
.m520-phase5-location__group {
	min-width: 0;
	padding: 1.5rem 1.5rem 1.5rem 0;
	border-bottom: 1px solid rgba(54, 86, 107, .22);
}
.m520-phase5-location__group:nth-child(even) {
	padding-right: 0;
	padding-left: 1.5rem;
	border-left: 1px solid rgba(54, 86, 107, .22);
}
.m520-phase5-location__group h3 {
	margin: 0 0 var(--m520-space-3);
	color: var(--m520-color-brisa-deep);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.4;
	text-transform: uppercase;
}
.m520-phase5-location__group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m520-phase5-location__group li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: var(--m520-space-3);
	padding: .65rem 0;
	border-bottom: 1px solid rgba(120, 153, 174, .15);
}
.m520-phase5-location__group li:last-child { border-bottom: 0; }
.m520-phase5-location__group li span {
	color: var(--m520-color-ink);
	font-size: .88rem;
	font-weight: 600;
	line-height: 1.45;
}
.m520-phase5-location__group li strong {
	color: var(--m520-color-brisa-deep);
	font-size: .76rem;
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap;
}
.m520-phase5-location__note {
	margin: var(--m520-space-5) 0 0;
	color: var(--m520-color-muted);
	font-size: .76rem;
	line-height: 1.55;
}
.m520-phase5-region {
	margin-top: clamp(2.25rem, 4vw, 3.5rem);
	padding-top: clamp(1.75rem, 3vw, 2.5rem);
	border-top: 1px solid rgba(54, 86, 107, .24);
}
.m520-phase5-region__eyebrow {
	margin: 0 0 var(--m520-space-3);
	color: var(--m520-color-brisa-deep);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .105em;
	line-height: 1.45;
	text-transform: uppercase;
}
.m520-phase5-region h3 {
	margin: 0 0 var(--m520-space-4);
	color: var(--m520-color-ink);
	font-family: var(--m520-font-display);
	font-size: clamp(1.75rem, 2.4vw, 2.4rem);
	font-weight: 400;
	line-height: 1.08;
}
.m520-phase5-region > p {
	max-width: 43rem;
	margin: 0 0 var(--m520-space-5);
	color: var(--m520-color-muted);
	font-size: .86rem;
	line-height: 1.7;
}
.m520-phase5-region ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(120, 153, 174, .2);
	list-style: none;
}
.m520-phase5-region li {
	display: grid;
	gap: .2rem;
	padding: .85rem .9rem .25rem 0;
	border-right: 1px solid rgba(120, 153, 174, .2);
}
.m520-phase5-region li + li { padding-left: .9rem; }
.m520-phase5-region li:last-child { border-right: 0; }
.m520-phase5-region li span {
	color: var(--m520-color-ink);
	font-size: .8rem;
	font-weight: 650;
	line-height: 1.4;
}
.m520-phase5-region li strong {
	color: var(--m520-color-brisa-deep);
	font-size: .7rem;
	font-weight: 700;
}
.m520-phase5-location__map {
	position: relative;
	padding: .65rem;
	border: 1px solid rgba(120, 153, 174, .36);
	border-radius: var(--m520-radius-xl);
	background: var(--m520-color-brisa-light);
	box-shadow: var(--m520-shadow-sm);
}
.m520-phase5-location__map iframe {
	display: block;
	width: 100%;
	min-height: 31rem;
	border: 0;
	border-radius: calc(var(--m520-radius-xl) - .45rem);
}
.m520-phase5-location__button {
	width: calc(100% - 2.5rem);
	justify-content: center;
	margin: -1.65rem auto 1rem;
	position: relative;
	z-index: 1;
	border-color: var(--m520-color-brisa-deep);
	background: var(--m520-color-cream);
	color: var(--m520-color-brisa-deep) !important;
	box-shadow: var(--m520-shadow-sm);
}
.m520-phase5-location__button:hover {
	background: var(--m520-color-brisa-deep);
	color: var(--m520-color-white) !important;
}
.m520-phase5-location :focus-visible {
	outline: 3px solid var(--m520-color-gold);
	outline-offset: 4px;
}

/* Phase 6 — editorial social proof, led by one substantial guest voice. */
.m520-phase6-reviews {
	width: 100vw;
	max-width: none;
	margin-inline: calc(50% - 50vw);
	box-sizing: border-box;
	padding: clamp(4.75rem, 8vw, 8rem) clamp(1.25rem, 5vw, 4rem);
	border-bottom: 1px solid rgba(120, 153, 174, .28);
	background: var(--m520-color-brisa-light);
	color: var(--m520-color-ink);
	font-family: var(--m520-font-body);
}
.m520-phase6-reviews__inner {
	width: min(100%, var(--m520-width-wide));
	margin-inline: auto;
}
.m520-phase6-reviews__intro {
	max-width: 49rem;
	margin: 0 auto clamp(3rem, 5vw, 4.75rem);
	text-align: center;
}
.m520-phase6-reviews__eyebrow {
	margin: 0 0 var(--m520-space-4);
	color: var(--m520-color-brisa-deep);
	font-size: var(--m520-text-xs);
	font-weight: 700;
	letter-spacing: var(--m520-tracking-eyebrow);
	line-height: 1.45;
	text-transform: uppercase;
}
.m520-phase6-reviews__intro h2 {
	margin: 0 auto var(--m520-space-5);
	color: var(--m520-color-ink) !important;
	font-family: var(--m520-font-display);
	font-size: clamp(2.45rem, 4.3vw, 4.5rem);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -.025em;
	text-wrap: balance;
}
.m520-phase6-reviews__intro > p:last-child {
	max-width: 42rem;
	margin: 0 auto;
	color: var(--m520-color-muted);
	font-size: clamp(1rem, .95rem + .2vw, 1.13rem);
	line-height: 1.75;
}
.m520-phase6-reviews__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(20rem, .82fr);
	border-top: 1px solid rgba(54, 86, 107, .24);
	border-bottom: 1px solid rgba(54, 86, 107, .24);
}
.m520-phase6-review {
	min-width: 0;
	padding: clamp(1.75rem, 3.2vw, 3rem);
}
.m520-phase6-review:not(.m520-phase6-review--featured) {
	grid-column: 2;
	border-left: 1px solid rgba(54, 86, 107, .24);
}
.m520-phase6-review:not(.m520-phase6-review--featured) + .m520-phase6-review {
	border-top: 1px solid rgba(54, 86, 107, .24);
}
.m520-phase6-review--featured {
	grid-row: 1 / span 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(249, 246, 242, .55);
}
.m520-phase6-review__stars {
	margin-bottom: var(--m520-space-5);
	color: var(--m520-color-gold-deep);
	font-size: .76rem;
	letter-spacing: .16em;
}
.m520-phase6-review blockquote {
	margin: 0;
	padding-left: var(--m520-space-5);
	border-left: 2px solid var(--m520-color-gold);
}
.m520-phase6-review blockquote p {
	margin: 0;
	color: var(--m520-color-ink);
	font-family: var(--m520-font-display);
	font-size: clamp(1.35rem, 1.05rem + .75vw, 1.95rem);
	line-height: 1.45;
}
.m520-phase6-review--featured blockquote p {
	font-size: clamp(1.7rem, 1.2rem + 1.15vw, 2.55rem);
	line-height: 1.35;
}
.m520-phase6-review footer {
	display: grid;
	gap: .2rem;
	margin-top: var(--m520-space-6);
}
.m520-phase6-review footer strong {
	color: var(--m520-color-brisa-deep);
	font-size: .82rem;
	font-weight: 700;
}
.m520-phase6-review footer span {
	color: var(--m520-color-muted);
	font-size: .7rem;
}
.m520-phase6-reviews__cta {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin-top: var(--m520-space-8);
	padding-bottom: .25rem;
	border-bottom: 1px solid var(--m520-color-gold);
	color: var(--m520-color-brisa-deep) !important;
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}
.m520-phase6-reviews__cta:hover { color: var(--m520-color-ink) !important; }
.m520-phase6-reviews :focus-visible {
	outline: 3px solid var(--m520-color-gold);
	outline-offset: 4px;
}

@media (max-width: 1199px) {
	.m520-home-restyle-phase-1 #header .ct-header-socials { display: none; }
}

@media (max-width: 1023px) {
	.m520-home-restyle-phase-1 .entry-content > .stk-cf247fd {
		min-height: 42rem;
		padding: 10rem clamp(1.5rem, 7vw, 4rem) 6rem !important;
		background-position: center center !important;
	}
	.m520-home-restyle-phase-1 .entry-content > .stk-cf247fd::before {
		background: linear-gradient(90deg, rgba(32,47,57,.74) 0%, rgba(32,47,57,.48) 68%, rgba(32,47,57,.24) 100%) !important;
	}
	.m520-home-restyle-phase-1 .stk-cf247fd .stk-1d93b9f { flex: 1 1 100% !important; max-width: 42rem; }
	.m520-home-restyle-phase-1 .stk-cf247fd .stk-c1d65fb { display: none; }
	.m520-phase2-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.m520-phase2-trust__item { justify-content: flex-start; }
	.m520-phase2-trust__item:nth-child(2) { border-right: 0; }
	.m520-phase2-trust__item:nth-child(-n+2) {
		padding-bottom: var(--m520-space-6);
		border-bottom: 1px solid var(--m520-color-line);
	}
	.m520-phase2-trust__item:nth-child(n+3) { padding-top: var(--m520-space-6); }
	.m520-phase3-property,
	.m520-phase3-property--anil {
		grid-template-columns: minmax(0, 1fr) minmax(18rem, .85fr);
		gap: clamp(2rem, 5vw, 3.5rem);
	}
	.m520-phase4-value__inner { grid-template-columns: 1fr; gap: var(--m520-space-12); }
	.m520-phase4-value__intro { max-width: 43rem; }
	.m520-phase4-value__intro h2 { max-width: 15ch; }
	.m520-phase5-location__layout { grid-template-columns: 1fr; }
	.m520-phase5-location__map iframe { min-height: 27rem; }
	.m520-phase6-reviews__layout { grid-template-columns: 1fr; }
	.m520-phase6-review--featured { grid-row: auto; }
	.m520-phase6-review:not(.m520-phase6-review--featured) {
		grid-column: auto;
		border-top: 1px solid rgba(54, 86, 107, .24);
		border-left: 0;
	}
}

@media (max-width: 767px) {
	body.m520-home-restyle-phase-1 { --m520-phase1-header-height: 4.5rem; }
	.admin-bar.m520-home-restyle-phase-1 #header { top: 46px; }
	.m520-home-restyle-phase-1 #header .ct-container { min-height: var(--m520-phase1-header-height); }
	.m520-home-restyle-phase-1 #header .site-logo-container img { max-width: 8.25rem; max-height: 2.5rem; }
	.m520-home-restyle-phase-1 .entry-content > .stk-cf247fd {
		min-height: calc(100svh - var(--m520-phase1-header-height));
		padding: clamp(7rem, 17vh, 9rem) 1.25rem 4.5rem !important;
		background-position: 58% center !important;
	}
	.m520-home-restyle-phase-1 .entry-content > .stk-cf247fd::before {
		background: linear-gradient(180deg, rgba(31,43,49,.26) 0%, rgba(31,43,49,.48) 40%, rgba(31,43,49,.82) 100%) !important;
	}
	.m520-home-restyle-phase-1 .stk-cf247fd .stk-1d93b9f-inner-blocks { text-align: center !important; }
	.m520-phase1-hero__eyebrow { text-align: center; }
	.m520-home-restyle-phase-1 .stk-cf247fd .stk-436ce8b .stk-block-heading__text {
		width: fit-content;
		max-width: 13ch;
		margin-inline: auto !important;
		font-size: clamp(2.55rem, 12vw, 3.6rem) !important;
		text-align: center !important;
	}
	.m520-home-restyle-phase-1 .stk-cf247fd .stk-ad51fb0 { margin-inline: auto; }
	.m520-home-restyle-phase-1 .stk-cf247fd .stk-ad51fb0 .stk-block-text__text { text-align: center !important; }
	.m520-phase1-hero__actions { justify-content: center; }
	.m520-phase1-button { width: min(100%, 20rem); }
	.m520-phase2-trust { padding: 2rem 1.25rem; }
	.m520-phase2-trust__item { gap: .85rem; padding-inline: clamp(.35rem, 2.6vw, 1rem); }
	.m520-phase2-trust__icon { width: 1.4rem; height: 1.4rem; }
	.m520-phase2-trust__item strong { font-size: clamp(1.18rem, 5.1vw, 1.45rem); }
	.m520-phase2-trust__item span { font-size: .68rem; }
	.m520-phase3-lofts { padding: 4.5rem 1.25rem; }
	.m520-phase3-lofts__intro { margin-bottom: 3rem; }
	.m520-phase3-lofts__intro h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
	.m520-phase3-lofts__intro > p:last-child { line-height: 1.65; }
	.m520-phase3-property,
	.m520-phase3-property--anil {
		grid-template-columns: 1fr;
		gap: 0;
		padding-block: 2.5rem;
	}
	.m520-phase3-property__media { order: 1; aspect-ratio: 4 / 3; border-radius: var(--m520-radius-lg); }
	.m520-phase3-property__content,
	.m520-phase3-property--anil .m520-phase3-property__content {
		order: 2;
		max-width: none;
		justify-self: stretch;
		padding-top: 2rem;
	}
	.m520-phase3-property__content h3 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
	.m520-phase3-property__features { gap: .7rem 0; }
	.m520-phase3-property__actions { align-items: stretch; }
	.m520-phase3-property__primary,
	.m520-phase3-property__secondary,
	.m520-phase3-property__status { width: min(100%, 20rem); justify-content: center; }
	.m520-phase4-value { padding: 4.5rem 1.25rem; }
	.m520-phase4-value__inner { gap: 2.5rem; }
	.m520-phase4-value__intro h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
	.m520-phase4-value__intro > p:last-child { line-height: 1.65; }
	.m520-phase4-value__reasons { grid-template-columns: 1fr; border-left: 0; }
	.m520-phase4-value__reason {
		grid-template-columns: 2rem 1fr;
		gap: var(--m520-space-3);
		padding: 1.75rem 0;
		border-right: 0;
	}
	.m520-phase4-value__reason h3 { font-size: clamp(1.65rem, 7vw, 2rem); }
	.m520-phase4-value__reason p { font-size: .94rem; }
	.m520-phase5-location { padding: 4.5rem 1.25rem; }
	.m520-phase5-location__intro {
		max-width: none;
		margin-bottom: 2.75rem;
		text-align: center;
	}
	.m520-phase5-location__eyebrow { text-align: center; }
	.m520-phase5-location__intro h2 {
		max-width: 13ch;
		margin-inline: auto;
		font-size: clamp(2.5rem, 11vw, 3.5rem);
	}
	.m520-phase5-location__intro > p {
		margin-inline: auto;
		font-size: 1rem;
		line-height: 1.65;
		text-align: center;
	}
	.m520-phase5-location__groups { grid-template-columns: 1fr; }
	.m520-phase5-location__group,
	.m520-phase5-location__group:nth-child(even) {
		padding: 1.4rem 0;
		border-left: 0;
	}
	.m520-phase5-location__group li { gap: var(--m520-space-2); }
	.m520-phase5-location__group li span { font-size: .86rem; }
	.m520-phase5-location__group li strong { font-size: .73rem; }
	.m520-phase5-location__map { padding: .5rem; border-radius: var(--m520-radius-lg); }
	.m520-phase5-location__map iframe {
		min-height: 24rem;
		border-radius: calc(var(--m520-radius-lg) - .35rem);
	}
	.m520-phase5-location__button {
		width: calc(100% - 1.5rem);
		margin-bottom: .5rem;
	}
	.m520-phase5-region ul { grid-template-columns: 1fr; }
	.m520-phase5-region li,
	.m520-phase5-region li + li {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: baseline;
		gap: var(--m520-space-3);
		padding: .75rem 0;
		border-right: 0;
		border-bottom: 1px solid rgba(120, 153, 174, .18);
	}
	.m520-phase5-region li:last-child { border-bottom: 0; }
	.m520-phase6-reviews { padding: 4.5rem 1.25rem; }
	.m520-phase6-reviews__intro { margin-bottom: 2.75rem; }
	.m520-phase6-reviews__intro h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
	.m520-phase6-reviews__intro > p:last-child { line-height: 1.65; }
	.m520-phase6-review { padding: 1.75rem 0; }
	.m520-phase6-review--featured { padding: 2rem 1.25rem; }
	.m520-phase6-review blockquote p,
	.m520-phase6-review--featured blockquote p { font-size: clamp(1.35rem, 6.2vw, 1.72rem); }
	.m520-phase6-reviews__cta { margin-top: var(--m520-space-6); }

	.m520-home-restyle-phase-1 #offcanvas .ct-panel-inner,
	.m520-home-restyle-phase-1 #offcanvas .ct-panel-content {
		background: var(--m520-color-cream);
		color: var(--m520-color-ink);
	}
	.m520-home-restyle-phase-1 #offcanvas .ct-panel-content-inner { padding-top: 4.75rem; }
	.m520-home-restyle-phase-1 #offcanvas .site-logo-container img {
		filter: brightness(0) saturate(100%) invert(31%) sepia(17%) saturate(1236%) hue-rotate(158deg) brightness(91%) contrast(88%);
	}
	.m520-home-restyle-phase-1 #offcanvas .mobile-menu .ct-menu-link {
		min-height: 3.25rem;
		border-bottom: 1px solid var(--m520-color-line);
		color: var(--m520-color-ink) !important;
	}
	.m520-home-restyle-phase-1 #offcanvas .m520-phase1-menu-cta .ct-menu-link {
		justify-content: center;
		margin-top: var(--m520-space-4);
		border: 1px solid var(--m520-color-brisa-deep);
		border-radius: var(--m520-radius-md);
		background: var(--m520-color-brisa-deep);
		color: var(--m520-color-white) !important;
	}
	.m520-home-restyle-phase-1 #offcanvas .ct-header-cta { display: none; }
	.m520-home-restyle-phase-1 #offcanvas .ct-toggle-close {
		--theme-icon-color: var(--m520-color-brisa-deep);
		border-color: var(--m520-color-gold);
	}
	.m520-home-restyle-phase-1 #offcanvas .ct-header-socials a {
		--theme-icon-color: var(--m520-color-brisa-deep);
		border-color: var(--m520-color-line);
		color: var(--m520-color-brisa-deep) !important;
	}
}

@media (max-width: 349px) {
	.m520-phase2-trust__grid { grid-template-columns: 1fr; }
	.m520-phase2-trust__item,
	.m520-phase2-trust__item:nth-child(n) {
		justify-content: flex-start;
		padding: .8rem 1.25rem;
		border-right: 0;
		border-bottom: 1px solid var(--m520-color-line);
	}
	.m520-phase2-trust__item:last-child { border-bottom: 0; }
	.m520-phase2-trust__item strong { font-size: 1.35rem; }
	.m520-phase2-trust__item span { font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
	.m520-home-restyle-phase-1 #header *,
	.m520-home-restyle-phase-1 .stk-cf247fd * {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Complete Home restyle: phases 7–11 and the staging editorial hub. */
.m520-home-restyle-complete :where(.m520-phase7-faq, .m520-phase8-cta, .m520-phase9-leon, .m520-phase10-form),
.m520-leon-hub :where(.m520-leon-guide, .m520-phase10-form) {
	font-family: var(--m520-font-body);
	color: var(--m520-color-ink);
}

.m520-phase7-faq,
.m520-phase8-cta,
.m520-phase9-leon,
.m520-phase10-form,
.m520-phase11-footer,
.m520-leon-guide section {
	width: 100%;
}

.m520-phase7-faq { padding: var(--m520-space-20) var(--m520-space-6); background: var(--m520-color-cream); }
.m520-phase7-faq__inner,
.m520-phase8-cta__inner,
.m520-phase9-leon__inner,
.m520-phase10-form__inner,
.m520-phase11-footer__inner,
.m520-leon-guide__inner {
	width: min(100%, var(--m520-width-content));
	margin-inline: auto;
}
.m520-phase7-faq__intro { max-width: var(--m520-width-reading); margin-bottom: var(--m520-space-10); }
.m520-phase7-faq__eyebrow,
.m520-phase8-cta__eyebrow,
.m520-phase9-leon__eyebrow,
.m520-phase10-form__eyebrow,
.m520-leon-guide__eyebrow {
	margin: 0 0 var(--m520-space-3);
	color: var(--m520-color-gold-deep);
	font: 700 var(--m520-text-xs)/1.3 var(--m520-font-body);
	letter-spacing: var(--m520-tracking-eyebrow);
}
.m520-phase7-faq__intro h2,
.m520-phase8-cta h2,
.m520-phase9-leon h2,
.m520-phase10-form h2,
.m520-leon-guide h1,
.m520-leon-guide h2 {
	margin: 0;
	font-family: var(--m520-font-display);
	font-weight: 400;
	line-height: var(--m520-leading-tight);
}
.m520-phase7-faq__intro h2,
.m520-phase8-cta h2,
.m520-phase9-leon h2,
.m520-phase10-form h2,
.m520-leon-guide h2 { font-size: var(--m520-text-h2); }
.m520-phase7-faq__intro h2 { color: var(--m520-color-ink) !important; }
.m520-phase7-faq__intro > p:last-child { margin: var(--m520-space-4) 0 0; color: var(--m520-color-muted); font-size: var(--m520-text-lg); }
.m520-phase7-faq__list { border-top: 1px solid var(--m520-color-line); }
.m520-phase7-faq__item { margin: 0; border-bottom: 1px solid var(--m520-color-line); }
.m520-phase7-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--m520-space-5);
	min-height: 4.5rem;
	padding: var(--m520-space-5) 0;
	cursor: pointer;
	list-style: none;
	font: 600 clamp(1rem, .95rem + .25vw, 1.125rem)/1.4 var(--m520-font-body);
}
.m520-phase7-faq__item summary::-webkit-details-marker { display: none; }
.m520-phase7-faq__item summary:hover { color: var(--m520-color-brisa-deep); }
.m520-phase7-faq__icon { position: relative; flex: 0 0 1.5rem; width: 1.5rem; height: 1.5rem; border: 1px solid var(--m520-color-brisa); border-radius: 50%; }
.m520-phase7-faq__icon::before,
.m520-phase7-faq__icon::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: .65rem; height: 1px; background: var(--m520-color-brisa-deep); transform: translate(-50%, -50%); transition: transform var(--m520-transition-fast); }
.m520-phase7-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.m520-phase7-faq__item[open] .m520-phase7-faq__icon::after { transform: translate(-50%, -50%) rotate(0); }
.m520-phase7-faq__answer { max-width: 48rem; padding: 0 3rem var(--m520-space-6) 0; color: var(--m520-color-muted); }
.m520-phase7-faq__answer p { margin: 0; line-height: var(--m520-leading-body); }
.m520-phase7-faq__answer a { color: var(--m520-color-brisa-deep); text-underline-offset: .18em; }
.m520-phase7-faq__booking {
	display: inline-flex;
	width: fit-content;
	margin-top: var(--m520-space-5);
	border-color: var(--m520-color-verde) !important;
	background: var(--m520-color-verde) !important;
	color: var(--m520-color-white) !important;
}
.m520-phase7-faq__booking:hover {
	border-color: #253322 !important;
	background: #253322 !important;
	color: var(--m520-color-white) !important;
}

.m520-phase8-cta {
	width: 100vw;
	max-width: none !important;
	margin-inline: calc(50% - 50vw) !important;
	box-sizing: border-box;
	padding: var(--m520-space-20) var(--m520-space-6);
	background: var(--m520-color-brisa);
}
.m520-phase8-cta__inner { max-width: 52rem; text-align: center; }
.m520-phase8-cta__eyebrow { color: var(--m520-color-ink); }
.m520-phase8-cta h2 { color: var(--m520-color-ink); }
.m520-phase8-cta p:not(.m520-phase8-cta__eyebrow) { max-width: 40rem; margin: var(--m520-space-5) auto 0; font-size: var(--m520-text-lg); line-height: var(--m520-leading-body); }
.m520-phase8-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--m520-space-3); margin-top: var(--m520-space-8); }
.m520-phase8-cta .m520-phase1-button--primary { background: var(--m520-color-ink); border-color: var(--m520-color-ink); color: var(--m520-color-white) !important; }
.m520-phase8-cta .m520-phase1-button--secondary { border-color: var(--m520-color-ink); color: var(--m520-color-ink) !important; }
.m520-phase8-cta .m520-phase1-button {
	transition: background-color var(--m520-transition-fast), border-color var(--m520-transition-fast), color var(--m520-transition-fast), box-shadow var(--m520-transition-fast), transform var(--m520-transition-fast);
}
.m520-phase8-cta .m520-phase1-button--primary:hover {
	border-color: var(--m520-color-brisa-deeper);
	background: var(--m520-color-brisa-deeper);
	box-shadow: var(--m520-shadow-sm);
	transform: translateY(-1px);
}
.m520-phase8-cta .m520-phase1-button--secondary:hover {
	border-color: var(--m520-color-brisa-deep);
	background: rgba(249, 246, 242, .34);
	color: var(--m520-color-brisa-deeper) !important;
	box-shadow: 0 3px 12px rgba(41, 45, 40, .08);
	transform: translateY(-1px);
}

.m520-phase9-leon { position: relative; overflow: hidden; padding: var(--m520-space-20) var(--m520-space-6); background: var(--m520-color-cream); }
.m520-phase9-leon__inner { position: relative; z-index: 1; max-width: 48rem; }
.m520-phase9-leon__pattern,
.m520-leon-guide__hero-pattern { position: absolute; inset: 0 0 0 auto; width: min(42%, 36rem); opacity: .34; background-color: var(--m520-color-brisa-light); background-image: var(--m520-pattern); background-size: 3rem 3rem; mask-image: linear-gradient(90deg, transparent, #000 50%); }
.m520-phase9-leon h2 { color: var(--m520-color-brisa-deep); }
.m520-phase9-leon > .m520-phase9-leon__inner > p:not(.m520-phase9-leon__eyebrow) { max-width: 42rem; margin: var(--m520-space-5) 0 0; font-size: var(--m520-text-lg); line-height: var(--m520-leading-body); }
.m520-phase9-leon__cta { display: inline-flex; align-items: center; gap: var(--m520-space-2); margin-top: var(--m520-space-6); color: var(--m520-color-brisa-deep) !important; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--m520-color-gold); }

.m520-phase10-form { padding: var(--m520-space-20) var(--m520-space-6); background: var(--m520-color-brisa-light); }
.m520-phase10-form__inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: var(--m520-space-16); align-items: start; }
.m520-phase10-form header { max-width: 29rem; }
.m520-phase10-form h2 { color: var(--m520-color-ink) !important; }
.m520-phase10-form header > p:last-child { margin: var(--m520-space-5) 0 0; color: var(--m520-color-muted); line-height: var(--m520-leading-body); }
.m520-phase10-form .wpforms-container { margin: 0 !important; }
.m520-phase10-form .wpforms-field { padding: 0 0 var(--m520-space-5) !important; }
.m520-phase10-form .wpforms-field-label { margin-bottom: var(--m520-space-2) !important; color: var(--m520-color-ink) !important; font: 600 var(--m520-text-sm)/1.4 var(--m520-font-body) !important; }
.m520-phase10-form :where(.wpforms-field-sublabel, .wpforms-field-description, .wpforms-field-label-inline) { color: var(--m520-color-muted) !important; }
.m520-phase10-form :where(a) { color: var(--m520-color-brisa-deep) !important; }
.m520-phase10-form :where(input[type="text"], input[type="email"], input[type="tel"], textarea, select) { width: 100% !important; min-height: 3.25rem !important; padding: .8rem 1rem !important; border: 1px solid var(--m520-color-field-border) !important; border-radius: var(--m520-radius-md) !important; background: var(--m520-color-white) !important; color: var(--m520-color-ink) !important; font-family: var(--m520-font-body) !important; box-shadow: none !important; }
.m520-phase10-form textarea { min-height: 7rem !important; resize: vertical; }
.m520-phase10-form :where(input, textarea, select):focus { border-color: var(--m520-color-brisa-deep) !important; outline: 3px solid rgba(54, 86, 107, .2) !important; outline-offset: 1px; }
.m520-phase10-form input[type="checkbox"] { accent-color: var(--m520-color-brisa-deep) !important; }
.m520-phase10-form .wpforms-submit { min-height: 3.25rem !important; padding: .8rem 1.35rem !important; border: 1px solid var(--m520-color-brisa-deep) !important; border-radius: var(--m520-radius-md) !important; background: var(--m520-color-brisa-deep) !important; color: var(--m520-color-white) !important; font: 700 var(--m520-text-sm)/1.3 var(--m520-font-body) !important; transition: background var(--m520-transition-fast), transform var(--m520-transition-fast) !important; }
.m520-phase10-form .wpforms-submit:hover { background: var(--m520-color-brisa-deeper) !important; }

.m520-phase11-footer { padding: var(--m520-space-16) var(--m520-space-6) var(--m520-space-8); background: var(--m520-color-brisa-deep); color: var(--m520-color-white); font-family: var(--m520-font-body); }
.m520-phase11-footer__inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: var(--m520-space-10); }
.m520-phase11-footer__brand strong { color: var(--m520-color-gold-on-dark); font: 400 1.75rem/1.1 var(--m520-font-display); letter-spacing: .03em; }
.m520-phase11-footer__brand p { margin: var(--m520-space-3) 0 0; color: rgba(255,255,255,.76); }
.m520-phase11-footer nav,
.m520-phase11-footer__contact { display: grid; align-content: start; gap: var(--m520-space-3); }
.m520-phase11-footer a { color: rgba(255,255,255,.88) !important; text-decoration: none; }
.m520-phase11-footer a:hover { color: var(--m520-color-gold-on-dark) !important; }
.m520-phase11-footer__bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: var(--m520-space-4); padding-top: var(--m520-space-8); border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.7); font-size: var(--m520-text-sm); }

.m520-home-restyle-complete :focus-visible,
.m520-leon-hub :focus-visible { outline: 3px solid var(--m520-color-focus); outline-offset: 3px; box-shadow: var(--m520-shadow-focus); }

.m520-leon-guide { background: var(--m520-color-cream); }
.m520-leon-guide__hero { position: relative; overflow: hidden; min-height: 34rem; display: grid; align-items: end; padding: 9rem var(--m520-space-6) var(--m520-space-20); background: var(--m520-color-cream); }
.m520-leon-guide__hero .m520-leon-guide__inner { position: relative; z-index: 1; }
.m520-leon-guide__hero h1 { max-width: 13ch; color: var(--m520-color-brisa-deep); font-size: var(--m520-text-h1); }
.m520-leon-guide__hero p { max-width: 42rem; margin: var(--m520-space-5) 0 0; font-size: var(--m520-text-lg); line-height: var(--m520-leading-body); }
.m520-leon-guide__published,
.m520-leon-guide__closing { padding: var(--m520-space-20) var(--m520-space-6); }
.m520-leon-guide__published { background: var(--m520-color-brisa-light); }
.m520-leon-guide__published header { max-width: 47rem; margin-bottom: var(--m520-space-10); }
.m520-leon-guide__published header > p:last-child { margin: var(--m520-space-5) 0 0; color: var(--m520-color-muted); font-size: var(--m520-text-lg); line-height: var(--m520-leading-body); }
.m520-leon-guide__articles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--m520-space-6); }
.m520-leon-guide__articles article { display: flex; flex-direction: column; min-height: 19rem; padding: var(--m520-space-8); border: 1px solid rgba(54,86,107,.2); border-radius: var(--m520-radius-lg); background: var(--m520-color-cream); }
.m520-leon-guide__articles h3 { margin: 0; color: var(--m520-color-brisa-deep); font: 400 clamp(1.75rem, 1.45rem + 1vw, 2.4rem)/var(--m520-leading-tight) var(--m520-font-display); }
.m520-leon-guide__articles article > p:not(.m520-leon-guide__eyebrow) { margin: var(--m520-space-5) 0 var(--m520-space-8); color: var(--m520-color-muted); line-height: var(--m520-leading-body); }
.m520-leon-guide__articles a { align-self: flex-start; margin-top: auto; color: var(--m520-color-brisa-deep); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .3em; }
.m520-leon-guide__articles a:hover { color: var(--m520-color-ink); }
.m520-leon-guide__closing { background: var(--m520-color-cream); }
.m520-leon-guide__closing .m520-leon-guide__inner { max-width: 48rem; text-align: center; }
.m520-leon-guide__closing p:last-child { margin: var(--m520-space-6) auto 0; color: var(--m520-color-muted); font-size: var(--m520-text-lg); line-height: var(--m520-leading-body); }

@media (max-width: 767px) {
	.m520-phase7-faq,
	.m520-phase8-cta,
	.m520-phase9-leon,
	.m520-phase10-form,
	.m520-phase11-footer,
	.m520-leon-guide__hero,
	.m520-leon-guide__published,
	.m520-leon-guide__closing { padding-left: 1.25rem; padding-right: 1.25rem; }
	.m520-phase7-faq,
	.m520-phase8-cta,
	.m520-phase9-leon,
	.m520-phase10-form,
	.m520-leon-guide__published,
	.m520-leon-guide__closing { padding-top: 4.5rem; padding-bottom: 4.5rem; }
	.m520-phase7-faq__intro,
	.m520-phase9-leon__inner { text-align: center; margin-inline: auto; }
	.m520-phase7-faq__intro h2,
	.m520-phase8-cta h2,
	.m520-phase9-leon h2,
	.m520-phase10-form h2,
	.m520-leon-guide h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
	.m520-phase7-faq__item summary { min-height: 4rem; }
	.m520-phase8-cta__actions { display: grid; }
	.m520-phase8-cta__actions .m520-phase1-button { width: 100%; }
	.m520-phase9-leon__pattern { width: 100%; opacity: .2; mask-image: linear-gradient(0deg, transparent, #000); }
	.m520-phase10-form__inner { grid-template-columns: 1fr; gap: var(--m520-space-10); }
	.m520-phase10-form header { text-align: center; margin-inline: auto; }
	.m520-phase10-form .wpforms-submit { width: 100% !important; }
	.m520-phase11-footer { padding: 3.5rem 1.25rem 1.5rem; }
	.m520-phase11-footer__inner { grid-template-columns: 1fr; gap: var(--m520-space-8); text-align: center; }
	.m520-phase11-footer nav,
	.m520-phase11-footer__contact { justify-items: center; }
	.m520-phase11-footer__bottom { grid-column: auto; flex-direction: column; align-items: center; }
	.m520-leon-guide__hero { min-height: 31rem; padding-top: 8rem; padding-bottom: 4.5rem; text-align: center; }
	.m520-leon-guide__hero h1 { max-width: none; font-size: clamp(3rem, 13vw, 4.25rem); }
	.m520-leon-guide__hero-pattern { width: 100%; opacity: .22; mask-image: linear-gradient(0deg, transparent, #000); }
	.m520-leon-guide__published header { text-align: center; }
	.m520-leon-guide__articles { grid-template-columns: 1fr; }
	.m520-leon-guide__articles article { min-height: 0; padding: var(--m520-space-6); }
}

@media (prefers-reduced-motion: reduce) {
	.m520-home-restyle-complete *,
	.m520-leon-hub * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
