.samay-cotopaxi-national-park {
	--cotopaxi-ink: #203844;
	--cotopaxi-deep: #172c37;
	--cotopaxi-blue: #4a7082;
	--cotopaxi-sky: #dfe8eb;
	--cotopaxi-gold: #bd9563;
	--cotopaxi-paramo: #9a825a;
	--cotopaxi-sand: #eee9df;
	--cotopaxi-paper: #fbfcfb;
	--cotopaxi-line: rgba(25, 51, 63, .16);
	display: block !important;
	min-height: 0 !important;
	background: var(--cotopaxi-paper) !important;
	color: var(--cotopaxi-ink);
	font-family: inherit;
	overflow: hidden;
}

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

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

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

.samay-cotopaxi-photo {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	border-radius: 3px;
	background: #d8d5ca;
	box-shadow: 0 24px 58px rgba(16,43,56,.14);
}
.samay-cotopaxi-photo-tall { min-height: 610px; }
.samay-cotopaxi-photo-wide { min-height: 490px; }
.samay-cotopaxi-photo-panorama { min-height: 520px; margin-top: 44px; }
.samay-cotopaxi-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-cotopaxi-photo figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	padding: 12px 15px;
	background: rgba(12,36,48,.74);
	color: #fff;
	font-size: 12px;
	line-height: 1.45;
	backdrop-filter: blur(5px);
}

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

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

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

.samay-cotopaxi-experience {
	background: linear-gradient(125deg, #0f2936 0%, #183d4c 72%, #285468 100%) !important;
}
.samay-cotopaxi-heading-light h2,
.samay-cotopaxi-heading-light p { color: #fff !important; }
.samay-cotopaxi-heading-light p { color: rgba(255,255,255,.78) !important; }
.samay-cotopaxi-heading-light .samay-cotopaxi-kicker { color: #e3bf7a !important; }
.samay-cotopaxi-experience .samay-cotopaxi-photo { box-shadow: 0 28px 70px rgba(0,0,0,.28); }

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

.samay-cotopaxi-cta { background: var(--cotopaxi-gold) !important; }
.samay-cotopaxi-cta-grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: clamp(48px, 8vw, 112px);
	align-items: end;
}
.samay-cotopaxi-cta .samay-cotopaxi-kicker,
.samay-cotopaxi-cta h2,
.samay-cotopaxi-cta p { color: #fff !important; }
.samay-cotopaxi-cta .samay-cotopaxi-kicker::before { background: currentColor; }
.samay-cotopaxi-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.samay-cotopaxi-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(--cotopaxi-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-cotopaxi-button:hover { transform: translateY(-1px); background: var(--cotopaxi-deep); color: #fff !important; }
.samay-cotopaxi-button-secondary { background: transparent; color: #fff !important; }

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

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

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