.samay-mindo-tropical-andes {
	--mindo-ink: #244036;
	--mindo-deep: #12392c;
	--mindo-blue: #4b7d65;
	--mindo-sky: #e2eee6;
	--mindo-gold: #b7834f;
	--mindo-earth: #788561;
	--mindo-sand: #efe9dc;
	--mindo-paper: #fbfcf9;
	--mindo-line: rgba(27, 66, 49, .16);
	display: block !important;
	min-height: 0 !important;
	background: var(--mindo-paper) !important;
	color: var(--mindo-ink);
	font-family: inherit;
	overflow: hidden;
}

body.samay-mindo-full-width { overflow-x: hidden; overflow-x: clip; }
body.samay-mindo-full-width .samay-mindo-tropical-andes { overflow: visible; }
body.samay-mindo-full-width .btTourInformationTab { overflow: visible !important; }
body.samay-mindo-full-width .samay-mindo-tropical-andes > section {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-right: 0 !important;
	margin-left: -50vw !important;
}
body.samay-mindo-hide-discover .btDiscoverDestinationLink { display: none !important; }
body.samay-mindo-hide-social .btArticleShareEtc { display: none !important; }
body.samay-mindo-tour .btTourAdditionalInfoTab .btTourMainContent > h3 + div > h3:first-child { display: none !important; }

.samay-mindo-tropical-andes,
.samay-mindo-tropical-andes > section,
.samay-mindo-tropical-andes .samay-mindo-shell {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}
.samay-mindo-tropical-andes > section {
	box-sizing: border-box;
	margin: 0 !important;
	padding: clamp(74px, 9vw, 126px) 0 !important;
}
.samay-mindo-shell {
	position: relative;
	z-index: 2;
	width: min(1160px, calc(100% - 56px));
	margin: 0 auto;
}
.samay-mindo-copy,
.samay-mindo-heading { min-width: 0; }
.samay-mindo-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	color: var(--mindo-blue) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}
.samay-mindo-kicker::before {
	content: "";
	width: 36px;
	height: 1px;
	background: currentColor;
}
.samay-mindo-copy h2,
.samay-mindo-heading h2,
.samay-mindo-essentials h2,
.samay-mindo-cta h2 {
	margin: 0 0 24px !important;
	color: var(--mindo-deep) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 5.1vw, 70px);
	font-weight: 400 !important;
	letter-spacing: -.035em;
	line-height: .98;
}
.samay-mindo-copy p,
.samay-mindo-heading p,
.samay-mindo-essentials p,
.samay-mindo-cta p {
	margin: 0 0 18px;
	color: #4d626c !important;
	font-size: 16px;
	line-height: 1.75;
}
.samay-mindo-lead {
	max-width: 680px;
	color: var(--mindo-ink) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(21px, 2vw, 28px) !important;
	line-height: 1.5 !important;
}

.samay-mindo-intro {
	background:
		radial-gradient(circle at 10% 15%, rgba(202,161,95,.18), transparent 34%),
		linear-gradient(135deg, #fffdf8 0%, #e8f2eb 100%) !important;
}
.samay-mindo-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
	align-items: center;
	gap: clamp(44px, 7vw, 94px);
}
.samay-mindo-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 38px;
	background: rgba(27,66,49,.12);
	border: 1px solid rgba(27,66,49,.10);
}
.samay-mindo-facts div { padding: 18px 14px; background: rgba(255,255,255,.78); }
.samay-mindo-facts strong {
	display: block;
	color: var(--mindo-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
}
.samay-mindo-facts span {
	display: block;
	margin-top: 5px;
	color: #65777f;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.samay-mindo-photo {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	border-radius: 3px;
	background: #d8d5ca;
	box-shadow: 0 24px 58px rgba(13,54,39,.16);
}
.samay-mindo-photo-tall { min-height: 610px; }
.samay-mindo-photo-wide { min-height: 490px; }
.samay-mindo-photo-panorama { min-height: 520px; margin-top: 44px; }
.samay-mindo-photo img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center center;
}
.samay-mindo-photo figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	padding: 12px 15px;
	background: rgba(10,48,34,.76);
	color: #fff;
	font-size: 12px;
	line-height: 1.45;
	backdrop-filter: blur(5px);
}

.samay-mindo-landscape { background: var(--mindo-paper) !important; }
.samay-mindo-heading { max-width: 850px; margin-bottom: 46px; }
.samay-mindo-heading p { max-width: 700px; }
.samay-mindo-landscape-grid {
	display: grid;
	grid-template-columns: 1.45fr .72fr;
	gap: 22px;
}
.samay-mindo-landscape-grid .samay-mindo-photo:not(.samay-mindo-photo-wide) { min-height: 490px; }

.samay-mindo-highlights {
	padding: 0 !important;
	background: var(--mindo-sand) !important;
}
.samay-mindo-highlight-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-right: 1px solid var(--mindo-line);
	border-left: 1px solid var(--mindo-line);
}
.samay-mindo-highlight-grid article {
	min-height: 300px;
	padding: 48px 34px;
	border-right: 1px solid var(--mindo-line);
}
.samay-mindo-highlight-grid article:last-child { border-right: 0; }
.samay-mindo-highlight-grid article > span {
	color: var(--mindo-blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
}
.samay-mindo-highlight-grid h3 {
	margin: 76px 0 12px;
	color: var(--mindo-deep) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.05;
}
.samay-mindo-highlight-grid p {
	margin: 0;
	color: #52695e !important;
	font-size: 14px;
	line-height: 1.65;
}

.samay-mindo-story-waterfall { background: #e8f0ea !important; }
.samay-mindo-story-butterflies { background: var(--mindo-paper) !important; }
.samay-mindo-story-grid {
	display: grid;
	grid-template-columns: minmax(330px, .9fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}
.samay-mindo-story-grid-reverse { grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); }
.samay-mindo-story-grid .samay-mindo-photo { min-height: 590px; }

.samay-mindo-experience {
	background: linear-gradient(125deg, #123b2c 0%, #1e5c43 70%, #3b7659 100%) !important;
}
.samay-mindo-heading-light h2,
.samay-mindo-heading-light p { color: #fff !important; }
.samay-mindo-heading-light p { color: rgba(255,255,255,.78) !important; }
.samay-mindo-heading-light .samay-mindo-kicker { color: #efc77d !important; }
.samay-mindo-experience .samay-mindo-photo { box-shadow: 0 28px 70px rgba(0,0,0,.28); }

.samay-mindo-experience-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 22px;
	margin-top: 44px;
}
.samay-mindo-experience-grid .samay-mindo-photo { min-height: 520px; }

.samay-mindo-essentials {
	background: linear-gradient(135deg, #f5efe4 0%, #e9f2eb 100%) !important;
}
.samay-mindo-essentials-grid {
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	gap: clamp(48px, 9vw, 130px);
	align-items: start;
}
.samay-mindo-essentials h2 { font-size: clamp(36px, 4.2vw, 59px); }
.samay-mindo-essentials ul { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.samay-mindo-essentials li {
	position: relative;
	padding: 17px 0 17px 38px;
	border-bottom: 1px solid var(--mindo-line);
	color: #496658;
	font-size: 15px;
	line-height: 1.55;
}
.samay-mindo-essentials li::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 3px;
	width: 14px;
	height: 14px;
	border: 1px solid var(--mindo-blue);
	border-radius: 50%;
}
.samay-mindo-essentials li::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--mindo-blue);
}

.samay-mindo-cta { background: var(--mindo-gold) !important; }
.samay-mindo-cta-grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: clamp(48px, 8vw, 112px);
	align-items: end;
}
.samay-mindo-cta .samay-mindo-kicker,
.samay-mindo-cta h2,
.samay-mindo-cta p { color: #fff !important; }
.samay-mindo-cta .samay-mindo-kicker::before { background: currentColor; }
.samay-mindo-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.samay-mindo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 23px;
	border: 1px solid rgba(255,255,255,.86);
	border-radius: 2px;
	background: #fff;
	color: var(--mindo-deep) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .10em;
	line-height: 1.4;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}
.samay-mindo-button:hover { transform: translateY(-1px); background: var(--mindo-deep); color: #fff !important; }
.samay-mindo-button-secondary { background: transparent; color: #fff !important; }

@media (max-width: 980px) {
	.samay-mindo-experience-grid { grid-template-columns: 1fr; }
	.samay-mindo-intro-grid,
	.samay-mindo-story-grid,
	.samay-mindo-story-grid-reverse { grid-template-columns: 1fr; }
	.samay-mindo-photo-tall { min-height: 500px; }
	.samay-mindo-landscape-grid { grid-template-columns: 1fr 1fr; }
	.samay-mindo-highlight-grid { grid-template-columns: 1fr 1fr; }
	.samay-mindo-highlight-grid article:nth-child(2) { border-right: 0; }
	.samay-mindo-highlight-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--mindo-line); }
	.samay-mindo-essentials-grid,
	.samay-mindo-cta-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
	.samay-mindo-shell { width: min(100% - 32px, 1160px); }
	.samay-mindo-tropical-andes > section { padding: 58px 0 !important; }
	.samay-mindo-facts { grid-template-columns: 1fr; }
	.samay-mindo-landscape-grid { grid-template-columns: 1fr; }
	.samay-mindo-photo,
	.samay-mindo-photo-tall,
	.samay-mindo-photo-wide,
	.samay-mindo-photo-panorama,
	.samay-mindo-landscape-grid .samay-mindo-photo:not(.samay-mindo-photo-wide),
	.samay-mindo-story-grid .samay-mindo-photo { min-height: 360px; }
	.samay-mindo-highlight-grid { grid-template-columns: 1fr; }
	.samay-mindo-highlight-grid article {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--mindo-line);
	}
	.samay-mindo-highlight-grid article:last-child { border-bottom: 0; }
	.samay-mindo-highlight-grid h3 { margin-top: 24px; }
	.samay-mindo-cta-actions { flex-direction: column; align-items: stretch; }
	.samay-mindo-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.samay-mindo-tropical-andes *,
	.samay-mindo-tropical-andes *::before,
	.samay-mindo-tropical-andes *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
