:root {
	--corrales-header: #25342c;
	--corrales-footer: #21362b;
	--corrales-surface: #f5f3ef;
	--corrales-surface-alt: #ede8df;
	--corrales-text: #1f2924;
	--corrales-muted: #607068;
	--corrales-border: rgba(31, 41, 36, 0.12);
	--corrales-container: 1464px;
	--corrales-radius: 4.05px;
	--corrales-header-height: 92px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--corrales-surface);
	color: var(--corrales-text);
	font-family: "Manrope", sans-serif;
}

body.team-modal-open {
	overflow: hidden;
}

body.insight-modal-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

.corrales-site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.corrales-header {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	padding: 0;
	background: transparent;
	overflow: visible;
}

body.admin-bar .corrales-header {
	top: 32px;
}

.corrales-header__bar {
	width: 100%;
	min-height: var(--corrales-header-height);
	background: var(--corrales-header);
	border-radius: 0;
	box-shadow: none;
}

.corrales-header__inner,
.corrales-container,
.corrales-footer__inner {
	width: min(100%, var(--corrales-container));
	margin: 0 auto;
}

.corrales-header__inner {
	min-height: var(--corrales-header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 18px 28px;
}

.corrales-logo {
	flex: 0 0 auto;
	max-width: 292px;
}

.corrales-logo img {
	width: auto;
	max-height: 54px;
}

.corrales-nav {
	flex: 1 1 auto;
}

.corrales-nav__list {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	list-style: none;
}

.corrales-nav__item {
	display: flex;
	align-items: center;
}

.corrales-nav__list > li {
	display: flex;
	align-items: center;
}

.corrales-nav__item:not(:last-child)::after {
	content: "|";
	margin: 0 14px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
}

.corrales-nav__list > li:not(:last-child)::after {
	content: "|";
	margin: 0 14px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
}

.corrales-nav__item:last-child {
	margin-left: 14px;
}

.corrales-nav__list > li:last-child {
	margin-left: 14px;
}

.corrales-nav__link {
	color: #f8f4ee;
	font-family: "Manrope", sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	transition: opacity 0.2s ease;
}

.corrales-nav__list > li > a {
	color: #f8f4ee;
	font-family: "Manrope", sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	transition: opacity 0.2s ease;
	white-space: nowrap;
}

.corrales-nav__item:last-child .corrales-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 20px;
	background: rgba(20, 35, 28, 0.8);
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 0.88rem;
}

.corrales-nav__list > li:last-child > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 20px;
	background: rgba(20, 35, 28, 0.8);
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 0.88rem;
}

.corrales-nav__link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.corrales-nav__link-icon img {
	width: 14px;
	height: 14px;
	display: block;
	object-fit: contain;
}

.corrales-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
	background: rgba(20, 35, 28, 0.78);
	color: #f8f4ee;
	cursor: pointer;
}

.corrales-menu-toggle__line {
	display: block;
	width: 22px;
	height: 2px;
	margin: 0;
	background: currentColor;
}

.corrales-nav__link:hover,
.corrales-nav__link:focus-visible {
	opacity: 0.72;
}

.corrales-nav__list > li > a:hover,
.corrales-nav__list > li > a:focus-visible {
	opacity: 0.72;
}

.corrales-main {
	flex: 1 0 auto;
}

.corrales-main--home {
	background: #f6f4ef;
}

.corrales-main--wealth-services {
	background: #f5f3ef;
}

.corrales-main--investment-approach {
	background: #f7f5f1;
}

.corrales-main--contact {
	background: #ffffff;
}

.corrales-main--team {
	background: linear-gradient(180deg, #151e19 0%, #365544 100%);
}

.corrales-section {
	padding: 72px 20px;
}

.corrales-section--hero {
	padding-top: 120px;
	padding-bottom: 96px;
	background:
		linear-gradient(135deg, rgba(37, 52, 44, 0.08), transparent 48%),
		var(--corrales-surface);
}

.corrales-section--page {
	padding-top: 96px;
}

.corrales-kicker {
	margin: 0 0 16px;
	color: #7c8d84;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.corrales-page-title,
.corrales-feature-card h2,
.corrales-entry-title,
.corrales-page h1,
.corrales-page h2,
.corrales-page h3,
.corrales-page h4 {
	font-family: "Lora", serif;
}

.corrales-page-title {
	margin: 0;
	font-size: clamp(3rem, 6vw, 5.25rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.corrales-lead {
	max-width: 760px;
	margin: 24px 0 0;
	color: var(--corrales-muted);
	font-size: 1.08rem;
	line-height: 1.85;
}

.corrales-content {
	padding-top: 12px;
	padding-bottom: 12px;
}

.corrales-entry-title,
.corrales-page h1 {
	margin: 0 0 20px;
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 500;
	line-height: 1.02;
}

.corrales-entry-content,
.corrales-page {
	font-family: "Manrope", sans-serif;
}

.corrales-entry-content p,
.corrales-entry-content li,
.corrales-page p,
.corrales-page li {
	color: var(--corrales-muted);
	font-size: 1rem;
	line-height: 1.9;
}

.corrales-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.corrales-feature-card {
	padding: 32px;
	border: 1px solid var(--corrales-border);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.58);
	backdrop-filter: blur(10px);
}

.corrales-feature-card__label {
	margin: 0 0 14px;
	color: #7c8d84;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.corrales-feature-card h2 {
	margin: 0 0 16px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.1;
}

.corrales-feature-card p {
	margin: 0;
	color: var(--corrales-muted);
	line-height: 1.8;
}

.container {
	width: min(1483px, calc(100% - 64px));
	margin: 0 auto;
}

.corrales-footer {
	position: relative;
	overflow: hidden;
	margin-top: auto;
	background: linear-gradient(180deg, #21362b 13.68%, #000000 159.22%);
	color: rgba(255, 255, 255, 0.92);
	min-height: 420px;
	padding: 54px 0 82px;
}

.corrales-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
	opacity: 1;
	pointer-events: none;
}

.corrales-footer__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(320px, 1.35fr) minmax(220px, 0.82fr) minmax(180px, 0.72fr);
	column-gap: clamp(72px, 9vw, 152px);
	align-items: start;
	min-height: 300px;
	padding-top: 0;
}

.corrales-footer__brand {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 54px;
}

.corrales-footer__logo {
	display: inline-block;
	width: 312px;
	max-width: 100%;
	margin-left: -10px;
}

.corrales-footer__logo img {
	width: 312px;
	max-width: 100%;
	height: auto;
	display: block;
}

.corrales-footer__logo-text {
	display: inline-block;
	font-family: "Lora", serif;
	font-size: 34px;
	line-height: 1;
	color: #fff;
}

.corrales-footer__disclosures a {
	display: inline-block;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.12;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.94);
}

.corrales-footer__heading {
	margin: 0 0 28px;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #d4b993;
}

.corrales-footer__offices,
.corrales-footer__contact {
	padding-top: 112px;
}

.corrales-footer__office {
	margin-bottom: 32px;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.42;
	color: rgba(255, 255, 255, 0.9);
}

.corrales-footer__office strong {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 500;
	text-transform: uppercase;
}

.corrales-footer__email {
	display: inline-block;
	margin-bottom: 34px;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.95);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}

.corrales-footer__socials {
	display: flex;
	align-items: center;
	gap: 18px;
}

.corrales-footer__social {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.corrales-footer__social:hover {
	opacity: 0.8;
	transform: translateY(-1px);
}

.corrales-footer__social svg {
	width: 28px;
	height: 28px;
	display: block;
}

.corrales-footer__social img {
	width: 24px;
	height: 24px;
	display: block;
	object-fit: contain;
}

.corrales-arrow-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 42px;
	padding: 0 18px 0 46px;
	background: #042d22;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 3px;
}

.corrales-arrow-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 13px;
	height: 14px;
	border-left: 1.4px solid currentColor;
	border-bottom: 1.4px solid currentColor;
	transform: translateY(-58%);
}

.corrales-arrow-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 5px;
	height: 5px;
	border-top: 1.4px solid currentColor;
	border-right: 1.4px solid currentColor;
	transform: translateY(0) rotate(45deg);
}

.corrales-arrow-button:hover,
.corrales-arrow-button:focus-visible {
	background: #123c30;
	color: #ffffff;
}

.corrales-main--home .corrales-arrow-button:not(.corrales-arrow-button--sand)::before,
.corrales-main--wealth-services .corrales-arrow-button:not(.corrales-arrow-button--sand)::before,
.corrales-main--contact .corrales-arrow-button:not(.corrales-arrow-button--sand)::before {
	width: 18px;
	height: 18px;
	border: 0;
	background: url("../images/Vector.png") center / contain no-repeat;
	transform: translateY(-50%);
}

.corrales-main--home .corrales-arrow-button:not(.corrales-arrow-button--sand)::after,
.corrales-main--wealth-services .corrales-arrow-button:not(.corrales-arrow-button--sand)::after,
.corrales-main--contact .corrales-arrow-button:not(.corrales-arrow-button--sand)::after {
	content: none;
}

.corrales-arrow-button--sand {
	background: #d4b993;
	color: #000000;
}

.corrales-arrow-button--sand::before {
	width: 18px;
	height: 18px;
	border: 0;
	background: url("../images/vector-black.png") center / contain no-repeat;
	transform: translateY(-50%);
}

.corrales-arrow-button--sand::after {
	content: none;
}

.corrales-arrow-button--sand:hover,
.corrales-arrow-button--sand:focus-visible {
	background: #dcc5a6;
	color: #000000;
}

.wealth-hero {
	position: relative;
	width: 100%;
	min-height: 779px;
	margin-top: 0;
	padding: 0 0 40px;
	overflow: hidden;
}

.wealth-hero__media,
.wealth-hero__overlay {
	position: absolute;
	inset: 0;
}

.wealth-hero__media {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wealth-hero__overlay {
	background: rgba(18, 31, 25, 0.35);
}

.wealth-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1465px;
	min-height: 779px;
	margin: 0 auto;
	padding: 229px 32px 40px 117px;
}

.wealth-hero__content {
	max-width: 953px;
}

.wealth-hero__title {
	margin: 0;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 0.92;
}

.wealth-hero__title em {
	font-style: italic;
	font-weight: 400;
}

.wealth-hero__text {
	max-width: 738px;
	margin: 88px 0 0 5px;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.27;
}

.wealth-hero__button {
	min-width: 220px;
	min-height: 54px;
	margin: 116px 0 0 5px;
	padding-inline: 24px 24px;
	font-size: 16px;
}

.wealth-services-panel {
	padding: 49px 20px 120px;
	background: #f7f5f1;
}

.wealth-services-panel__inner {
	width: min(1374px, 100%);
	min-height: 675px;
	margin: 0 auto;
	padding: 88px 72px;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	column-gap: 88px;
	border-radius: 4px;
	background: rgba(212, 185, 147, 0.1);
	box-shadow: 0 18px 60px rgba(130, 110, 83, 0.08);
}

.wealth-services-panel__title {
	margin: 0 0 18px;
	color: #121212;
	font-family: "Lora", serif;
	font-size: 62px;
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: -0.03em;
}

.wealth-services-panel__copy {
	max-width: 520px;
	margin: 0;
	color: #1f2924;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.38;
}

.wealth-services-panel__list {
	align-self: center;
	padding-top: 18px;
}

.wealth-service-item {
	margin: 0;
	border-bottom: 1px dotted rgba(46, 82, 64, 0.6);
}

.wealth-service-item summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 0;
	cursor: pointer;
}

.wealth-service-item summary::-webkit-details-marker {
	display: none;
}

.wealth-service-item__meta {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: #3f5f4d;
	font-family: "Manrope", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.wealth-service-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	min-width: 26px;
	color: #3f5f4d;
	font-size: 18px;
}

.wealth-service-item__icon img {
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
}

.wealth-service-item__plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #355845;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1;
}

.wealth-service-item[open] .wealth-service-item__plus {
	background: #21362b;
}

.wealth-service-item__body {
	padding: 0 0 18px 42px;
}

.wealth-service-item__body p {
	margin: 0;
	color: #5a675f;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	line-height: 1.7;
}

.wealth-service-item__body p + p {
	margin-top: 12px;
}

.wealth-service-item__body strong {
	color: #49554d;
	font-weight: 700;
}

.investment-hero {
	position: relative;
	min-height: 745px;
	overflow: hidden;
}

.contact-hero {
	position: relative;
	min-height: 560px;
	overflow: hidden;
}

.contact-hero__media,
.contact-hero__overlay {
	position: absolute;
	inset: 0;
}

.contact-hero__media {
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-hero__overlay {
	background: rgba(17, 17, 17, 0.14);
}

.contact-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1440px, 100%);
	min-height: 560px;
	margin: 0 auto;
	padding: 152px 62px 68px;
	display: flex;
	align-items: center;
}

.contact-hero__title {
	margin: 0;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(56px, 6vw, 76px);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: -0.03em;
}

.contact-form-section {
	padding: 0 0 120px;
	background: #ffffff;
}

.contact-form-section__inner {
	width: min(1440px, 100%);
	margin: 0 auto;
	padding: 34px 62px 0;
}

.contact-form-section__header {
	max-width: 1220px;
	margin: 0 auto 42px;
}

.contact-form-section__title {
	margin: 0 0 18px;
	color: #111111;
	font-family: "Lora", serif;
	font-size: clamp(44px, 4.7vw, 60px);
	font-weight: 400;
	line-height: 0.96;
}

.contact-form-section__lead {
	max-width: 1190px;
	margin: 0;
	color: #1f2924;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.32;
}

.contact-form {
	max-width: 1234px;
	margin: 0 auto;
}

.contact-form__notice {
	max-width: 1234px;
	margin: 0 auto 18px;
	padding: 14px 18px;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	line-height: 1.4;
}

.contact-form__notice--success {
	background: rgba(24, 83, 57, 0.08);
	color: #185339;
}

.contact-form__notice--error {
	background: rgba(132, 31, 31, 0.08);
	color: #842020;
}

.contact-form__field {
	display: block;
	width: 100%;
	height: 66px;
	margin: 0 0 30px;
	padding: 0 22px;
	border: 0;
	background: #fff8ee;
	color: #1f2924;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1.2;
}

.contact-form__field::placeholder {
	color: #57635c;
	opacity: 1;
}

.contact-form__field--message {
	height: 246px;
	padding-top: 18px;
	resize: vertical;
}

.contact-form__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding-top: 13px;
}

.contact-form__captcha {
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-form__captcha-label {
	color: #111111;
	font-family: "Lora", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: -0.02em;
}

.contact-form__captcha-input {
	width: 105px;
	height: 66px;
	padding: 0 18px;
	border: 0;
	background: #fff8ee;
	color: #1f2924;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
}

.contact-form__submit {
	width: 189px;
	min-width: 189px;
	min-height: 51px;
	border-radius: 4px;
}

.contact-offices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px 56px;
	max-width: 1234px;
	margin: 112px auto 0;
}

.contact-office-card {
	display: grid;
	grid-template-columns: 328px minmax(0, 1fr);
	align-items: center;
	column-gap: 28px;
}

.contact-office-card__image {
	width: 328px;
	height: 255px;
	border-radius: 7px;
	object-fit: cover;
}

.contact-office-card__content {
	max-width: 220px;
}

.contact-office-card__title {
	margin: 0 0 18px;
	color: #111111;
	font-family: "Lora", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: -0.02em;
}

.contact-office-card__address {
	margin: 0;
	color: #1f2924;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.42;
}

.contact-office-card__address + .contact-office-card__address {
	margin-top: 6px;
}

.investment-hero__media,
.investment-hero__overlay {
	position: absolute;
	inset: 0;
}

.investment-hero__media {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.investment-hero__overlay {
	background: rgba(20, 33, 28, 0.42);
}

.investment-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1440px, 100%);
	min-height: 745px;
	margin: 0 auto;
	padding: 246px 64px 76px;
}

.investment-hero__content {
	max-width: 960px;
}

.investment-hero__title {
	margin: 0;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(54px, 5.8vw, 76px);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: -0.03em;
}

.investment-hero__text {
	max-width: 370px;
	margin-top: 24px;
}

.investment-hero__text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.94);
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1.16;
}

.investment-hero__text p + p {
	margin-top: 10px;
}

.investment-approach-panel {
	padding: 0 0 116px;
	background: #f7f5f1;
}

.investment-approach-panel__inner {
	width: 100%;
	margin: 0 auto;
	padding: 134px 54px 84px;
	border-radius: 4px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21.77%, rgba(212, 185, 147, 0.1) 99.99%);
}

.investment-approach-panel__header {
	max-width: 1040px;
	margin: 0 auto 110px;
	text-align: center;
}

.investment-approach-panel__title {
	margin: 0 0 22px;
	color: #21362b;
	font-family: "Lora", serif;
	font-size: clamp(42px, 4.5vw, 58px);
	font-weight: 400;
	line-height: 1;
}

.investment-approach-panel__lead {
	max-width: 1020px;
	margin: 0 auto;
	color: #1f2924;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1.38;
}

.investment-approach-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1180px;
	margin: 0 auto;
	gap: 58px 68px;
}

.investment-approach-card__title {
	max-width: 274px;
	margin: 0;
	color: #171717;
	font-family: "Lora", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.16;
}

.investment-approach-card__divider {
	width: 323px;
	max-width: 100%;
	margin: 10px 0 16px;
	border-top: 1px dashed #bc9458;
}

.investment-approach-card__copy p {
	max-width: 314px;
	margin: 0;
	color: #171717;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.26;
}

.investment-approach-card__copy p + p {
	margin-top: 12px;
}

.investment-insights {
	padding: 4px 0 118px;
	background: #f7f5f1;
}

.investment-insights__inner {
	width: min(1440px, calc(100% - 40px));
	margin: 0 auto;
}

.investment-insights__header {
	max-width: 820px;
	margin: 0 auto 62px;
	text-align: center;
}

.investment-insights__title {
	margin: 0 0 20px;
	color: #21362b;
	font-family: "Lora", serif;
	font-size: clamp(42px, 4.2vw, 56px);
	font-weight: 400;
	line-height: 1;
}

.investment-insights__lead {
	max-width: 760px;
	margin: 0 auto;
	color: #1f2924;
	font-family: "Manrope", sans-serif;
	font-size: 17px;
	line-height: 1.34;
}

.investment-insights__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 387px));
	justify-content: center;
	gap: 26px 34px;
}

.investment-insight-card {
	position: relative;
	display: block;
	width: 387px;
	height: 437px;
	border-radius: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none;
	line-height: 0;
	transition: transform 0.18s ease;
}

.investment-insight-card--button {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	appearance: none;
	outline: none;
}

.investment-insight-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	background: transparent;
}

.investment-insight-card__action {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 26px;
	height: 26px;
	pointer-events: none;
}

.investment-insight-card__action img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.investment-insight-card:hover,
.investment-insight-card:focus-visible {
	transform: translateY(-2px);
}

.insight-modal-layer[hidden],
.insight-modal[hidden] {
	display: none;
}

.insight-modal-layer {
	position: fixed;
	inset: 0;
	z-index: 230;
}

.insight-modal {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
}

.insight-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 12, 10, 0.62);
}

.insight-modal__dialog {
	position: relative;
	max-width: min(94vw, 960px);
	max-height: calc(100vh - 40px);
	padding: 14px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(8, 12, 10, 0.22);
}

.insight-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #696969;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.insight-modal__image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 72px);
	height: auto;
	width: auto;
}

.home-hero {
	padding: 0;
	background: #f6f4ef;
}

.home-hero__panel {
	position: relative;
	width: 100%;
	min-height: 749px;
	margin: 0 auto;
	background: #313131;
	overflow: hidden;
}

.home-hero__video,
.home-hero__overlay {
	position: absolute;
	inset: 0;
}

.home-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-hero__overlay {
	background: rgba(18, 18, 18, 0.45);
}

.home-hero__content {
	position: relative;
	z-index: 1;
	width: 801px;
	max-width: calc(100% - 48px);
	padding: 315px 0 112px 112px;
}

.home-hero__title {
	margin: 0;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: -0.03em;
	max-width: 801px;
}

.home-hero__nowrap {
	white-space: nowrap;
}

.home-hero__text {
	max-width: 653px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.27;
}

.home-hero .corrales-arrow-button {
	margin-top: 34px;
}

.home-approach {
	padding: 0 10px 120px;
	background: #f6f4ef;
}

.home-approach__panel {
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 88px clamp(52px, 7vw, 92px) 108px;
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
	align-items: center;
	column-gap: clamp(42px, 7vw, 110px);
	background: #f7f5f1;
}

.home-approach__copy {
	position: relative;
	z-index: 1;
}

.home-approach__title {
	position: relative;
	margin: 0 0 16px;
	color: #111111;
	font-family: "Lora", serif;
	font-size: clamp(3.4rem, 5vw, 4.7rem);
	font-weight: 400;
	line-height: 0.92;
	max-width: 560px;
}

.home-approach__title em {
	font-style: italic;
	font-weight: 400;
}

.home-approach__text {
	position: relative;
	max-width: 520px;
	margin: 0 0 30px;
	color: #1f2924;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1.24;
}

.home-approach__media {
	display: flex;
	justify-content: flex-end;
}

.home-approach__media img {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1.3 / 1;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 18px 40px rgba(38, 34, 28, 0.1);
}

.home-services-scroll {
	position: relative;
	padding: 0;
	background: #f6f4ef;
}

.home-services-scroll__sticky {
	position: sticky;
	top: var(--corrales-header-height);
	height: min(944px, calc(100vh - var(--corrales-header-height)));
	overflow: hidden;
}

.home-services-scroll__track {
	display: flex;
	align-items: stretch;
	height: 100%;
	will-change: transform;
}

.home-founder {
	background: #1f3a2c;
	padding: 92px 0 0;
}

.home-founder__inner {
	width: min(1374px, calc(100% - 30px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.74fr);
	align-items: center;
	column-gap: clamp(44px, 6vw, 78px);
}

.home-founder__media {
	width: 100%;
}

.home-founder__video {
	width: 100%;
	aspect-ratio: 1.3 / 1;
	display: block;
	background: #1f3a2c;
	border-radius: 8px;
	object-fit: contain;
}

.home-founder__content {
	max-width: 540px;
}

.home-founder__title {
	margin: 0 0 18px;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(48px, 4.8vw, 64px);
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: -0.03em;
}

.home-founder__nowrap {
	white-space: nowrap;
}

.home-founder__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1.28;
}

.home-founder__text + .home-founder__text {
	margin-top: 16px;
}

.home-founder .corrales-arrow-button {
	margin-top: 24px;
}

.home-founder__separator {
	width: min(1374px, calc(100% - 30px));
	margin: 110px auto 0;
	border-top: 1px solid #d4b993;
}

.team-founder {
	padding: 78px 0 120px;
	min-height: calc(100vh - var(--corrales-header-height));
}

.team-mission {
	padding: 82px 0 38px;
}

.team-mission__inner {
	width: min(1374px, calc(100% - 30px));
	margin: 0 auto;
	padding: 0 34px;
}

.team-mission__eyebrow {
	max-width: 760px;
	margin: 0 auto 82px;
	text-align: center;
	color: rgba(255, 255, 255, 0.96);
	font-family: "Manrope", sans-serif;
	font-size: clamp(30px, 2.9vw, 44px);
	font-weight: 400;
	line-height: 1.06;
}

.team-mission__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.74fr);
	align-items: center;
	column-gap: clamp(50px, 8vw, 104px);
}

.team-mission__media {
	position: relative;
	min-height: 540px;
}

.team-mission__image {
	position: absolute;
	display: block;
	border-radius: 10px;
	object-fit: cover;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.team-mission__image--back {
	top: 0;
	left: 0;
	width: 405px;
	height: 286px;
	z-index: 1;
}

.team-mission__image--front {
	top: 138px;
	left: 152px;
	width: 405px;
	height: 286px;
	z-index: 2;
}

.team-mission__content {
	max-width: 548px;
	padding-top: 18px;
}

.team-mission__title {
	margin: 0 0 24px;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(54px, 5vw, 72px);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: -0.03em;
}

.team-mission__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	line-height: 1.24;
}

.team-values {
	padding: 26px 0 54px;
	background: #21362b;
}

.team-values__inner {
	width: min(1374px, calc(100% - 30px));
	margin: 0 auto;
	padding: 78px 76px 92px;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.82fr);
	align-items: center;
	column-gap: clamp(48px, 7vw, 96px);
	border-radius: 4px;
}

.team-values__content {
	max-width: 760px;
}

.team-values__title {
	margin: 0 0 28px;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(54px, 4.8vw, 68px);
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: -0.03em;
}

.team-values__lead {
	max-width: 560px;
	margin: 0 0 38px;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	line-height: 1.18;
}

.team-values__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 18px;
}

.team-values__list li {
	display: grid;
	grid-template-columns: 22px auto 1fr;
	align-items: start;
	column-gap: 12px;
	color: rgba(255, 255, 255, 0.95);
	font-family: "Manrope", sans-serif;
	font-size: 17px;
	line-height: 1.18;
	white-space: nowrap;
}

.team-values__icon {
	width: 22px;
	height: 22px;
	margin-top: 2px;
	object-fit: contain;
}

.team-values__label {
	color: #d4b993;
	font-weight: 800;
	text-transform: uppercase;
}

.team-values__description {
	color: rgba(255, 255, 255, 0.95);
}

.team-values__media {
	position: relative;
	min-height: 456px;
	transform: translate(-112px, -86px);
}

.team-values__image {
	position: absolute;
	display: block;
	border-radius: 10px;
	background: transparent;
	object-fit: contain;
	box-shadow: none;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.team-values__image--top {
	top: 0;
	right: 0;
	width: 332px;
	height: 272px;
	z-index: 2;
}

.team-values__image--bottom {
	right: 118px;
	bottom: 0;
	width: 438px;
	height: 233px;
	z-index: 1;
}

@media (max-width: 1300px) {
	.team-values__inner {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
		column-gap: 64px;
	}

	.team-values__media {
		min-height: 396px;
		transform: translate(8px, -54px);
	}

	.team-values__image--top {
		width: 284px;
		height: 232px;
	}

	.team-values__image--bottom {
		right: 52px;
		width: 356px;
		height: 190px;
	}
}

.team-founder__inner {
	width: min(1374px, calc(100% - 30px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.74fr);
	align-items: center;
	column-gap: clamp(44px, 6vw, 78px);
	padding-top: 40px;
}

.team-founder__media {
	width: 100%;
}

.team-founder__video {
	width: 100%;
	aspect-ratio: 1.3 / 1;
	display: block;
	background: transparent;
	border-radius: 8px;
	object-fit: contain;
}

.team-founder__content {
	max-width: 520px;
}

.team-founder__title {
	margin: 0 0 18px;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(48px, 4.8vw, 64px);
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: -0.03em;
}

.team-founder__nowrap {
	white-space: nowrap;
}

.team-founder__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1.28;
}

.team-founder__text + .team-founder__text {
	margin-top: 16px;
}

.team-founder .corrales-arrow-button {
	margin-top: 24px;
}

.team-advisor-cta {
	padding: 8px 0 28px;
	background: #000000;
}

.team-advisor-cta__inner {
	width: min(1374px, calc(100% - 30px));
	margin: 0 auto;
	padding: 72px 48px 56px;
	text-align: center;
	border-bottom: 1px solid rgba(212, 185, 147, 0.38);
}

.team-advisor-cta__title {
	margin: 0;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: clamp(32px, 3vw, 42px);
	font-weight: 400;
	line-height: 1.14;
}

.team-advisor-cta__text {
	max-width: 760px;
	margin: 18px auto 34px;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1.28;
}

.team-advisor-cta__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.team-grid-section {
	padding: 8px 0 132px;
}

.team-advisor-cta + .team-grid-section {
	padding-top: 56px;
}

.team-grid-section__inner {
	width: min(1374px, calc(100% - 30px));
	margin: 0 auto;
}

.team-grid-section__title {
	margin: 0 0 48px;
	text-align: center;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(42px, 4vw, 52px);
	font-weight: 400;
	line-height: 1;
}

.team-grid-section__title--left {
	text-align: left;
}

.team-grid-section--advisors .team-grid-section__inner {
	width: min(1374px, calc(100% - 30px));
	max-width: 1030px;
}

.team-grid-section--advisors .team-grid-section__title {
	width: 242px;
	margin: 0 0 40px;
	text-align: left;
	font-size: 34px;
	line-height: 1;
	white-space: nowrap;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 304px));
	justify-content: center;
	gap: 44px 56px;
}

.team-card {
	width: 304px;
	cursor: pointer;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.team-card__media {
	position: relative;
	width: 304px;
	height: 304px;
	border-bottom: 3px solid #d4b993;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
}

.team-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-card__action {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 26px;
	height: 26px;
	padding: 0;
	border: 0;
	background: transparent;
	pointer-events: none;
}

.team-card__action img {
	width: 26px;
	height: 26px;
	display: block;
	object-fit: contain;
}

.team-card__name {
	width: 274px;
	margin: 14px 0 4px;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.16;
	letter-spacing: 0;
	text-transform: uppercase;
}

.team-card__role {
	width: 304px;
	margin: 0;
	color: #d4b993;
	font-family: "Lora", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.16;
	text-transform: capitalize;
}

.team-card:hover,
.team-card:focus-visible {
	transform: translateY(-2px);
}

.team-modal-layer[hidden],
.team-modal[hidden] {
	display: none;
}

.team-modal-layer {
	position: fixed;
	inset: 0;
	z-index: 220;
}

.team-modal {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 12px;
}

.team-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 12, 10, 0.6);
}

.team-modal__dialog {
	position: relative;
	width: min(1320px, calc(100% - 24px));
	max-height: calc(100vh - 24px);
	margin: 0;
	padding: 44px 42px 40px;
	background: #ffffff;
	overflow: auto;
}

.team-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #696969;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.team-modal__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 304px;
	column-gap: 54px;
	align-items: start;
}

.team-modal__content {
	max-width: 700px;
	padding-top: 12px;
}

.team-modal__name {
	margin: 0;
	color: #21362b;
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.team-modal__role {
	margin: 4px 0 18px;
	color: #c79f57;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.team-modal__copy p {
	margin: 0;
	color: #6c6c6c;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	line-height: 1.72;
}

.team-modal__copy p + p {
	margin-top: 18px;
}

.team-modal__media img {
	width: 100%;
	display: block;
}

.team-modal__media {
	position: relative;
}

.team-modal__linkedin {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.team-modal__linkedin img {
	width: 26px;
	height: 26px;
	display: block;
	object-fit: contain;
}

.team-grid-section--advisors {
	padding-top: 0;
	scroll-margin-top: calc(var(--corrales-header-height) + 28px);
}

.team-grid--advisors {
	grid-template-columns: repeat(3, minmax(0, 304px));
}

.home-service-slide {
	flex: 0 0 100vw;
	height: 100%;
	padding: 0;
}

.home-service-slide__link {
	display: block;
	height: 100%;
	color: inherit;
}

.home-service-slide__inner {
	position: relative;
	width: 100vw;
	height: 100%;
	margin: 0 auto;
	padding: 0 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.home-service-slide__title {
	margin: 0;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(54px, 5.6vw, 78px);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: -0.03em;
}

.home-service-slide__eyebrow,
.home-service-slide__text,
.home-service-slide__list p {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(18px, 1.6vw, 20px);
	font-weight: 400;
	line-height: 1.28;
}

.home-service-slide__eyebrow {
	max-width: 900px;
	margin-top: 38px;
	color: rgba(255, 255, 255, 0.96);
}

.home-service-slide__text {
	max-width: 920px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.94);
}

.home-service-slide__list {
	max-width: 780px;
	margin-top: 36px;
	display: grid;
	gap: 16px;
}

.home-service-slide__list p {
	color: rgba(255, 255, 255, 0.94);
}

.home-service-slide__list strong {
	font-weight: 700;
}

.home-service-slide--investment .home-service-slide__inner {
	background: #496f5d;
}

.home-service-slide--business-exit .home-service-slide__inner {
	background: #d8bd92;
}

.home-service-slide--business-exit .home-service-slide__title,
.home-service-slide--business-exit .home-service-slide__eyebrow,
.home-service-slide--business-exit .home-service-slide__text {
	color: #ffffff;
}

.home-service-slide--estate .home-service-slide__inner {
	background:
		radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.05), transparent 36%),
		repeating-linear-gradient(170deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 36px),
		#234738;
	overflow: hidden;
}

.home-service-slide--estate .home-service-slide__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.05), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 40%);
	opacity: 0.55;
}

.home-service-slide--estate .home-service-slide__inner > * {
	position: relative;
	z-index: 1;
}

.home-service-slide--tax .home-service-slide__inner {
	background: #050505;
}

.home-service-slide--family-office .home-service-slide__inner {
	background: #faf8f1;
}

.home-service-slide--family-office .home-service-slide__title,
.home-service-slide--family-office .home-service-slide__eyebrow,
.home-service-slide--family-office .home-service-slide__text {
	color: #294337;
}

.home-service-slide--international .home-service-slide__inner {
	background: #436a57;
}

@media (max-width: 1080px) {
	.corrales-header__inner {
		padding: 24px 26px;
		gap: 28px;
	}

	.corrales-nav__list {
		gap: 12px;
		flex-wrap: wrap;
	}

	.corrales-nav__item:not(:last-child)::after {
		margin: 0 10px;
	}

	.corrales-feature-grid {
		grid-template-columns: 1fr;
	}

	.corrales-footer__inner {
		column-gap: 72px;
	}

	.corrales-footer__brand {
		gap: 80px;
	}

	.corrales-footer__offices,
	.corrales-footer__contact {
		padding-top: 108px;
	}

	.wealth-services-panel__inner {
		grid-template-columns: 1fr;
		row-gap: 48px;
		padding: 52px 32px;
	}

	.wealth-services-panel__title {
		font-size: 50px;
	}

	.home-hero__content {
		width: auto;
		padding: 220px 48px 88px 72px;
	}

	.home-approach__panel {
		grid-template-columns: 1fr;
		row-gap: 44px;
		padding: 72px 48px 96px;
	}

	.home-service-slide__inner {
		padding-inline: 64px;
	}

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

	.contact-form-section__inner {
		padding-inline: 40px;
	}

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

	.home-founder__inner {
		grid-template-columns: 1fr;
		row-gap: 36px;
	}

	.home-founder__content {
		max-width: 100%;
	}

	.team-founder__inner {
		grid-template-columns: 1fr;
		row-gap: 36px;
	}

	.team-founder__content {
		max-width: 100%;
	}

	.team-advisor-cta__actions {
		gap: 0;
	}

	.team-mission__grid {
		grid-template-columns: 1fr;
		row-gap: 42px;
	}

	.team-mission__content {
		max-width: 100%;
	}

	.team-values__inner {
		grid-template-columns: 1fr;
		row-gap: 42px;
		padding: 56px 36px 68px;
	}

	.team-values__content {
		max-width: 100%;
	}

	.team-grid {
		grid-template-columns: repeat(2, minmax(0, 304px));
	}

	.team-modal__body {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.team-modal__content {
		max-width: 100%;
	}

	.team-modal__media {
		max-width: 304px;
	}

	.wealth-hero {
		min-height: 680px;
	}

	.wealth-hero__inner {
		min-height: 680px;
		padding: 180px 28px 40px 64px;
	}

	.wealth-hero__title {
		font-size: 64px;
	}

	.wealth-hero__text {
		margin-top: 56px;
		font-size: 18px;
	}

	.wealth-hero__button {
		margin-top: 72px;
		margin-left: 0;
	}
}

@media (max-width: 820px) {
	.corrales-header {
		top: 0;
	}

	body.admin-bar .corrales-header {
		top: 46px;
	}

	.corrales-header__bar {
		border-radius: 0;
	}

	.corrales-header__inner {
		min-height: auto;
		flex-direction: row;
		align-items: center;
		gap: 18px;
		padding: 16px 20px;
	}

	.corrales-nav {
		width: 100%;
		flex: 1 1 auto;
	}

	.corrales-nav__list {
		justify-content: space-between;
		flex-wrap: nowrap;
		row-gap: 0;
		width: 100%;
	}

	.corrales-logo {
		max-width: 200px;
	}

	.corrales-logo img {
		max-height: 40px;
	}

	.corrales-nav__item:not(:last-child)::after {
		display: inline-block;
		margin: 0 10px;
		font-size: 0.82rem;
	}

	.corrales-nav__list > li:not(:last-child)::after {
		display: inline-block;
		margin: 0 10px;
		font-size: 0.82rem;
	}

	.corrales-nav__item:last-child {
		margin-left: 10px;
	}

	.corrales-nav__list > li:last-child {
		margin-left: 10px;
	}

	.corrales-nav__link {
		font-size: 0.8rem;
	}

	.corrales-nav__list > li > a {
		font-size: 0.8rem;
	}

	.corrales-nav__item:last-child .corrales-nav__link {
		gap: 8px;
		padding: 11px 14px;
		font-size: 0.75rem;
	}

	.corrales-nav__list > li:last-child > a {
		gap: 8px;
		padding: 11px 14px;
		font-size: 0.75rem;
	}

	.corrales-nav__link-icon,
	.corrales-nav__link-icon img {
		width: 12px;
		height: 12px;
		flex-basis: 12px;
	}

	.corrales-section--hero,
	.corrales-section--page,
	.corrales-section {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.corrales-footer {
		min-height: auto;
		padding: 56px 0 64px;
	}

	.container {
		width: min(100% - 36px, 1483px);
	}

	.corrales-footer__inner {
		grid-template-columns: 1fr;
		row-gap: 42px;
		min-height: auto;
	}

	.corrales-footer__brand {
		gap: 46px;
	}

	.corrales-footer__offices,
	.corrales-footer__contact {
		padding-top: 0;
	}

	.wealth-services-panel {
		padding: 24px 0 72px;
	}

	.wealth-services-panel__inner {
		padding: 40px 20px;
	}

	.wealth-services-panel__title {
		font-size: 42px;
	}

	.home-hero {
		padding: 0;
	}

	.investment-hero__inner {
		padding: 170px 24px 48px;
	}

	.contact-hero__inner {
		padding: 120px 24px 48px;
		min-height: 420px;
	}

	.contact-form-section {
		padding-bottom: 72px;
	}

	.contact-form-section__inner {
		padding: 32px 24px 0;
	}

	.contact-form__field {
		margin-bottom: 20px;
	}

	.contact-form__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.contact-form__submit {
		width: 100%;
	}

	.contact-offices {
		grid-template-columns: 1fr;
		margin-top: 72px;
	}

	.contact-office-card {
		grid-template-columns: 1fr;
		row-gap: 18px;
	}

	.contact-office-card__image {
		width: 100%;
		max-width: 328px;
		height: auto;
		aspect-ratio: 328 / 255;
	}

	.investment-hero__text {
		max-width: 100%;
	}

	.investment-approach-panel {
		padding-bottom: 72px;
	}

	.investment-approach-panel__inner {
		padding: 72px 24px 84px;
		min-height: auto;
	}

	.investment-approach-panel__header {
		margin-bottom: 56px;
	}

	.investment-approach-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.investment-approach-card__copy p {
		max-width: 100%;
	}

	.investment-insights {
		padding-bottom: 72px;
	}

	.investment-insights__inner {
		width: min(100% - 24px, 1440px);
	}

	.investment-insights__grid {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.investment-insight-card {
		width: min(100%, 387px);
		height: auto;
		aspect-ratio: 387 / 437;
	}

	.insight-modal__dialog {
		max-width: calc(100vw - 24px);
		padding: 12px;
	}

	.home-hero__panel {
		min-height: 620px;
	}

	.home-hero__content {
		width: auto;
		padding: 156px 24px 72px;
	}

	.home-hero__text {
		max-width: 100%;
		font-size: 18px;
	}

	.home-approach {
		padding: 0 0 72px;
	}

	.home-approach__panel {
		padding: 48px 24px 72px;
	}

	.home-services-scroll {
		padding: 0 0 88px;
	}

	.home-services-scroll__sticky {
		position: relative;
		top: auto;
		height: auto;
		overflow: visible;
	}

	.home-services-scroll__track {
		display: grid;
		gap: 20px;
		width: min(100%, calc(100% - 24px));
		margin: 0 auto;
		transform: none !important;
	}

	.home-service-slide {
		height: auto;
		padding: 0;
	}

	.home-service-slide__link {
		height: auto;
	}

	.home-service-slide__inner {
		width: 100%;
		min-height: 540px;
		padding: 72px 28px;
	}

	.home-founder {
		padding-top: 64px;
	}

	.home-founder__video {
		aspect-ratio: 1.12 / 1;
	}

	.home-founder__separator {
		margin-top: 72px;
	}

	.team-founder {
		padding: 48px 0 80px;
	}

	.team-mission {
		padding: 48px 0 20px;
	}

	.team-values {
		padding: 20px 0 42px;
	}

	.team-mission__eyebrow {
		margin-bottom: 48px;
		font-size: 34px;
	}

	.team-mission__inner {
		padding: 0;
	}

	.team-mission__media {
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.team-mission__image {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 355.53px;
		height: auto;
		aspect-ratio: 355.53 / 251.38;
	}

	.team-mission__image--front {
		margin-left: auto;
	}

	.team-values__inner {
		padding: 42px 24px 52px;
	}

	.team-values__title {
		font-size: 42px;
	}

	.team-values__lead,
	.team-values__list {
		font-size: 17px;
	}

	.team-values__list li {
		grid-template-columns: 20px auto 1fr;
		column-gap: 10px;
	}

	.team-values__icon {
		width: 20px;
		height: 20px;
	}

	.team-values__media {
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.team-values__image {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: auto;
	}

	.team-values__image--top {
		max-width: 289px;
		margin-left: auto;
	}

	.team-values__image--bottom {
		max-width: 387px;
	}

	.team-advisor-cta {
		padding: 0 0 40px;
	}

	.team-advisor-cta__inner {
		padding: 48px 24px 44px;
	}

	.team-advisor-cta__title {
		font-size: 28px;
	}

	.team-advisor-cta__text {
		font-size: 16px;
	}

	.team-advisor-cta__actions {
		flex-direction: column;
		gap: 20px;
	}

	.team-founder__video {
		aspect-ratio: 1.12 / 1;
	}

	.team-grid-section {
		padding-bottom: 88px;
	}

	.team-grid {
		grid-template-columns: 1fr;
		gap: 32px;
		justify-items: center;
	}

	.team-modal__dialog {
		width: 100%;
		padding: 40px 20px 28px;
	}

	.team-modal__name {
		font-size: 18px;
	}

	.team-modal__role {
		font-size: 14px;
	}

	.team-grid-section__title--left {
		text-align: center;
	}

	.wealth-hero {
		min-height: 560px;
		margin-top: 0;
	}

	.wealth-hero__inner {
		min-height: 560px;
		padding: 120px 20px 32px;
	}

	.wealth-hero__content,
	.wealth-hero__text {
		max-width: 100%;
	}

	.wealth-hero__title {
		font-size: 44px;
	}

	.wealth-hero__text {
		margin: 32px 0 0;
		font-size: 17px;
	}

	.wealth-hero__button {
		min-width: 100%;
		margin: 40px 0 0;
		padding-left: 30px;
	}

	.wealth-hero__button::before,
	.wealth-hero__button::after {
		display: block;
	}
}

@media (max-width: 830px) {
	.corrales-header__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding: 16px 18px;
	}

	.corrales-nav {
		width: 100%;
		flex: 0 0 auto;
	}

	.corrales-nav__list {
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 100%;
	}

	.corrales-nav__item:not(:last-child)::after,
	.corrales-nav__list > li:not(:last-child)::after {
		display: none;
	}

	.corrales-nav__item:last-child,
	.corrales-nav__list > li:last-child {
		margin-left: 8px;
	}

	.corrales-logo {
		max-width: 200px;
	}

	.corrales-logo img {
		max-height: 38px;
	}

	.corrales-nav__link,
	.corrales-nav__list > li > a {
		font-size: 0.72rem;
		white-space: nowrap;
	}

	.corrales-nav__item:last-child .corrales-nav__link,
	.corrales-nav__list > li:last-child > a {
		gap: 6px;
		padding: 10px 12px;
		font-size: 0.66rem;
	}

	.home-hero__content {
		width: auto;
		max-width: 100%;
		padding: 190px 24px 72px;
	}

	.home-hero__title {
		font-size: 52px;
		max-width: 100%;
	}

	.home-hero__nowrap,
	.home-founder__nowrap,
	.team-founder__nowrap {
		white-space: normal;
	}

	.home-hero__text {
		max-width: 100%;
		font-size: 17px;
		line-height: 1.3;
	}

	.home-approach__panel {
		padding: 40px 20px 64px;
	}

	.home-approach__title {
		font-size: 42px;
	}

	.wealth-hero__inner {
		padding: 150px 20px 40px;
	}

	.wealth-hero__title {
		font-size: 50px;
	}

	.wealth-hero__text {
		max-width: 100%;
		font-size: 17px;
		margin-top: 36px;
	}

	.investment-hero__inner {
		padding: 160px 20px 48px;
	}

	.investment-hero__title {
		font-size: 52px;
		max-width: 100%;
	}

	.investment-hero__text {
		max-width: 100%;
	}

	.investment-hero__text p {
		font-size: 17px;
		line-height: 1.28;
	}

	.team-values__content,
	.team-values__lead {
		max-width: 100%;
	}

	.team-values__list {
		gap: 14px;
	}

	.team-values__list li {
		grid-template-columns: 20px 1fr;
		row-gap: 4px;
		column-gap: 10px;
		font-size: 16px;
		white-space: normal;
	}

	.team-values__icon {
		width: 20px;
		height: 20px;
	}

	.team-values__description {
		grid-column: 2;
	}

	.team-values__media {
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		transform: none;
		justify-items: center;
	}

	.team-values__image {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: auto;
	}

	.team-values__image--top {
		max-width: 289px;
		margin-left: auto;
	}

	.team-values__image--bottom {
		max-width: 387px;
	}
}

@media (max-width: 640px) {
	.corrales-header__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		padding: 14px 16px;
	}

	.corrales-nav {
		width: 100%;
		flex: 0 0 auto;
	}

	.corrales-nav__list {
		justify-content: space-between;
		flex-wrap: nowrap;
		row-gap: 0;
		width: 100%;
	}

	.corrales-nav__item:not(:last-child)::after {
		display: none;
	}

	.corrales-nav__list > li:not(:last-child)::after {
		display: none;
	}

	.corrales-nav__item:last-child {
		margin-left: 8px;
	}

	.corrales-nav__list > li:last-child {
		margin-left: 8px;
	}

	.corrales-logo {
		max-width: 140px;
	}

	.corrales-logo img {
		max-height: 30px;
	}

	.corrales-nav__link {
		font-size: 0.62rem;
		white-space: nowrap;
	}

	.corrales-nav__list > li > a {
		font-size: 0.62rem;
		white-space: nowrap;
	}

	.corrales-nav__item:last-child .corrales-nav__link {
		gap: 5px;
		padding: 8px 9px;
		font-size: 0.56rem;
	}

	.corrales-nav__list > li:last-child > a {
		gap: 5px;
		padding: 8px 9px;
		font-size: 0.56rem;
	}

	.corrales-nav__link-icon,
	.corrales-nav__link-icon img {
		width: 10px;
		height: 10px;
		flex-basis: 10px;
	}

	.corrales-arrow-button {
		width: 100%;
		justify-content: flex-start;
	}

	.corrales-footer__logo img {
		width: 240px;
	}

	.corrales-footer__disclosures a {
		font-size: 20px;
	}

	.corrales-footer__heading {
		font-size: 18px;
		margin-bottom: 18px;
	}

	.corrales-footer__office,
	.corrales-footer__email {
		font-size: 16px;
	}

	.home-hero__title {
		font-size: 42px;
		max-width: 100%;
	}

	.home-hero__nowrap,
	.home-founder__nowrap,
	.team-founder__nowrap {
		white-space: normal;
	}

	.home-approach__title {
		font-size: 38px;
	}

	.home-service-slide__title {
		font-size: 34px;
	}

	.home-founder__title {
		font-size: 34px;
	}

	.home-founder__text {
		font-size: 17px;
	}

	.team-founder__title {
		font-size: 34px;
	}

	.team-founder__text {
		font-size: 17px;
	}

	.team-mission__title {
		font-size: 34px;
	}

	.team-mission__text {
		font-size: 17px;
	}

	.team-values__title {
		font-size: 34px;
	}

	.team-values__lead,
	.team-values__list {
		font-size: 17px;
	}

	.team-values__content,
	.team-values__lead {
		max-width: 100%;
	}

	.team-values__list {
		gap: 14px;
	}

	.team-values__list li {
		grid-template-columns: 20px 1fr;
		row-gap: 4px;
		column-gap: 10px;
		font-size: 16px;
		white-space: normal;
	}

	.team-values__icon {
		width: 20px;
		height: 20px;
	}

	.team-values__description {
		grid-column: 2;
	}

	.team-values__media {
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		transform: none;
		justify-items: center;
	}

	.team-values__image {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: auto;
	}

	.team-values__image--top {
		max-width: 289px;
		margin-left: auto;
	}

	.team-values__image--bottom {
		max-width: 387px;
	}

	.team-advisor-cta__title {
		font-size: 24px;
	}

	.home-hero__content {
		max-width: 100%;
		padding: 140px 18px 56px;
	}

	.home-hero__text {
		font-size: 16px;
		line-height: 1.3;
	}

	.home-service-slide__eyebrow,
	.home-service-slide__text,
	.home-service-slide__list p {
		font-size: 17px;
	}
}

@media (max-width: 480px) {
	.corrales-header__inner {
		padding: 14px 14px;
	}

	.corrales-nav__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.corrales-nav__item,
	.corrales-nav__list > li {
		margin-left: 0 !important;
	}

	.corrales-nav__item:not(:last-child)::after,
	.corrales-nav__list > li:not(:last-child)::after {
		display: none !important;
	}

	.corrales-nav__link,
	.corrales-nav__list > li > a {
		display: block;
		font-size: 0.72rem;
		line-height: 1.2;
		white-space: normal;
	}

	.corrales-nav__item:last-child .corrales-nav__link,
	.corrales-nav__list > li:last-child > a {
		display: inline-flex;
		justify-content: center;
		width: 100%;
		padding: 10px 12px;
		font-size: 0.68rem;
	}

	.home-hero__content {
		padding: 128px 14px 48px;
	}

	.home-hero__title {
		font-size: 34px;
	}

	.home-hero__text {
		font-size: 15px;
	}

	.home-service-slide__title,
	.wealth-hero__title,
	.investment-hero__title {
		font-size: 32px;
	}

	.home-approach__title,
	.home-founder__title,
	.team-founder__title,
	.team-mission__title,
	.team-values__title {
		font-size: 30px;
	}
}

@media (max-width: 810px) {
	.corrales-header__inner {
		position: relative;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 16px 18px;
	}

	.corrales-logo {
		max-width: 210px;
	}

	.corrales-logo img {
		max-height: 40px;
	}

	.corrales-menu-toggle {
		display: inline-flex;
		margin-left: auto;
		align-self: center;
	}

	.corrales-nav {
		display: none;
		width: 100%;
		flex: 0 0 100%;
	}

	.corrales-nav.is-open {
		display: block;
	}

	.corrales-nav__list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 4px;
		padding: 18px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 6px;
		background: rgba(20, 35, 28, 0.98);
		box-shadow: 0 18px 44px rgba(5, 10, 8, 0.22);
	}

	.corrales-nav__item,
	.corrales-nav__list > li {
		display: block;
		margin-left: 0 !important;
	}

	.corrales-nav__item:not(:last-child)::after,
	.corrales-nav__list > li:not(:last-child)::after {
		display: none !important;
	}

	.corrales-nav__link,
	.corrales-nav__list > li > a {
		display: block;
		padding: 10px 0;
		font-size: 0.95rem;
		line-height: 1.2;
		white-space: normal;
	}

	.corrales-nav__item:last-child .corrales-nav__link,
	.corrales-nav__list > li:last-child > a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		gap: 8px;
		padding: 12px 14px;
		margin-top: 4px;
		font-size: 0.82rem;
	}
}
