:root {
	color-scheme: light;
	--paper: #f7f2e8;
	--paper-2: #efece0;
	--mist: #e8eee6;
	--ink: #171914;
	--muted: #62675b;
	--line: rgba(23, 25, 20, 0.18);
	--deep-green: #1f4036;
	--olive: #6c7a48;
	--clay: #9f5139;
	--wine: #67283d;
	--blue-stone: #355765;
	--cream: #fffaf0;
	--shadow: 0 24px 70px rgba(20, 23, 18, 0.18);
	--max: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	min-width: 320px;
	overflow-x: clip;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
}

html.modal-scroll-locked,
body.modal-scroll-locked {
	overscroll-behavior: none;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(159, 81, 57, 0.65);
	outline-offset: 4px;
}

p {
	margin: 0;
}

p + p {
	margin-top: 18px;
}

.site-header {
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	left: 0;
	color: var(--cream);
	background: rgba(15, 17, 13, 0.7);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 250, 240, 0.18);
	box-shadow: 0 10px 30px rgba(9, 12, 9, 0.18);
}

.site-header .brand,
.topnav {
	position: relative;
	z-index: 1;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 62px;
	padding: 0 max(22px, calc((100vw - var(--max)) / 2));
}

.brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.brand img {
	width: clamp(58px, 5vw, 78px);
	height: auto;
}

.oscata-picture {
	display: block;
	max-width: 100%;
}

.oscata-picture img {
	display: block;
	max-width: 100%;
}

.mobile-header-estimate {
	display: none;
}

.topnav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	color: rgba(255, 250, 240, 0.86);
	font-size: 0.84rem;
}

.topnav a {
	padding: 8px 0;
}

.topnav .nav-cta {
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 18px;
	color: #171914;
	background: rgba(255, 250, 240, 0.92);
	line-height: 1;
}

.topnav .nav-cta:hover {
	background: var(--cream);
}

.language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: rgba(255, 250, 240, 0.62);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.language-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	padding: 8px 0;
	color: rgba(255, 250, 240, 0.72);
	text-decoration: none;
}

.language-switcher a:hover,
.language-switcher a:focus {
	color: var(--cream);
}

.language-switcher a[aria-current="true"] {
	color: var(--cream);
}

.site-main {
	width: min(var(--max), calc(100% - 48px));
	margin: 0 auto;
	padding: 104px 0 72px;
}

.site-footer {
	background: #171914;
	color: rgba(255, 250, 240, 0.78);
}

.site-footer-inner {
	width: min(var(--max), calc(100% - 48px));
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto;
	padding: 24px 0;
	font-size: 0.85rem;
}

.footer-copyright {
	color: rgba(255, 250, 240, 0.52);
}

.site-footer nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px;
}

.site-footer a {
	color: var(--cream);
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #d9c19a;
	text-decoration: none;
}

.template-home .site-main {
	width: 100%;
	padding: 0;
}

.template-home #content {
	width: 100%;
}

#headline {
	margin: 0 0 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 4.2rem);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: 0;
}

h1,
h2,
h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
}

.home-hero {
	min-height: 88svh;
	position: relative;
	display: grid;
	align-items: end;
	overflow: hidden;
	background: #11130f;
	color: var(--cream);
}

.home-hero-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 54%;
}

.home-hero > .oscata-picture {
	display: contents;
}

.home-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(9, 12, 9, 0.48);
}

.home-hero-inner {
	position: relative;
	z-index: 1;
	width: min(var(--max), calc(100% - 48px));
	margin: 0 auto;
	padding: 128px 0 70px;
}

.kicker,
.section-label {
	color: var(--clay);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.home-hero .kicker {
	margin-bottom: 18px;
	color: rgba(255, 250, 240, 0.78);
	font-size: 0.9rem;
	font-weight: 650;
}

.home-hero h1 {
	max-width: 850px;
	font-size: clamp(3.2rem, 9vw, 5.2rem);
	line-height: 0.95;
}

.hero-subtitle {
	max-width: 800px;
	margin-top: 26px;
	color: rgba(255, 250, 240, 0.9);
	font-size: clamp(1.08rem, 2.4vw, 1.35rem);
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 36px;
}

.button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid currentColor;
	border-radius: 0;
	padding: 12px 18px;
	background: transparent;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
}

.button.primary {
	border-color: var(--cream);
	background: var(--cream);
	color: #1b211b;
}

.button.secondary {
	color: var(--cream);
	background: rgba(255, 250, 240, 0.08);
}

.template-private_inquiry .button,
.template-basic-page .button,
.template-questions .button,
.template-contact_index .button,
.template-contact .button,
.template-privacy_contact .button,
.template-advisors_index .button,
.template-advisor_bread_fire .button,
.template-about_sergio .button {
	border-color: #5b3b26;
	background: #5b3b26;
	color: #fffdfa;
	border-radius: 6px;
}

.button:hover,
.button:focus {
	filter: brightness(0.94);
	text-decoration: none;
}

.hero-note {
	max-width: 620px;
	margin-top: 18px;
	color: rgba(255, 250, 240, 0.78);
	font-size: 0.98rem;
}

.section {
	padding: 96px 0;
}

.section.alt {
	background: var(--mist);
}

.section.dark {
	background: var(--deep-green);
	color: var(--cream);
}

.section-inner {
	width: min(var(--max), calc(100% - 48px));
	margin: 0 auto;
}

.section-label {
	margin-bottom: 16px;
}

.dark .section-label {
	color: #d9a46f;
}

.section-title {
	max-width: 850px;
	font-size: clamp(2.1rem, 5vw, 3rem);
	line-height: 1.08;
}

.section-lede {
	max-width: 780px;
	margin-top: 24px;
	color: var(--muted);
	font-size: 1.12rem;
}

.dark .section-lede,
.dark .eyebrow {
	color: rgba(255, 250, 240, 0.74);
}

.split {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
	align-items: start;
	gap: 64px;
}

.statement-list {
	display: grid;
	gap: 22px;
	margin-top: 34px;
}

.statement {
	border-top: 1px solid var(--line);
	padding-top: 22px;
}

.statement h3 {
	margin-bottom: 8px;
	font-size: 1.25rem;
}

.statement p {
	color: var(--muted);
}

.side-photo {
	width: 100%;
	height: clamp(320px, 31vw, 460px);
	object-fit: cover;
	object-position: center;
	box-shadow: var(--shadow);
}

.value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 44px;
	background: rgba(255, 250, 240, 0.24);
	border: 1px solid rgba(255, 250, 240, 0.24);
}

.value-grid article {
	min-height: 178px;
	padding: 26px 22px;
	background: rgba(13, 26, 22, 0.5);
}

.value-grid h3 {
	margin-bottom: 12px;
	font-size: 1.14rem;
}

.value-grid p {
	color: rgba(255, 250, 240, 0.74);
	font-size: 0.96rem;
}

.itinerary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 46px;
}

.day-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--cream);
	border: 1px solid rgba(23, 25, 20, 0.12);
}

.day-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
}

.day-card:nth-child(1) img {
	object-position: center 48%;
}

.day-card:nth-child(2) img {
	object-position: center 58%;
}

.day-card:nth-child(3) img {
	object-position: center 64%;
}

.day-content {
	padding: 24px;
}

.eyebrow {
	margin-bottom: 10px;
	color: var(--blue-stone);
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.day-content h3 {
	margin-bottom: 12px;
	color: var(--ink);
	font-size: 1.5rem;
	line-height: 1.15;
}

.day-content p {
	color: var(--muted);
}

.table-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
	gap: 64px;
	align-items: center;
}

.product-list {
	display: grid;
	gap: 11px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	color: var(--muted);
}

.product-list li {
	position: relative;
	padding-left: 22px;
	line-height: 1.45;
}

.product-list li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	background: var(--clay);
}

.context-note {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
	color: var(--muted);
}

.context-link {
	color: var(--wine);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.context-footnote-marker {
	align-self: flex-start;
	margin-left: -4px;
	color: var(--wine);
	font-size: 0.86rem;
	font-weight: 900;
	line-height: 1;
}

.context-footnote {
	max-width: 660px;
	margin: 8px 0 0;
	color: #6d665b;
	font-size: 0.82rem;
	line-height: 1.42;
}

.table-photo-stack {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-template-rows: repeat(6, minmax(64px, 1fr));
	gap: 14px;
	min-height: 540px;
}

.table-photo-stack > .oscata-picture,
.table-photo-stack > img {
	width: 100%;
	height: 100%;
	box-shadow: var(--shadow);
}

.table-photo-stack > .oscata-picture img,
.table-photo-stack > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.table-photo-stack > .oscata-picture:first-child,
.table-photo-stack > img:first-child {
	grid-column: 1 / 4;
	grid-row: 1 / 4;
}

.table-photo-stack > .oscata-picture:nth-child(2),
.table-photo-stack > img:nth-child(2) {
	grid-column: 3 / 7;
	grid-row: 4 / 7;
}

.table-photo-stack > .oscata-picture:nth-child(2) img,
.table-photo-stack > img:nth-child(2) {
	object-position: center 56%;
}

.table-photo-stack > .oscata-picture:nth-child(3),
.table-photo-stack > img:nth-child(3) {
	grid-column: 4 / 7;
	grid-row: 1 / 4;
}

.table-photo-stack > .oscata-picture:nth-child(3) img,
.table-photo-stack > img:nth-child(3) {
	object-position: center 58%;
}

.table-photo-stack > .oscata-picture:nth-child(4),
.table-photo-stack > img:nth-child(4) {
	grid-column: 1 / 3;
	grid-row: 4 / 7;
}

.table-photo-stack > .oscata-picture:nth-child(4) img,
.table-photo-stack > img:nth-child(4) {
	object-position: center 56%;
}

.host-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
	gap: 60px;
	align-items: center;
}

.host-photo {
	width: 100%;
	height: auto;
	box-shadow: var(--shadow);
}

.host-link {
	margin-top: 22px;
}

.principle-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 42px;
	background: rgba(23, 25, 20, 0.14);
	border: 1px solid rgba(23, 25, 20, 0.14);
}

.principle-grid article {
	min-height: 220px;
	padding: 28px;
	background: var(--paper);
}

.pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 18px;
	padding: 5px 10px;
	background: rgba(159, 81, 57, 0.12);
	color: var(--clay);
	font-size: 0.76rem;
	font-weight: 850;
	text-transform: uppercase;
}

.principle-grid h3 {
	margin-bottom: 12px;
	font-size: 1.42rem;
	line-height: 1.16;
}

.principle-grid p {
	color: var(--muted);
}

.closing-section {
	background: var(--wine);
	color: var(--cream);
}

.closing-section .section-label {
	color: #f3c19a;
}

.closing-section .section-lede {
	color: rgba(255, 250, 240, 0.78);
}

.inquiry-teaser {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: end;
}

.intro-band {
	max-width: 780px;
	margin-bottom: 34px;
}

.intro-help-link {
	color: var(--muted);
	font-size: 0.95rem;
}

.intro-help-link a {
	color: var(--wine);
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.investment-overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
	gap: 28px;
	margin: 34px 0 42px;
	padding: 28px;
	background: #fffdfa;
	border: 1px solid rgba(23, 25, 20, 0.16);
}

.investment-overview h2 {
	margin: 8px 0 14px;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	line-height: 1.12;
}

.experience-glimpse {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.experience-glimpse figure {
	margin: 0;
	overflow: hidden;
	background: var(--paper);
	border: 1px solid rgba(23, 25, 20, 0.1);
}

.experience-glimpse img {
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
}

.experience-glimpse figure:nth-child(1) img {
	object-position: center 48%;
}

.experience-glimpse figure:nth-child(2) img {
	object-position: center 58%;
}

.experience-glimpse figure:nth-child(3) img {
	object-position: center 64%;
}

.experience-glimpse figcaption {
	padding: 8px 9px;
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.investment-levels {
	display: grid;
	gap: 14px;
	align-self: start;
}

.investment-levels div {
	padding: 18px;
	background: var(--mist);
	border: 1px solid rgba(23, 25, 20, 0.1);
}

.investment-levels span,
.investment-levels small {
	display: block;
	color: var(--muted);
}

.investment-levels strong {
	display: block;
	margin: 6px 0 2px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.08;
}

.pricing-note {
	margin: 0;
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.currency-button {
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid rgba(103, 40, 61, 0.28);
	background: transparent;
	cursor: pointer;
	color: var(--wine);
	font: inherit;
	font-size: 0.94rem;
	font-weight: 800;
	text-align: left;
}

.currency-button:hover {
	border-color: var(--wine);
	background: rgba(103, 40, 61, 0.06);
}

.currency-modal {
	width: min(920px, calc(100% - 32px));
	max-height: min(780px, calc(100svh - 40px));
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
}

.currency-modal::backdrop {
	background: rgba(15, 17, 13, 0.62);
	backdrop-filter: blur(8px);
}

.currency-modal-panel {
	max-height: min(780px, calc(100svh - 40px));
	padding: 30px;
	overflow: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	background: #fffdfa;
	border: 1px solid rgba(255, 250, 240, 0.36);
	box-shadow: var(--shadow);
}

.currency-modal-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
}

.currency-modal-head .kicker {
	margin-bottom: 6px;
}

.currency-modal-head h3 {
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	line-height: 1.08;
}

.modal-close {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	border: 1px solid rgba(23, 25, 20, 0.18);
	background: var(--paper);
	color: var(--ink);
	cursor: pointer;
	font: inherit;
	font-size: 1.6rem;
	line-height: 1;
}

.modal-close:hover {
	background: var(--paper-2);
}

.currency-table-wrap {
	max-width: 100%;
	margin-top: 16px;
	overflow-x: auto;
}

.currency-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	font-size: 0.94rem;
}

.currency-table th,
.currency-table td {
	padding: 10px 12px;
	border-bottom: 1px solid rgba(23, 25, 20, 0.12);
	text-align: left;
	vertical-align: top;
}

.currency-modal-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.currency-table th {
	color: var(--muted);
	font-size: 0.78rem;
	text-transform: uppercase;
}

.date-window {
	display: grid;
	gap: 4px;
	margin: 18px 0 0;
	padding: 18px;
	background: var(--mist);
	border-left: 4px solid var(--clay);
}

.date-window[hidden] {
	display: none;
}

.date-window span,
.date-window small {
	color: var(--muted);
}

.date-window span {
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.date-window strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.18;
}

.date-selector {
	margin-top: 8px;
	padding: 18px;
	background: #fffdfa;
	border: 1px solid rgba(23, 25, 20, 0.14);
}

.date-selector-top {
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.date-selector-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 12px;
	min-width: 0;
	text-align: center;
}

.date-month-select,
.date-year-select {
	width: auto;
	min-height: 32px;
	padding: 4px 30px 4px 10px;
	border-radius: 6px;
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 750;
}

.date-month-select {
	min-width: 136px;
}

.date-year-select {
	min-width: 86px;
}

.date-nav {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(23, 25, 20, 0.18);
	background: var(--paper);
	color: var(--ink);
	font: inherit;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
}

.date-nav:disabled {
	opacity: 0.32;
	cursor: not-allowed;
}

.date-weekdays,
.date-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 6px;
}

.date-weekdays {
	margin-bottom: 8px;
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 850;
	text-align: center;
	text-transform: uppercase;
}

.date-cell {
	min-height: 42px;
}

.date-cell {
	border: 1px solid rgba(23, 25, 20, 0.12);
	background: var(--paper);
	color: var(--ink);
	font: inherit;
	font-weight: 750;
	cursor: pointer;
}

.date-cell.available_for_inquiry {
	background: #d8ead2;
	color: #24431f;
}

.date-cell.under_review {
	background: #f0d9a5;
	border-color: rgba(121, 82, 25, 0.28);
	color: #5f4218;
}

.date-cell.oscata_event {
	background: #d3e2ea;
	color: #244a5f;
	cursor: not-allowed;
}

.date-cell.window_oscata_event {
	background: #e3edf2;
	border-color: rgba(36, 74, 95, 0.28);
	color: #355b6d;
	cursor: not-allowed;
}

.date-cell.window_unavailable {
	background: #eee7dc;
	border-color: rgba(112, 87, 70, 0.28);
	color: #5d5145;
	cursor: not-allowed;
}

.date-cell.unavailable {
	background: #d9d1c3;
	color: rgba(23, 25, 20, 0.48);
	cursor: not-allowed;
	text-decoration: line-through;
}

.date-cell[data-unselectable="true"] {
	cursor: not-allowed;
}

.date-cell.outside-month {
	opacity: 0.58;
}

.date-cell.outside-month.selected,
.date-cell.outside-month.selected-window {
	opacity: 1;
}

.date-cell.selected {
	border-color: #173b26;
	background: #2f6a43;
	color: var(--cream);
	box-shadow:
		inset 0 0 0 2px rgba(255, 253, 250, 0.9),
		0 0 0 1px rgba(23, 59, 38, 0.2);
}

.date-cell.selected-window:not(.selected) {
	border-color: rgba(47, 106, 67, 0.95);
	background: rgba(47, 106, 67, 0.32);
	color: #102d1c;
	box-shadow: inset 0 0 0 2px rgba(47, 106, 67, 0.2);
}

.date-cell.selected-window-invalid:not(.selected) {
	border-color: rgba(177, 84, 69, 0.9);
	background: rgba(177, 84, 69, 0.22);
	color: #6d1f16;
	box-shadow: inset 0 0 0 2px rgba(177, 84, 69, 0.2);
}

.date-cell.selected-start {
	box-shadow:
		inset 4px 0 0 rgba(255, 250, 240, 0.58),
		inset 0 0 0 2px rgba(255, 253, 250, 0.9),
		0 0 0 1px rgba(23, 59, 38, 0.2);
}

.date-cell.selected-window-invalid.selected-start {
	background: #9b3d35;
	border-color: #7a3028;
	box-shadow:
		inset 4px 0 0 rgba(255, 250, 240, 0.56),
		inset 0 0 0 2px rgba(255, 253, 250, 0.86),
		0 0 0 1px rgba(122, 48, 40, 0.2);
}

.date-cell.selected-end:not(.selected) {
	box-shadow:
		inset -4px 0 0 rgba(47, 106, 67, 0.42),
		inset 0 0 0 2px rgba(47, 106, 67, 0.2);
}

.date-cell.selected-window-invalid.selected-end:not(.selected) {
	box-shadow:
		inset -4px 0 0 rgba(177, 84, 69, 0.42),
		inset 0 0 0 2px rgba(177, 84, 69, 0.2);
}

.date-legend {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
	color: var(--muted);
	font-size: 0.86rem;
}

.legend-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.legend-item[hidden] {
	display: none;
}

.date-legend i {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	display: inline-block;
	border: 1px solid rgba(23, 25, 20, 0.28);
}

.date-legend strong,
.date-legend small {
	display: block;
}

.date-legend strong {
	color: var(--ink);
	font-weight: 800;
	line-height: 1.22;
}

.date-legend small {
	color: #5e594f;
	font-size: 0.76rem;
	line-height: 1.2;
	margin-top: 2px;
}

.date-legend .available {
	background: #d8ead2;
}

.date-legend .review {
	background: #f0d9a5;
}

.date-legend .start-blocked {
	background: #eee7dc;
}

.date-legend .event {
	background: #d3e2ea;
}

.date-legend .blocked {
	background: #d9d1c3;
}

.dynamic-note {
	margin: 18px 0;
	padding: 18px;
	background: var(--mist);
	border-left: 4px solid var(--blue-stone);
}

.dynamic-note[hidden],
[data-conditional-field][hidden] {
	display: none;
}

.conditional-detail {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(23, 25, 20, 0.12);
}

.form-grid > .conditional-inline-full {
	grid-column: 1 / -1;
}

.form-grid > .group-control-row {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
	align-items: start;
}

.form-grid > .group-control-row-single {
	grid-template-columns: minmax(0, calc(50% - 10px)) minmax(0, 1fr);
}

.form-grid > .conditional-detail {
	grid-column: 1 / -1;
	margin-top: 2px;
}

.conditional-detail + .conditional-detail {
	margin-top: 18px;
}

.dynamic-note strong {
	display: block;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.22rem;
	font-weight: 500;
	line-height: 1.2;
}

.dynamic-note p {
	color: var(--muted);
}

.lead {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.25;
}

.policy-page {
	display: grid;
	gap: 28px;
	max-width: 820px;
}

.policy-hero {
	padding: 0 0 10px;
}

.policy-hero h1 {
	margin-top: 8px;
	font-size: clamp(2rem, 6vw, 4rem);
	line-height: 1.02;
}

.policy-updated {
	color: var(--muted);
	font-size: 0.92rem;
}

.policy-section {
	padding-top: 22px;
	border-top: 1px solid #ded7c9;
}

.policy-section h2 {
	margin-bottom: 10px;
	font-size: clamp(1.35rem, 3vw, 1.8rem);
	line-height: 1.15;
}

.policy-page a,
.form-privacy-note a {
	color: var(--wine);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.policy-page a.button,
.form-privacy-note a.button {
	text-decoration: none;
}

.questions-page {
	max-width: 900px;
}

.questions-list {
	display: grid;
	gap: 1px;
	background: rgba(23, 25, 20, 0.14);
	border: 1px solid rgba(23, 25, 20, 0.14);
}

.question-item {
	padding: 24px 26px;
	background: #fffdfa;
}

.question-item h2 {
	margin-bottom: 8px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.04rem;
	font-weight: 850;
	line-height: 1.25;
}

.question-item p {
	color: var(--muted);
}

.question-location-map,
.advisor-location-map {
	display: grid;
	margin: 0;
}

.question-location-map {
	gap: 14px;
	margin-top: 22px;
}

.advisor-location-map {
	gap: 18px;
}

.question-location-map__copy {
	max-width: 720px;
}

.advisor-location-map__copy {
	max-width: 860px;
}

.question-location-map__copy .section-label {
	margin-bottom: 6px;
}

.question-location-map__copy h3 {
	margin: 0 0 8px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.45rem;
	font-weight: 850;
	line-height: 1.18;
}

.question-location-map__graphic,
.advisor-location-map__graphic {
	overflow: hidden;
	background: var(--paper);
	border: 1px solid rgba(23, 25, 20, 0.14);
}

.question-location-map svg,
.advisor-location-map svg {
	display: block;
	width: 100%;
	height: auto;
}

.question-location-map figcaption,
.advisor-location-map figcaption {
	color: var(--muted);
	font-size: 0.82rem;
	line-height: 1.35;
}

.question-location-map__link,
.advisor-location-map__link {
	display: inline-block;
	margin-left: 0.45em;
	color: #5b3b26;
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.question-location-map__link:hover,
.question-location-map__link:focus,
.advisor-location-map__link:hover,
.advisor-location-map__link:focus {
	color: #171914;
}

@media (max-width: 760px) {
	.question-location-map__copy h3 {
		font-size: 1.2rem;
	}

	.question-location-map__link,
	.advisor-location-map__link {
		display: block;
		width: max-content;
		max-width: 100%;
		margin-top: 3px;
		margin-left: 0;
	}
}

.questions-next-step {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: end;
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
}

.questions-next-step h2 {
	margin: 6px 0 10px;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.1;
}

.advisor-page {
	display: grid;
	gap: 54px;
}

.advisor-page h1 {
	max-width: 820px;
	font-size: clamp(2.45rem, 6vw, 4.45rem);
	line-height: 0.98;
}

.advisor-page h2 {
	font-size: clamp(1.65rem, 3.6vw, 2.6rem);
	line-height: 1.08;
}

.advisor-page h3 {
	font-size: 1.28rem;
	line-height: 1.16;
}

.advisor-page p,
.advisor-page li,
.advisor-page dd {
	color: var(--muted);
}

.advisor-page h2 + p {
	margin-top: 18px;
}

.advisor-page a {
	color: var(--wine);
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.advisor-page a.button {
	text-decoration: none;
}

.advisor-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
	gap: 48px;
	align-items: start;
	padding: 0 0 20px;
}

.advisor-hero-copy {
	display: grid;
	gap: 18px;
}

.advisor-lede {
	max-width: 860px;
	color: var(--ink) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.28rem, 2.9vw, 1.85rem);
	line-height: 1.28;
}

.advisor-hero-image,
.advisor-side-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: var(--shadow);
}

.advisor-hero-image {
	aspect-ratio: 4 / 3.85;
	height: auto;
	object-position: center 32%;
}

.advisor-side-image {
	aspect-ratio: 4 / 3;
	object-position: center 64%;
}

.advisor-section {
	padding-top: 38px;
	border-top: 1px solid var(--line);
}

.advisor-section-head {
	max-width: 860px;
}

.advisor-section-head p {
	margin-top: 18px;
}

.advisor-statement,
.advisor-two-column,
.advisor-fit,
.advisor-contribution,
.advisor-inquiry {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
	gap: 46px;
	align-items: start;
}

.advisor-statement p + p,
.advisor-two-column p + p,
.advisor-contribution p + p {
	margin-top: 16px;
}

.advisor-note-panel,
.advisor-contact-panel {
	padding: 28px;
	background: #fffdfa;
	border: 1px solid rgba(23, 25, 20, 0.14);
}

.advisor-note-panel h3,
.advisor-contact-panel h3 {
	margin-bottom: 12px;
}

.advisor-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 32px;
	background: rgba(23, 25, 20, 0.14);
	border: 1px solid rgba(23, 25, 20, 0.14);
}

.advisor-grid article {
	min-height: 190px;
	padding: 26px;
	background: var(--paper);
}

.advisor-grid h3 {
	margin-bottom: 12px;
}

.advisor-list {
	display: grid;
	gap: 11px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.advisor-list li {
	position: relative;
	padding-left: 22px;
	line-height: 1.45;
}

.advisor-list li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	background: var(--clay);
}

.advisor-practical-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 30px 0 0;
	background: rgba(23, 25, 20, 0.14);
	border: 1px solid rgba(23, 25, 20, 0.14);
}

.advisor-practical-list div {
	min-height: 132px;
	padding: 22px;
	background: #fffdfa;
}

.advisor-practical-list dt {
	margin-bottom: 8px;
	color: var(--ink);
	font-weight: 850;
}

.advisor-practical-list dd {
	margin: 0;
	line-height: 1.45;
}

.advisor-contribution {
	align-items: center;
	padding: 34px;
	background: var(--deep-green);
	border-top: 0;
	color: var(--cream);
}

.advisor-contribution .section-label {
	color: #d9a46f;
}

.advisor-contribution h2,
.advisor-contribution p {
	color: var(--cream);
}

.advisor-contribution p {
	color: rgba(255, 250, 240, 0.78);
}

.advisor-contact-panel {
	align-self: start;
}

.advisor-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.advisor-location-map__copy h2 {
	margin: 6px 0 14px;
}

.advisor-secondary-button {
	border-color: rgba(91, 59, 38, 0.38) !important;
	background: transparent !important;
	color: #5b3b26 !important;
}

.about-sergio-page .advisor-hero-image {
	aspect-ratio: 1 / 1;
	object-position: center 48%;
}

.about-context-panel {
	align-self: start;
}

.about-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.about-link-list a {
	white-space: nowrap;
}

.about-advisor-phrase {
	color: var(--ink) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	line-height: 1.32;
}

.nowrap {
	white-space: nowrap;
}

.notice {
	margin: 22px 0;
	padding: 16px 18px;
	border-radius: 6px;
	border: 1px solid;
	background: #fffdfa;
}

.notice p,
.notice ul {
	margin-top: 0;
	margin-bottom: 0;
}

.notice.success {
	border-color: #6d8d5a;
	color: #274218;
	scroll-margin-top: 112px;
}

.notice.success:focus {
	outline: 3px solid rgba(109, 141, 90, 0.28);
	outline-offset: 3px;
}

.notice.error {
	border-color: #b15445;
	color: #6d1f16;
	background: #fff7f4;
	scroll-margin-top: 112px;
}

.notice.error:focus {
	outline: 3px solid rgba(177, 84, 69, 0.28);
	outline-offset: 3px;
}

.notice.error a {
	color: #8d2f22;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.notice.error a:hover,
.notice.error a:focus {
	color: #5d1f16;
}

.inquiry-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
	align-items: start;
	gap: 28px;
}

.inquiry-form.is-submitting {
	opacity: 0.78;
	pointer-events: none;
}

.form-section {
	grid-column: 1;
	padding-top: 22px;
	border-top: 1px solid #ded7c9;
}

.form-section h2 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.5vw, 1.9rem);
	font-weight: 400;
	line-height: 1.12;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.form-grid.calendar-grid {
	grid-template-columns: 1fr;
}

.form-section > .form-grid + .form-grid,
.date-window + .form-grid {
	margin-top: 20px;
}

label,
legend {
	display: block;
	margin: 0 0 7px;
	font-weight: 700;
}

.form-section > label,
.form-section > [data-conditional-field]:not([hidden]) {
	margin-top: 24px;
}

.form-section > h2 + label,
.form-section > h2 + [data-conditional-field]:not([hidden]) {
	margin-top: 0;
}

.form-grid label,
.form-grid > [data-conditional-field]:not([hidden]),
.conditional-detail label {
	margin-top: 0;
}

.required-mark {
	color: var(--wine);
	font-weight: 900;
}

.form-intro-note,
.required-note {
	grid-column: 1;
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.35;
}

.form-intro-note {
	margin: -6px 0 0;
	max-width: 46rem;
}

.required-note {
	margin: -16px 0 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

input,
select,
textarea {
	width: 100%;
	border: 1px solid #c9bdaa;
	border-radius: 6px;
	background: #fffdfa;
	color: #211d18;
	font: inherit;
	scroll-margin-top: 112px;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
	display: block;
}

.date-field-label {
	scroll-margin-top: 84px;
}

.number-control {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	border: 1px solid #c9bdaa;
	border-radius: 6px;
	background: #fffdfa;
	scroll-margin-top: 112px;
}

.number-control:focus-within {
	outline: 3px solid rgba(159, 81, 57, 0.65);
	outline-offset: 4px;
}

.number-control input {
	min-width: 0;
	border: 0;
	border-radius: 0;
	background: #fffdfa;
	text-align: center;
	-moz-appearance: textfield;
}

.number-control input:focus-visible,
.number-control .number-stepper:focus-visible {
	outline: 0;
}

.number-control input::-webkit-outer-spin-button,
.number-control input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.number-stepper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 0;
	background: #f7f2e8;
	color: var(--ink);
	font: inherit;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.number-stepper:first-child {
	border-right: 1px solid #c9bdaa;
}

.number-stepper:last-child {
	border-left: 1px solid #c9bdaa;
}

.number-stepper:hover {
	background: #efe7d7;
}

.number-stepper:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.date-selector,
.checkbox-line {
	scroll-margin-top: 112px;
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid,
.date-selector.is-invalid {
	border-color: #b15445;
	background-color: #fff7f4;
	box-shadow: 0 0 0 3px rgba(177, 84, 69, 0.14);
}

.number-control.is-invalid {
	border-color: #b15445;
	background-color: #fff7f4;
	box-shadow: 0 0 0 3px rgba(177, 84, 69, 0.14);
}

.number-control.is-invalid input.is-invalid {
	border-color: transparent;
	background-color: #fff7f4;
	box-shadow: none;
}

.number-control.is-invalid .number-stepper {
	border-color: rgba(177, 84, 69, 0.34);
	background: #fff1ec;
	color: #6d1f16;
}

select.is-invalid {
	background-image:
		linear-gradient(45deg, transparent 50%, #8d2f22 50%),
		linear-gradient(135deg, #8d2f22 50%, transparent 50%);
}

.checkbox-line.is-invalid {
	color: #6d1f16;
}

.checkbox-line.is-invalid input {
	outline: 3px solid rgba(177, 84, 69, 0.2);
	outline-offset: 2px;
}

.field-error {
	margin: 7px 0 12px;
	color: #8d2f22;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

input,
select {
	min-height: 44px;
	padding: 9px 10px;
}

input[readonly] {
	background: #eee8dc;
	color: var(--muted);
	cursor: default;
}

select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 44px;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--wine) 50%),
		linear-gradient(135deg, var(--wine) 50%, transparent 50%);
	background-position:
		calc(100% - 19px) 50%,
		calc(100% - 13px) 50%;
	background-size:
		6px 6px,
		6px 6px;
	background-repeat: no-repeat;
}

select:hover {
	border-color: rgba(103, 40, 61, 0.58);
}

textarea {
	resize: vertical;
	padding: 10px;
}

.checkbox-group {
	margin: 18px 0;
	padding: 0;
	border: 0;
}

.checkbox-line {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 10px 0;
	font-weight: 500;
}

.checkbox-line input {
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	margin-top: 3px;
}

.help {
	margin: 6px 0 14px;
	color: #675e54;
	font-size: 0.93rem;
}

.field-disclosure {
	margin: -6px 0 14px;
	color: #675e54;
	font-size: 0.9rem;
}

.field-disclosure summary {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--wine);
	font-weight: 700;
	cursor: pointer;
}

.field-disclosure summary::-webkit-details-marker {
	display: none;
}

.field-disclosure summary::after {
	content: "+";
	font-size: 0.95rem;
	line-height: 1;
}

.field-disclosure[open] summary::after {
	content: "-";
}

.field-disclosure p {
	margin: 8px 0 0;
	max-width: 48rem;
}

.hp-field {
	grid-column: 1 / -1;
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-actions {
	grid-column: 1;
	padding-top: 12px;
}

.privacy-contact-form {
	display: grid;
	gap: 12px;
	padding-top: 22px;
	border-top: 1px solid #ded7c9;
}

.privacy-contact-form label:not(.checkbox-line) {
	margin-top: 8px;
}

.privacy-contact-form .form-actions {
	padding-top: 4px;
}

.form-privacy-note {
	grid-column: 1;
	margin: 6px 0 0;
	color: #675e54;
	font-size: 0.9rem;
	line-height: 1.45;
}

.estimate-panel {
	position: sticky;
	top: 96px;
	grid-column: 2;
	grid-row: 1 / span 8;
	display: grid;
	gap: 14px;
	padding: 20px;
	background: #fffdfa;
	border: 1px solid rgba(103, 40, 61, 0.22);
	border-top: 4px solid var(--wine);
	box-shadow: 0 18px 46px rgba(20, 23, 18, 0.1);
}

.estimate-panel .kicker {
	margin-bottom: -4px;
}

.estimate-total {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.25rem);
	font-weight: 500;
	line-height: 1.04;
	color: var(--wine);
}

.estimate-lines {
	display: grid;
	gap: 8px;
	padding: 12px 0;
	border-top: 1px solid rgba(23, 25, 20, 0.12);
	border-bottom: 1px solid rgba(23, 25, 20, 0.12);
}

.estimate-lines div {
	display: grid;
	gap: 2px;
}

.estimate-capacity-row {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 1px solid rgba(103, 40, 61, 0.18);
}

.estimate-capacity-row strong {
	font-weight: 700;
}

.estimate-lines [hidden] {
	display: none;
}

.estimate-lines span,
.estimate-note {
	color: var(--muted);
}

.estimate-lines span {
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.25;
	text-transform: uppercase;
}

.estimate-lines strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.12rem;
	font-weight: 500;
	line-height: 1.22;
}

.request-summary {
	display: grid;
	gap: 8px;
	padding-top: 2px;
}

.request-summary-title {
	margin: 0;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.25;
	text-transform: uppercase;
}

.request-summary-lines {
	display: grid;
	gap: 8px;
	padding: 10px 0;
	border-top: 1px solid rgba(23, 25, 20, 0.12);
	border-bottom: 1px solid rgba(23, 25, 20, 0.12);
}

.request-summary-lines div {
	display: grid;
	grid-template-columns: minmax(92px, 0.58fr) minmax(0, 1fr);
	gap: 10px;
	align-items: baseline;
}

.request-summary-lines span {
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1.25;
	text-transform: uppercase;
}

.request-summary-lines strong {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
}

.estimate-note {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.35;
}

.subnav {
	margin-top: 28px;
}

.edit-link {
	margin: 0;
	padding: 10px max(16px, calc((100vw - var(--max)) / 2));
	background: #171914;
	font-size: 0.8rem;
	line-height: 1.3;
}

.edit-link a {
	color: rgba(255, 250, 240, 0.66);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.edit-link a:hover,
.edit-link a:focus {
	color: var(--cream);
}

@media (max-width: 1180px) {
	.estimate-panel {
		gap: 12px;
		padding: 18px;
	}

	.estimate-total {
		font-size: clamp(1.45rem, 4vw, 1.85rem);
	}

	.estimate-lines {
		gap: 8px;
		padding: 10px 0 0;
		border-bottom: 0;
	}

	.request-summary,
	.estimate-note {
		display: none;
	}
}

@media (max-width: 920px) {
	.currency-modal {
		width: 100vw;
		max-width: none;
		height: 100svh;
		max-height: none;
		margin: 0;
	}

	.currency-modal::backdrop {
		background: #fffdfa;
		backdrop-filter: none;
	}

	.currency-modal-panel {
		display: flex;
		flex-direction: column;
		min-height: 100%;
		max-height: none;
		padding: calc(22px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left));
		border: 0;
		box-shadow: none;
	}

	.currency-modal-actions {
		justify-content: stretch;
		margin-top: auto;
		padding-top: 24px;
	}

	.currency-modal-actions .button {
		width: 100%;
	}

	.site-header {
		align-items: center;
		flex-direction: row;
		gap: 14px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.template-private_inquiry .site-header {
		align-items: center;
		flex-direction: row;
		gap: 12px;
	}

	.topnav {
		justify-content: flex-end;
		flex-wrap: nowrap;
		gap: 12px;
		margin-left: auto;
		font-size: 0.78rem;
	}

	.template-private_inquiry .topnav {
		justify-content: flex-end;
		flex-wrap: nowrap;
		margin-left: auto;
	}

	.template-private_inquiry .topnav .nav-cta {
		white-space: nowrap;
		padding-right: 12px;
		padding-left: 12px;
	}

	.template-private_inquiry {
		--inquiry-visual-viewport-top: 0px;
		--inquiry-mobile-header-height: 62px;
		--inquiry-control-scroll-margin: 96px;
		--inquiry-label-scroll-margin: 96px;
	}

	.template-private_inquiry .site-header {
		top: var(--inquiry-visual-viewport-top, 0px);
	}

	.language-switcher {
		font-size: 0.7rem;
	}

	.split,
	.host-layout,
	.table-layout,
	.investment-overview,
	.inquiry-teaser,
	.questions-next-step,
	.advisor-hero,
	.advisor-statement,
	.advisor-two-column,
	.advisor-fit,
	.advisor-contribution,
	.advisor-inquiry {
		grid-template-columns: 1fr;
	}

	.advisor-two-column,
	.advisor-contribution,
	.advisor-inquiry {
		gap: 28px;
	}

	.advisor-statement {
		gap: 22px;
	}

	.advisor-hero-image {
		aspect-ratio: 4 / 3;
	}

	.advisor-fit {
		gap: 36px;
	}

	.value-grid,
	.itinerary,
	.principle-grid,
	.advisor-grid,
	.advisor-practical-list {
		grid-template-columns: 1fr;
	}

	.table-photo-stack {
		min-height: 420px;
	}

	.inquiry-form {
		grid-template-columns: 1fr;
	}

	.form-section,
	.form-actions,
	.estimate-panel {
		grid-column: 1;
	}

	.estimate-panel {
		position: static;
		z-index: auto;
		grid-row: auto;
		gap: 12px;
		margin-right: -24px;
		margin-left: -24px;
		padding: 16px 24px;
		border-right: 0;
		border-left: 0;
		box-shadow: 0 12px 32px rgba(20, 23, 18, 0.08);
	}

	.estimate-total {
		font-size: clamp(1.45rem, 4vw, 1.85rem);
	}

	.estimate-lines {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 10px 0;
		border-bottom: 1px solid rgba(23, 25, 20, 0.12);
	}

	/* The panel is inline below the form here, so the full estimate context can stay visible. */
	.request-summary {
		display: grid;
	}

	.estimate-note {
		display: block;
	}

	.request-summary-lines div {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	input,
	select,
	textarea,
	.number-control,
	.date-selector {
		scroll-margin-top: var(--inquiry-control-scroll-margin, 285px);
	}

	.checkbox-line {
		scroll-margin-top: var(--inquiry-label-scroll-margin, 250px);
	}

	.date-field-label {
		scroll-margin-top: var(--inquiry-label-scroll-margin, 250px);
	}
}

@media (max-width: 760px) {
	body {
		font-size: 16px;
	}

	.template-private_inquiry {
		--inquiry-mobile-header-height: 70px;
	}

	.site-header {
		align-items: center;
		flex-direction: row;
		gap: 12px;
		min-height: 70px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.brand img {
		width: 54px;
	}

	.template-private_inquiry .mobile-header-estimate {
		min-width: 0;
		max-width: calc(100vw - 112px);
		overflow: hidden;
		color: var(--cream);
		font-family: Georgia, "Times New Roman", serif;
		font-size: 0.98rem;
		font-weight: 500;
		line-height: 1.08;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.template-private_inquiry.is-inquiry-estimate-passed .site-header {
		justify-content: flex-start;
	}

	.template-private_inquiry.is-inquiry-estimate-passed .mobile-header-estimate {
		display: inline-flex;
		align-items: center;
	}

	.template-private_inquiry.is-inquiry-estimate-passed .topnav {
		display: none;
	}

	.topnav {
		justify-content: flex-end;
		flex-wrap: nowrap;
		margin-left: auto;
	}

	.topnav a:not(.nav-cta) {
		display: none;
	}

	.topnav .language-switcher a {
		display: inline-flex;
	}

	.topnav .nav-cta {
		min-height: 38px;
		padding: 8px 14px;
		white-space: nowrap;
	}

	.language-switcher {
		gap: 4px;
		font-size: 0.68rem;
	}

	.site-main {
		width: min(var(--max), calc(100% - 32px));
		padding-top: 94px;
	}

	.home-hero {
		min-height: 88svh;
	}

	.home-hero-inner,
	.section-inner {
		width: calc(100% - 32px);
	}

	.home-hero-inner {
		padding: 110px 0 54px;
	}

	.section {
		padding: 70px 0;
		scroll-margin-top: 78px;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.form-grid > .group-control-row,
	.form-grid > .group-control-row-single {
		grid-template-columns: 1fr;
	}

	.estimate-panel {
		gap: 12px;
		margin-right: -16px;
		margin-left: -16px;
		padding: 16px;
		border-top-width: 3px;
		box-shadow: 0 8px 20px rgba(20, 23, 18, 0.08);
	}

	.estimate-total {
		font-size: 1.55rem;
	}

	.estimate-lines {
		gap: 8px;
		padding: 10px 0;
	}

	.estimate-lines span {
		font-size: 0.68rem;
	}

	.estimate-lines strong {
		font-size: 1rem;
	}

	.investment-overview {
		padding: 22px;
	}

	.advisor-page {
		gap: 40px;
	}

	.advisor-hero {
		gap: 28px;
		padding-top: 0;
	}

	.advisor-hero-image {
		aspect-ratio: 4 / 3;
	}

	.advisor-section {
		padding-top: 30px;
	}

	.advisor-two-column,
	.advisor-contribution,
	.advisor-inquiry {
		gap: 22px;
	}

	.advisor-statement {
		gap: 18px;
	}

	.advisor-fit {
		gap: 30px;
	}

	.advisor-note-panel,
	.advisor-contact-panel,
	.advisor-contribution {
		padding: 22px;
	}

	.advisor-grid article,
	.advisor-practical-list div {
		min-height: 0;
		padding: 20px;
	}

	.advisor-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.experience-glimpse {
		grid-template-columns: repeat(3, minmax(90px, 1fr));
		overflow-x: auto;
	}

	.currency-modal-panel {
		padding: calc(22px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left));
	}

	.currency-modal-head {
		gap: 16px;
	}

	.date-selector {
		padding: 14px;
	}

	.date-weekdays,
	.date-grid {
		gap: 4px;
	}

	.date-legend {
		grid-template-columns: 1fr;
	}

	.date-cell {
		min-height: 38px;
	}

	.table-photo-stack {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		gap: 12px;
		min-height: 0;
	}

	.table-photo-stack > .oscata-picture,
	.table-photo-stack > img {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.table-photo-stack > .oscata-picture img,
	.table-photo-stack > img {
		height: 100%;
	}

	.table-photo-stack > .oscata-picture:first-child,
	.table-photo-stack > .oscata-picture:nth-child(2),
	.table-photo-stack > .oscata-picture:nth-child(3),
	.table-photo-stack > .oscata-picture:nth-child(4),
	.table-photo-stack > img:first-child,
	.table-photo-stack > img:nth-child(2),
	.table-photo-stack > img:nth-child(3),
	.table-photo-stack > img:nth-child(4) {
		grid-column: auto;
		grid-row: auto;
	}

	.table-photo-stack > .oscata-picture:first-child img,
	.table-photo-stack > .oscata-picture:nth-child(2) img,
	.table-photo-stack > .oscata-picture:nth-child(3) img,
	.table-photo-stack > .oscata-picture:nth-child(4) img,
	.table-photo-stack > img:first-child,
	.table-photo-stack > img:nth-child(2),
	.table-photo-stack > img:nth-child(3),
	.table-photo-stack > img:nth-child(4) {
		object-position: center;
	}

	.table-photo-stack > .oscata-picture:first-child,
	.table-photo-stack > img:first-child {
		order: 1;
	}

	.table-photo-stack > .oscata-picture:nth-child(3),
	.table-photo-stack > img:nth-child(3) {
		order: 2;
	}

	.table-photo-stack > .oscata-picture:nth-child(4),
	.table-photo-stack > img:nth-child(4) {
		order: 3;
	}

	.table-photo-stack > .oscata-picture:nth-child(2),
	.table-photo-stack > img:nth-child(2) {
		order: 4;
	}

	.site-footer-inner {
		width: calc(100% - 32px);
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer nav {
		justify-content: flex-start;
	}
}

#privacywire-wrapper .privacywire {
	position: fixed;
	z-index: 60;
	right: 18px;
	bottom: -140%;
	left: auto;
	width: min(460px, calc(100vw - 36px));
	max-height: min(78vh, 520px);
	overflow: auto;
	padding: 18px;
	border: 1px solid rgba(255, 250, 240, 0.16);
	border-radius: 8px;
	background: #171914;
	color: var(--cream);
	box-shadow: 0 24px 80px rgba(9, 12, 9, 0.38);
	opacity: 0;
	transition: bottom 0.22s ease, opacity 0.22s ease;
}

#privacywire-wrapper.show-banner .privacywire-banner,
#privacywire-wrapper.show-options .privacywire-options,
#privacywire-wrapper.show-message .privacywire-message {
	bottom: 18px;
	opacity: 1;
}

#privacywire-wrapper .privacywire-header {
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.22rem;
	font-weight: 500;
	line-height: 1.1;
}

#privacywire-wrapper .privacywire-text {
	color: rgba(255, 250, 240, 0.78);
	font-size: 0.86rem;
	line-height: 1.42;
}

#privacywire-wrapper .privacywire-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

#privacywire-wrapper button {
	min-height: 38px;
	border: 1px solid rgba(255, 250, 240, 0.72);
	border-radius: 6px;
	padding: 8px 14px;
	background: transparent;
	color: var(--cream);
	font: inherit;
	font-size: 0.8rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

#privacywire-wrapper button.allow-all,
#privacywire-wrapper button.save {
	background: var(--cream);
	color: #171914;
}

#privacywire-wrapper button:hover,
#privacywire-wrapper button:focus {
	filter: brightness(0.93);
}

#privacywire-wrapper .privacywire-page-links {
	display: flex;
	gap: 12px;
	margin-top: 12px;
	font-size: 0.8rem;
}

#privacywire-wrapper a {
	color: var(--cream);
	text-decoration: underline;
	text-underline-offset: 4px;
}

#privacywire-wrapper ul {
	display: grid;
	gap: 8px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

#privacywire-wrapper label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--cream);
	font-weight: 700;
}

#privacywire-wrapper input {
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
}

#privacywire-wrapper [hidden],
.privacywire-ask-consent-blueprint,
[data-ask-consent-rendered="1"] {
	display: none;
}

@media (max-width: 760px) {
	#privacywire-wrapper .privacywire {
		right: 10px;
		width: calc(100vw - 20px);
		max-height: min(48vh, 360px);
		padding: 14px;
	}

	#privacywire-wrapper.show-banner .privacywire-banner,
	#privacywire-wrapper.show-options .privacywire-options,
	#privacywire-wrapper.show-message .privacywire-message {
		bottom: 10px;
	}

	#privacywire-wrapper .privacywire-header {
		font-size: 1rem;
	}

	#privacywire-wrapper .privacywire-text {
		font-size: 0.78rem;
		line-height: 1.35;
	}

	#privacywire-wrapper .privacywire-buttons {
		gap: 7px;
		margin-top: 10px;
	}

	#privacywire-wrapper button {
		flex: 1 1 92px;
		min-height: 34px;
		padding: 7px 9px;
		font-size: 0.72rem;
	}
}
