.samay-quito-food-tour-layout {
	--food-ink: #33261f;
	--food-deep: #1f1511;
	--food-cacao: #4a2a20;
	--food-terracotta: #a84d2d;
	--food-gold: #d09a32;
	--food-leaf: #607554;
	--food-cream: #fbf7ef;
	--food-sand: #efe4d3;
	--food-line: rgba(72, 45, 33, .15);
	display: block !important;
	min-height: 0 !important;
	background: var(--food-cream) !important;
	color: var(--food-ink);
	font-family: inherit;
	overflow: hidden;
}

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

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

.samay-quito-food-intro {
	background:
		radial-gradient(circle at 12% 12%, rgba(208,154,50,.20), transparent 35%),
		linear-gradient(135deg, #fffaf2 0%, #ecdfcc 100%) !important;
}
.samay-quito-food-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, .76fr);
	align-items: center;
	gap: clamp(44px, 7vw, 94px);
}
.samay-quito-food-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 38px;
	background: rgba(74,42,32,.12);
	border: 1px solid rgba(74,42,32,.10);
}
.samay-quito-food-facts div { padding: 18px 14px; background: rgba(255,255,255,.79); }
.samay-quito-food-facts strong {
	display: block;
	color: var(--food-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
}
.samay-quito-food-facts span {
	display: block;
	margin-top: 5px;
	color: #735d50;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.samay-quito-food-photo {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	border-radius: 3px;
	background: #d8c8b5;
	box-shadow: 0 24px 58px rgba(55,31,20,.16);
}
.samay-quito-food-photo-tall { min-height: 620px; }
.samay-quito-food-photo-wide { min-height: 500px; }
.samay-quito-food-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-quito-food-photo figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	padding: 12px 15px;
	background: rgba(31,21,17,.80);
	color: #fff;
	font-size: 12px;
	line-height: 1.45;
	backdrop-filter: blur(5px);
}

.samay-quito-food-market { background: #fffdf8 !important; }
.samay-quito-food-heading { max-width: 850px; margin-bottom: 46px; }
.samay-quito-food-heading p { max-width: 720px; }
.samay-quito-food-market-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 22px;
}
.samay-quito-food-market-grid .samay-quito-food-photo:nth-child(2) img { object-position: center 42%; }

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

.samay-quito-food-story-cuisine { background: #f1e5d3 !important; }
.samay-quito-food-story-ceviche { background: #fffdf8 !important; }
.samay-quito-food-story-grid {
	display: grid;
	grid-template-columns: minmax(330px, .9fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}
.samay-quito-food-story-grid-reverse { grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); }
.samay-quito-food-story-grid .samay-quito-food-photo { min-height: 590px; }

.samay-quito-food-chocolate {
	background:
		radial-gradient(circle at 86% 18%, rgba(208,154,50,.16), transparent 28%),
		linear-gradient(125deg, #1e1410 0%, #40241b 58%, #6c3826 100%) !important;
}
.samay-quito-food-heading-light h2,
.samay-quito-food-heading-light p { color: #fff !important; }
.samay-quito-food-heading-light p { color: rgba(255,255,255,.78) !important; }
.samay-quito-food-heading-light .samay-quito-food-kicker { color: #efd2a1 !important; }
.samay-quito-food-chocolate .samay-quito-food-photo { box-shadow: 0 28px 70px rgba(0,0,0,.30); }
.samay-quito-food-chocolate-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 22px;
	margin-top: 44px;
}
.samay-quito-food-chocolate-grid .samay-quito-food-photo { min-height: 540px; }

.samay-quito-food-city { background: #f7f1e7 !important; }
.samay-quito-food-city-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	align-items: center;
	gap: clamp(50px, 8vw, 105px);
}
.samay-quito-food-city-grid .samay-quito-food-photo { min-height: 560px; }

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

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

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

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

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