.samay-andes {
	--samay-andes-night: #172b37;
	--samay-andes-leaf: #9f452f;
	--samay-andes-moss: #6d7867;
	--samay-andes-gold: #d9a447;
	--samay-andes-mist: #edf0eb;
	--samay-andes-sand: #f6f0e6;
	--samay-andes-ink: #29332f;
	--samay-andes-muted: #666b65;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	isolation: isolate;
	background: #fff;
	color: var(--samay-andes-ink);
	font-family: inherit;
}

/* The dedicated single template must start flush after the site header. */
.samay-andes-template,
.samay-andes-destination .samay-andes-template {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Defensive fallback if a cache or another plugin momentarily restores the
 * generic Travelicious portfolio wrapper around the Andes shortcode. */
.samay-andes-destination .btPageHeadline,
.samay-andes-destination .btArticleHeadline,
.samay-andes-destination .btPortfolioSingle .btArticleMedia,
.samay-andes-destination .btPortfolioSingle .btMediaBox,
.samay-andes-destination .btPostSingleItemStandard > .btArticleMedia {
	display: none !important;
}

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

.samay-andes-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.samay-andes h1,
.samay-andes h2,
.samay-andes h3,
.samay-andes p {
	font-family: inherit;
}

.samay-andes h1,
.samay-andes h2 {
	margin: 0 0 26px;
	color: var(--samay-andes-night);
	font-size: clamp(42px, 5.6vw, 76px);
	font-weight: 650;
	letter-spacing: -.048em;
	line-height: .98;
}

.samay-andes h1 em,
.samay-andes h2 em {
	color: var(--samay-andes-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.samay-andes p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.75;
}

.samay-andes-kicker {
	display: block;
	margin-bottom: 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.samay-andes-kicker-dark {
	color: var(--samay-andes-leaf);
}

.samay-andes-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 13px 25px;
	border: 1px solid var(--samay-andes-gold);
	background: var(--samay-andes-gold);
	color: var(--samay-andes-night) !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.samay-andes-button:hover,
.samay-andes-button:focus {
	background: #fff;
	color: var(--samay-andes-night) !important;
	transform: translateY(-2px);
}

.samay-andes-hero {
	position: relative;
	display: flex;
	min-height: 760px;
	align-items: flex-end;
	padding: 160px 0 100px;
	background-image: var(--samay-andes-bg);
	background-position: center 48%;
	background-size: cover;
}

.samay-andes-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 36, 48, .95) 0%, rgba(23, 43, 55, .78) 43%, rgba(23, 43, 55, .22) 76%, rgba(23, 43, 55, .06) 100%);
}

.samay-andes-hero-content {
	position: relative;
	z-index: 1;
}

.samay-andes-hero h1 {
	max-width: 860px;
	color: #fff;
	font-size: clamp(47px, 6.2vw, 88px);
}

.samay-andes-hero h1 em {
	display: inline-block;
	max-width: 900px;
	color: #e7d398;
}

.samay-andes-hero p {
	max-width: 680px;
	margin-bottom: 33px;
	color: rgba(255,255,255,.88);
	font-size: 18px;
}

.samay-andes-intro {
	padding: 120px 0;
	background: var(--samay-andes-sand);
}

.samay-andes-intro-grid,
.samay-andes-sustainability-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
	gap: clamp(50px, 7vw, 100px);
	align-items: center;
}

.samay-andes-intro-copy {
	max-width: 650px;
}

.samay-andes-lead {
	color: var(--samay-andes-ink);
	font-size: 21px !important;
	font-weight: 600;
	line-height: 1.55 !important;
}

.samay-andes-intro-copy > p:not(.samay-andes-lead),
.samay-andes-sustainability-grid p:not(.samay-andes-lead) {
	color: var(--samay-andes-muted);
}

.samay-andes-intro-image {
	position: relative;
	margin: 0;
	padding: 0 0 34px 34px;
}

.samay-andes-intro-image::before {
	position: absolute;
	right: 34px;
	bottom: 0;
	left: 0;
	height: 70%;
	background: var(--samay-andes-gold);
	content: "";
}

.samay-andes-intro-image img {
	position: relative;
	display: block;
	width: 100%;
	min-height: 560px;
	object-fit: cover;
}

.samay-andes-intro-image figcaption {
	position: absolute;
	right: 0;
	bottom: 55px;
	width: min(300px, 78%);
	padding: 17px 21px;
	background: var(--samay-andes-night);
	color: #fff;
	font-size: 13px;
	line-height: 1.45;
}

.samay-andes-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 38px;
}

.samay-andes-facts div {
	padding-top: 17px;
	border-top: 1px solid rgba(22, 88, 63, .3);
}

.samay-andes-facts strong,
.samay-andes-facts span {
	display: block;
}

.samay-andes-facts strong {
	margin-bottom: 5px;
	color: var(--samay-andes-leaf);
	font-size: 17px;
}

.samay-andes-facts span {
	color: var(--samay-andes-muted);
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.samay-andes-biodiversity {
	padding: 120px 0;
	background: var(--samay-andes-night);
}

.samay-andes-heading {
	max-width: 780px;
	margin-bottom: 58px;
}

.samay-andes-heading > p {
	max-width: 720px;
	color: var(--samay-andes-muted);
}

.samay-andes-heading-light h2,
.samay-andes-heading-light p {
	color: #fff;
}

.samay-andes-heading-light p {
	color: rgba(255,255,255,.73);
}

.samay-andes-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: 54px;
	background: rgba(255,255,255,.16);
	border: 1px solid rgba(255,255,255,.16);
}

.samay-andes-stat-grid article {
	padding: 30px;
	background: var(--samay-andes-night);
}

.samay-andes-stat-grid strong,
.samay-andes-stat-grid span {
	display: block;
}

.samay-andes-stat-grid strong {
	margin-bottom: 7px;
	color: var(--samay-andes-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	font-weight: 400;
}

.samay-andes-stat-grid span {
	color: rgba(255,255,255,.68);
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.samay-andes-wildlife-grid {
	display: grid;
	grid-template-columns: 1.35fr .65fr;
	grid-template-rows: repeat(2, 300px);
	gap: 18px;
}

.samay-andes-wildlife-grid figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.samay-andes-wildlife-wide {
	grid-row: 1 / 3;
}

.samay-andes-wildlife-grid img,
.samay-andes-sustainability img,
.samay-andes-lodge-grid img,
.samay-andes-adventure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.samay-andes-wildlife-grid figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 44px 20px 17px;
	background: linear-gradient(transparent, rgba(3, 22, 17, .84));
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.samay-andes-feature-image {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.samay-andes-feature-image img {
	display: block;
	width: 100%;
	height: clamp(420px, 52vw, 650px);
	object-fit: cover;
	object-position: center 58%;
}

.samay-andes-feature-image figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 70px 24px 22px;
	background: linear-gradient(transparent, rgba(10, 25, 33, .9));
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.samay-andes-quote {
	position: relative;
	display: flex;
	min-height: 400px;
	align-items: center;
	background: linear-gradient(135deg, #8d3629 0%, #b75938 54%, #d39a45 100%);
}

.samay-andes-quote blockquote {
	max-width: 950px;
	margin: 0 auto;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4.8vw, 65px);
	font-style: italic;
	line-height: 1.16;
	text-align: center;
}

.samay-andes-sustainability {
	padding: 120px 0;
	background: #fff;
}

.samay-andes-sustainability-grid {
	grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr);
}

.samay-andes-sustainability figure {
	position: relative;
	height: 650px;
	margin: 0;
	padding: 18px;
	background: var(--samay-andes-mist);
}

.samay-andes-sustainability figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	padding: 42px 20px 18px;
	background: linear-gradient(transparent, rgba(21, 31, 34, .88));
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.samay-andes-lodges {
	padding: 120px 0;
	background: var(--samay-andes-mist);
}

.samay-andes-lodge-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.samay-andes-lodge-grid figure {
	margin: 0;
	background: #fff;
}

.samay-andes-lodge-grid img {
	height: 420px;
}

.samay-andes-lodge-grid figcaption {
	display: block;
	padding: 25px 27px 28px;
}

.samay-andes-lodge-grid strong,
.samay-andes-lodge-grid span {
	display: block;
}

.samay-andes-heritage-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
	gap: 32px;
	align-items: stretch;
}

.samay-andes-heritage-grid figure {
	position: relative;
	min-height: 560px;
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.samay-andes-heritage-grid figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.samay-andes-heritage-grid figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 80px 28px 28px;
	background: linear-gradient(transparent, rgba(17, 36, 48, .92));
	color: #fff;
}

.samay-andes-heritage-grid figure strong,
.samay-andes-heritage-grid figure span {
	display: block;
}

.samay-andes-heritage-grid figure strong {
	margin-bottom: 7px;
	font-size: 22px;
}

.samay-andes-heritage-grid figure span {
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	line-height: 1.55;
}

.samay-andes-experience-list {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 1px;
	background: rgba(23, 43, 55, .12);
	border: 1px solid rgba(23, 43, 55, .12);
}

.samay-andes-experience-list article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
	background: #fff;
}

.samay-andes-experience-list strong,
.samay-andes-experience-list span {
	display: block;
}

.samay-andes-experience-list strong {
	margin-bottom: 8px;
	color: var(--samay-andes-leaf);
	font-size: 19px;
}

.samay-andes-experience-list span {
	color: var(--samay-andes-muted);
	font-size: 14px;
	line-height: 1.6;
}

.samay-andes-lodge-grid strong {
	margin-bottom: 7px;
	color: var(--samay-andes-leaf);
	font-size: 19px;
}

.samay-andes-lodge-grid span {
	color: var(--samay-andes-muted);
	font-size: 14px;
}

.samay-andes-adventure {
	display: grid;
	min-height: 680px;
	grid-template-columns: 1.15fr .85fr;
	background: var(--samay-andes-leaf);
}

.samay-andes-adventure-image {
	min-height: 680px;
}

.samay-andes-adventure-copy {
	display: flex;
	max-width: 660px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(55px, 7vw, 110px);
}

.samay-andes-adventure-copy h2,
.samay-andes-adventure-copy p {
	color: #fff;
}

.samay-andes-adventure-copy p {
	color: rgba(255,255,255,.78);
}

.samay-andes-text-link {
	padding-bottom: 6px;
	border-bottom: 1px solid var(--samay-andes-gold);
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.samay-andes-cta {
	padding: 105px 0 45px;
	background: var(--samay-andes-night);
}

.samay-andes-cta-grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 80px;
	align-items: end;
	padding-bottom: 72px;
}

.samay-andes-cta h2,
.samay-andes-cta p {
	color: #fff;
}

.samay-andes-cta p {
	color: rgba(255,255,255,.72);
}

.samay-andes-contact-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255,255,255,.17);
}

.samay-andes-contact-list a {
	min-width: 0;
	padding: 28px 20px 10px 0;
	color: rgba(255,255,255,.75) !important;
	font-size: 13px;
	line-height: 1.55;
	overflow-wrap: anywhere;
	text-decoration: none !important;
}

.samay-andes-contact-list span {
	display: block;
	margin-bottom: 7px;
	color: var(--samay-andes-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

@media (max-width: 980px) {
		.samay-andes-intro-grid,
		.samay-andes-sustainability-grid,
		.samay-andes-heritage-grid,
		.samay-andes-cta-grid {
		grid-template-columns: 1fr;
	}

	.samay-andes-intro-image,
	.samay-andes-sustainability figure {
		max-width: 720px;
	}

	.samay-andes-adventure {
		grid-template-columns: 1fr;
	}

	.samay-andes-adventure-image {
		min-height: 520px;
	}

	.samay-andes-cta-grid {
		gap: 20px;
	}

	.samay-andes-contact-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.samay-andes-shell {
		width: min(100% - 30px, 1180px);
	}

	.samay-andes h1,
	.samay-andes h2 {
		font-size: clamp(38px, 12vw, 57px);
	}

	.samay-andes-hero {
		min-height: 690px;
		padding: 130px 0 74px;
		background-position: 57% center;
	}

	.samay-andes-overlay {
		background: linear-gradient(0deg, rgba(17,36,48,.96) 0%, rgba(23,43,55,.76) 60%, rgba(23,43,55,.22) 100%);
	}

	.samay-andes-intro,
	.samay-andes-biodiversity,
	.samay-andes-sustainability,
	.samay-andes-lodges {
		padding: 78px 0;
	}

	.samay-andes-intro-grid,
	.samay-andes-sustainability-grid {
		gap: 45px;
	}

	.samay-andes-intro-image {
		padding: 0 0 22px 22px;
	}

	.samay-andes-intro-image img,
	.samay-andes-sustainability figure {
		min-height: 420px;
		height: 420px;
	}

	.samay-andes-facts,
	.samay-andes-stat-grid,
	.samay-andes-lodge-grid,
	.samay-andes-contact-list {
		grid-template-columns: 1fr;
	}

	.samay-andes-stat-grid {
		gap: 0;
	}

		.samay-andes-wildlife-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 330px);
		}

		.samay-andes-feature-image img {
		height: 390px;
		}

		.samay-andes-heritage-grid figure {
		min-height: 430px;
		}

	.samay-andes-wildlife-wide {
		grid-row: auto;
	}

	.samay-andes-quote {
		min-height: 460px;
	}

	.samay-andes-lodge-grid img {
		height: 320px;
	}

	.samay-andes-adventure-image {
		min-height: 410px;
	}

	.samay-andes-adventure-copy {
		padding: 70px 24px;
	}

	.samay-andes-cta {
		padding-top: 78px;
	}

	.samay-andes-contact-list a {
		border-top: 1px solid rgba(255,255,255,.1);
	}
}

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