.samay-andean-ranches {
	--ranches-ink: #17313b;
	--ranches-deep: #0f2832;
	--ranches-rust: #b95f40;
	--ranches-gold: #d9ad62;
	--ranches-sand: #f5f0e7;
	--ranches-paper: #fffdf9;
	--ranches-line: rgba(23, 49, 59, .16);
	display: block !important;
	min-height: 0 !important;
	background: var(--ranches-paper) !important;
	color: var(--ranches-ink);
	font-family: inherit;
	overflow: hidden;
}

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

.samay-andean-ranches *,
.samay-andean-ranches *::before,
.samay-andean-ranches *::after { box-sizing: border-box; }
.samay-andean-ranches img { display: block; max-width: none; }
.samay-andean-ranches figure { margin: 0; }
.samay-andean-ranches > section {
	display: block;
	position: relative;
	min-height: 0 !important;
	margin: 0 !important;
}
.samay-ranches-shell { position: relative; width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.samay-ranches-intro,
.samay-ranches-estates,
.samay-ranches-story,
.samay-ranches-culture,
.samay-ranches-essentials,
.samay-ranches-cta { padding: clamp(58px, 6.5vw, 92px) 0 !important; }

.samay-ranches-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--ranches-rust);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.3;
	text-transform: uppercase;
}
.samay-ranches-kicker::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.samay-ranches-copy h2,
.samay-ranches-heading h2,
.samay-ranches-essentials h2,
.samay-ranches-cta h2 {
	margin: 0 !important;
	color: var(--ranches-ink) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(40px, 5.3vw, 74px);
	font-style: normal;
	font-weight: 400 !important;
	letter-spacing: -.045em;
	line-height: .99;
	text-transform: none;
}
.samay-ranches-copy h2 { font-size: clamp(38px, 4.7vw, 66px); }
.samay-ranches-copy p,
.samay-ranches-heading p,
.samay-ranches-cta p {
	margin: 24px 0 0;
	color: #4c6067;
	font-size: 17px;
	line-height: 1.75;
}
.samay-ranches-copy .samay-ranches-lead { color: var(--ranches-ink); font-size: 21px; line-height: 1.6; }
.samay-ranches-heading { max-width: 820px; margin-bottom: 48px; }
.samay-ranches-heading em,
.samay-ranches-cta em { color: var(--ranches-rust); font-weight: 400; }

.samay-andean-ranches > .samay-ranches-intro { background: linear-gradient(135deg, #fffdf9 0%, #f5f0e7 100%) !important; }
.samay-ranches-intro::after {
	position: absolute;
	top: 0;
	right: -140px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(185, 95, 64, .2);
	border-radius: 50%;
	content: "";
}
.samay-ranches-intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .78fr); align-items: center; gap: clamp(40px, 7vw, 92px); }
.samay-ranches-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid var(--ranches-line); border-radius: 3px; background: var(--ranches-line); }
.samay-ranches-facts div { padding: 18px 14px; background: rgba(255,255,255,.7); }
.samay-ranches-facts strong { display: block; color: var(--ranches-rust); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.samay-ranches-facts span { display: block; margin-top: 5px; color: #66777d; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.samay-ranches-photo { position: relative; min-height: 390px; overflow: hidden; border-radius: 4px; background: #d7d1c6; box-shadow: 0 24px 54px rgba(15, 40, 50, .13); }
.samay-ranches-photo-tall { min-height: 620px; }
.samay-ranches-photo-wide { min-height: 520px; }
.samay-andean-ranches .samay-ranches-photo > img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center center;
	transition: transform .8s ease;
}
.samay-ranches-photo:hover img { transform: scale(1.025); }
.samay-ranches-photo figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 42px 22px 20px;
	background: linear-gradient(transparent, rgba(10, 31, 40, .8));
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}

.samay-andean-ranches > .samay-ranches-estates { background: var(--ranches-paper) !important; }
.samay-ranches-estate-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 20px; }
.samay-ranches-estate-grid .samay-ranches-photo:not(.samay-ranches-photo-wide) { min-height: 520px; }

.samay-andean-ranches > .samay-ranches-highlights { min-height: 0 !important; padding: 0 0 clamp(58px, 6.5vw, 92px) !important; background: var(--ranches-paper) !important; }
.samay-ranches-highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ranches-line); border-bottom: 1px solid var(--ranches-line); }
.samay-ranches-highlight-grid article { min-height: 250px; padding: 30px 24px; border-right: 1px solid var(--ranches-line); }
.samay-ranches-highlight-grid article:last-child { border-right: 0; }
.samay-ranches-highlight-grid article > span { color: var(--ranches-rust); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.samay-ranches-highlight-grid h3 { margin: 42px 0 12px; color: var(--ranches-ink); font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; line-height: 1.08; }
.samay-ranches-highlight-grid p { margin: 0; color: #607178; font-size: 14px; line-height: 1.65; }

.samay-andean-ranches > .samay-ranches-story { background: var(--ranches-sand) !important; }
.samay-andean-ranches > .samay-ranches-story-food { padding-bottom: 38px !important; }
.samay-andean-ranches > .samay-ranches-story-wild { padding-top: 38px !important; }
.samay-ranches-story-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(42px, 7vw, 100px); }
.samay-ranches-story-grid-reverse { grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); }
.samay-ranches-story .samay-ranches-photo { min-height: 540px; }

.samay-andean-ranches > .samay-ranches-culture { background: var(--ranches-deep) !important; color: #fff !important; }
.samay-ranches-heading-light h2,
.samay-ranches-heading-light p { color: #fff !important; }
.samay-ranches-heading-light p { color: rgba(255,255,255,.72) !important; }
.samay-ranches-heading-light .samay-ranches-kicker { color: #efbd78 !important; }
.samay-ranches-culture-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 20px; }
.samay-ranches-culture-grid .samay-ranches-photo { min-height: 500px; box-shadow: none; }

.samay-andean-ranches > .samay-ranches-essentials { background: #fff !important; }
.samay-ranches-essentials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.samay-ranches-essentials h2 { font-size: clamp(38px, 4.5vw, 62px); }
.samay-ranches-essentials ul { margin: 4px 0 0; padding: 0; list-style: none; }
.samay-ranches-essentials li { position: relative; padding: 17px 0 17px 36px; border-bottom: 1px solid var(--ranches-line); color: #52666e; font-size: 16px; line-height: 1.5; }
.samay-ranches-essentials li::before { position: absolute; top: 21px; left: 4px; width: 12px; height: 12px; border: 2px solid var(--ranches-rust); border-radius: 50%; content: ""; }

.samay-andean-ranches > .samay-ranches-cta { background: var(--ranches-rust) !important; color: #fff !important; }
.samay-ranches-cta-grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.samay-ranches-cta .samay-ranches-kicker,
.samay-ranches-cta h2,
.samay-ranches-cta em,
.samay-ranches-cta p { color: #fff; }
.samay-ranches-cta .samay-ranches-kicker,
.samay-ranches-cta h2,
.samay-ranches-cta em { color: #fff !important; }
.samay-ranches-cta p { color: rgba(255,255,255,.84) !important; }
.samay-ranches-cta .samay-ranches-kicker::before { background: #fff; }
.samay-ranches-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 26px;
	padding: 13px 24px;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 2px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}
.samay-ranches-button:hover { background: #fff; color: var(--ranches-rust) !important; }

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

@media (max-width: 700px) {
	.samay-ranches-shell { width: min(100% - 32px, 1160px); }
	.samay-ranches-intro,
	.samay-ranches-estates,
	.samay-ranches-story,
	.samay-ranches-culture,
	.samay-ranches-essentials,
	.samay-ranches-cta { padding: 58px 0 !important; }
	.samay-ranches-facts { grid-template-columns: 1fr; }
	.samay-ranches-estate-grid,
	.samay-ranches-culture-grid,
	.samay-ranches-essentials-grid,
	.samay-ranches-cta-grid { grid-template-columns: 1fr; }
	.samay-ranches-photo,
	.samay-ranches-photo-tall,
	.samay-ranches-photo-wide,
	.samay-ranches-estate-grid .samay-ranches-photo:not(.samay-ranches-photo-wide),
	.samay-ranches-culture-grid .samay-ranches-photo,
	.samay-ranches-story .samay-ranches-photo { min-height: 360px; }
	.samay-ranches-highlight-grid { grid-template-columns: 1fr; }
	.samay-ranches-highlight-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ranches-line); }
	.samay-ranches-highlight-grid article:last-child { border-bottom: 0; }
	.samay-ranches-highlight-grid h3 { margin-top: 24px; }
}

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