:root {
	--guide-ink: #153f34;
	--guide-muted: #667a74;
	--guide-line: #d6e2dd;
	--guide-mint: #edf6f2;
	--guide-cream: #fbf6eb;
	--guide-gold: #c89542;
}

.guide-wrap {
	width: min(100% - 48px, 1180px);
	margin-inline: auto;
}

.guide-kicker {
	display: block;
	margin-bottom: 12px;
	color: #9b6828;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.guide-hub__hero,
.guide-article__header {
	padding: 72px 0;
	background: linear-gradient(135deg, #153f34 0%, #245c4c 100%);
	color: #fff;
}

.guide-article__header-inner {
	max-width: 860px;
}

.guide-hub__hero-inner {
	display: grid;
	width: min(100% - 64px, 1480px);
	grid-template-columns: minmax(500px, .86fr) minmax(620px, 1.14fr);
	align-items: center;
	gap: clamp(48px, 5vw, 86px);
}

.guide-hub__hero-photo {
	margin: 0;
	overflow: hidden;
	border: 6px solid rgba(255, 255, 255, .15);
	border-radius: 26px;
	box-shadow: 0 24px 54px rgba(3, 27, 21, .3);
}

.guide-hub__hero-photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.guide-hub__hero h1,
.guide-article__header h1 {
	max-width: 820px;
	margin: 0 0 20px;
	font-family: Georgia, serif;
	font-size: clamp(2.8rem, 6vw, 5.2rem);
	font-weight: 500;
	line-height: 1.03;
	letter-spacing: -.035em;
}

.guide-hub__hero h1 {
	max-width: 650px;
	font-size: clamp(3.2rem, 4.35vw, 4.7rem);
	line-height: 1;
}

.guide-hub__hero p,
.guide-article__header p {
	max-width: 750px;
	margin: 0;
	color: #e0ebe7;
	font-size: clamp(1.05rem, 1.8vw, 1.28rem);
	line-height: 1.65;
}

.guide-actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin-top: 30px;
}

.guide-actions .guide-button {
	white-space: nowrap;
}

.guide-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 22px;
	border: 1px solid #b7ccc4;
	border-radius: 14px;
	background: #fff;
	color: var(--guide-ink);
	font-weight: 800;
	text-decoration: none;
}

.guide-button--primary {
	border-color: #fff;
	background: #fff;
}

.guide-button--gold {
	border-color: var(--guide-gold);
	background: var(--guide-gold);
	color: #153f34;
}

.guide-hub__intro {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	align-items: end;
	gap: 64px;
	padding-block: 78px 38px;
}

.guide-hub__intro h2,
.guide-related h2,
.guide-cta h2 {
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.3rem);
	font-weight: 500;
	line-height: 1.1;
}

.guide-hub__intro > p {
	margin: 0;
	color: var(--guide-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	padding-bottom: 88px;
}

.guide-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--guide-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 13px 32px rgba(20, 63, 52, .07);
}

.guide-card__visual {
	display: grid;
	height: 190px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(145deg, #e7f2ed, #f9f3e7);
	color: var(--guide-ink);
}

.guide-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guide-card__visual span {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
}

.guide-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px;
}

.guide-card__type {
	color: #9b6828;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.guide-card h2 {
	margin: 11px 0 12px;
	font-family: Georgia, serif;
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1.2;
}

.guide-card h2 a,
.guide-card__link,
.guide-related a {
	color: var(--guide-ink);
}

.guide-card p {
	margin: 0 0 22px;
	color: var(--guide-muted);
	line-height: 1.65;
}

.guide-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-weight: 800;
}

.guide-market-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	padding-bottom: 88px;
}

.guide-market-card {
	overflow: hidden;
	border: 1px solid var(--guide-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 13px 32px rgba(20, 63, 52, .07);
}

.guide-market-card.is-selected {
	border-color: #8ebcab;
	box-shadow: 0 16px 38px rgba(20, 63, 52, .13);
}

.guide-market-card__visual {
	position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
}

.guide-market-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guide-market-card__visual span {
	position: absolute;
	left: 18px;
	bottom: 16px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--guide-ink);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.guide-market-card__body {
	display: flex;
	min-height: 245px;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px;
}

.guide-market-card h2,
.guide-route-basics h2 {
	margin: 0;
	color: var(--guide-ink);
	font-family: Georgia, serif;
	font-weight: 500;
}

.guide-market-card h2 {
	font-size: 2rem;
}

.guide-market-card h2 a {
	color: inherit;
	text-decoration: none;
}

.guide-market-card p {
	margin: 13px 0 24px;
	color: var(--guide-muted);
	line-height: 1.65;
}

.guide-market-card .guide-card__link {
	margin-top: auto;
}

.country-guide-hub__articles {
	padding-top: 72px;
}

.guide-route-basics {
	padding: 72px 0 82px;
	background: var(--guide-cream);
}

.guide-route-basics > .guide-wrap > h2 {
	max-width: 760px;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.1;
}

.guide-route-basics__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 34px;
}

.guide-route-basics__grid article {
	padding: 25px;
	border: 1px solid rgba(200, 149, 66, .24);
	border-radius: 18px;
	background: rgba(255, 255, 255, .74);
}

.guide-route-basics__grid i {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: #e4f1ec;
	color: var(--guide-ink);
}

.guide-route-basics__grid h3 {
	margin: 18px 0 9px;
	color: var(--guide-ink);
	font-size: 1.05rem;
}

.guide-route-basics__grid p {
	margin: 0;
	color: var(--guide-muted);
	line-height: 1.65;
}

.guide-cta {
	padding: 70px 0;
	background: var(--guide-mint);
}

.guide-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.guide-cta p {
	margin: 12px 0 0;
	color: var(--guide-muted);
}

.guide-article__header-inner {
	width: min(100% - 48px, 980px);
	margin-inline: auto;
}

.guide-article__header h1 {
	font-size: clamp(2.65rem, 5.5vw, 4.7rem);
}

.guide-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 25px;
	color: #c8dbd4;
	font-size: .9rem;
	font-weight: 700;
}

.guide-article__meta span + span::before {
	content: "·";
	margin-right: 22px;
}

.guide-article__featured {
	width: min(100% - 48px, 1100px);
	max-height: 600px;
	margin: -36px auto 0;
	overflow: hidden;
	border: 7px solid #fff;
	border-radius: 24px;
	box-shadow: 0 16px 42px rgba(20, 63, 52, .14);
}

.guide-article__featured img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 586px;
	object-fit: cover;
}

.guide-article__layout {
	display: grid;
	width: min(100% - 48px, 1100px);
	grid-template-columns: minmax(0, 730px) 300px;
	align-items: start;
	gap: 70px;
	margin: 0 auto;
	padding: 70px 0 92px;
}

.guide-article__content {
	color: #304f46;
	font-size: 1.05rem;
	line-height: 1.82;
}

.guide-article__content .guide-lead {
	margin-top: 0;
	color: var(--guide-ink);
	font-family: Georgia, serif;
	font-size: 1.42rem;
	line-height: 1.55;
}

.guide-article__content h2 {
	margin: 48px 0 14px;
	color: var(--guide-ink);
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}

.guide-article__content p,
.guide-article__content ul {
	margin-block: 0 20px;
}

.guide-article__content li + li {
	margin-top: 9px;
}

.guide-article__content a {
	color: #176b56;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.guide-summary {
	display: grid;
	gap: 5px;
	margin: 30px 0 38px;
	padding: 22px 24px;
	border-left: 4px solid var(--guide-gold);
	background: var(--guide-cream);
}

.guide-summary strong {
	color: var(--guide-ink);
}

.guide-day-plan {
	margin: 46px 0 54px;
}

.guide-route-map {
	margin: 38px 0 48px;
	padding: 26px;
	border: 1px solid var(--guide-line);
	border-radius: 20px;
	background: linear-gradient(145deg, #f4faf7, #fff);
}

.guide-route-map__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.guide-route-map__eyebrow {
	color: #9b6828;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.guide-article__content .guide-route-map__heading h2 {
	margin: 5px 0 0;
}

.guide-route-map__heading > strong {
	max-width: 330px;
	color: var(--guide-ink);
	font-size: .9rem;
	line-height: 1.45;
	text-align: right;
}

.guide-article__content .guide-route-map__stops {
	display: flex;
	align-items: flex-start;
	margin: 28px 0 20px;
	padding: 0;
	list-style: none;
}

.guide-route-map__stops li {
	position: relative;
	display: grid;
	flex: 1 1 0;
	justify-items: center;
	gap: 9px;
	min-width: 0;
	color: var(--guide-ink);
	font-size: .79rem;
	font-weight: 750;
	line-height: 1.3;
	text-align: center;
}

.guide-article__content .guide-route-map__stops li + li {
	margin-top: 0;
}

.guide-route-map__stops li:not(:last-child)::after {
	position: absolute;
	top: 16px;
	left: calc(50% + 18px);
	width: calc(100% - 36px);
	height: 2px;
	background: #adc9bd;
	content: "";
}

.guide-route-map__marker {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--guide-ink);
	box-shadow: 0 0 0 1px #adc9bd;
	color: #fff;
	font-size: .75rem;
}

.guide-route-map__geography {
	position: relative;
	z-index: 0;
	width: 100%;
	height: clamp(300px, 46vw, 480px);
	margin: 24px 0 16px;
	overflow: hidden;
	border: 1px solid #adc9bd;
	border-radius: 16px;
	background: #e8f1ed;
}

.guide-route-map__geography > p {
	display: grid;
	place-items: center;
	height: 100%;
	margin: 0;
	padding: 24px;
	color: var(--guide-muted);
	text-align: center;
}

.guide-map-marker-wrap {
	border: 0;
	background: transparent;
}

.guide-map-marker {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--guide-ink);
	box-shadow: 0 2px 8px rgb(13 62 50 / 35%);
	color: #fff;
	font-size: .75rem;
	font-weight: 800;
}

.guide-route-map__geography .leaflet-control-attribution {
	font-size: 10px;
}

.guide-route-map__geography--unavailable {
	height: auto;
	min-height: 110px;
}

.guide-article__content .guide-route-map__note {
	margin: 0;
	color: var(--guide-muted);
	font-size: .79rem;
	line-height: 1.5;
}

.guide-article__content .guide-day-plan > h2 {
	margin-top: 0;
}

.guide-day-plan__intro {
	color: var(--guide-muted);
}

.guide-day-plan__list {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.guide-day-card {
	position: relative;
	padding: 23px 25px 22px 104px;
	border: 1px solid var(--guide-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(20, 63, 52, .055);
}

.guide-day-card__number {
	position: absolute;
	top: 24px;
	left: 23px;
	min-width: 58px;
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--guide-cream);
	color: #9b6828;
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase;
}

.guide-article__content .guide-day-card h3 {
	margin: 0 0 6px;
	color: var(--guide-ink);
	font-family: Georgia, serif;
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.25;
}

.guide-article__content .guide-day-card p {
	margin: 0;
}

.guide-article__content .guide-day-card .guide-day-card__distance {
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid #e1ebe6;
	color: #557168;
	font-size: .84rem;
}

.guide-plan-card {
	position: sticky;
	top: 110px;
	padding: 28px;
	border: 1px solid #cbded6;
	border-radius: 20px;
	background: var(--guide-mint);
}

.guide-plan-card h2 {
	margin: 0 0 12px;
	color: var(--guide-ink);
	font-family: Georgia, serif;
	font-size: 1.8rem;
	font-weight: 500;
}

.guide-plan-card p {
	margin: 0 0 20px;
	color: var(--guide-muted);
	line-height: 1.65;
}

.guide-plan-card .guide-button {
	width: 100%;
	background: var(--guide-ink);
	color: #fff;
}

.guide-related {
	padding: 72px 0 84px;
	background: #f5f8f6;
}

.guide-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}

.guide-related article {
	padding: 25px;
	border: 1px solid var(--guide-line);
	border-radius: 17px;
	background: #fff;
}

.guide-related h3 {
	margin: 0 0 10px;
	font-family: Georgia, serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.25;
}

.guide-related p {
	color: var(--guide-muted);
	font-size: .94rem;
	line-height: 1.6;
}

.guide-related article > a {
	font-weight: 800;
}

@media (max-width: 1100px) {
	.guide-hub__hero-inner {
		grid-template-columns: 1fr;
	}

	.guide-hub__hero-photo {
		width: 100%;
		max-width: 820px;
	}

	.guide-hub__hero-copy {
		max-width: 760px;
	}

	.guide-hub__hero h1 {
		max-width: 760px;
	}

	.guide-grid,
	.guide-related__grid,
	.guide-market-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.guide-article__layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.guide-plan-card {
		position: static;
	}
}

@media (max-width: 900px) {
	.guide-hub__hero-inner {
		width: min(100% - 48px, 1180px);
	}

	.guide-hub__hero-photo {
		max-width: none;
	}
}

@media (max-width: 680px) {
	.guide-wrap,
	.guide-article__header-inner,
	.guide-article__layout,
	.guide-article__featured {
		width: min(100% - 30px, 1180px);
	}

	.guide-hub__hero,
	.guide-article__header {
		padding: 52px 0;
	}

	.guide-hub__hero h1,
	.guide-article__header h1 {
		font-size: clamp(2.45rem, 12vw, 3.5rem);
	}

	.guide-hub__hero-photo {
		border-width: 4px;
		border-radius: 18px;
	}

	.guide-actions,
	.guide-cta__inner {
		display: grid;
	}

	.guide-actions {
		grid-template-columns: 1fr;
	}

	.guide-button {
		width: 100%;
	}

	.guide-hub__intro {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-top: 58px;
	}

	.guide-grid,
	.guide-related__grid,
	.guide-market-grid,
	.guide-route-basics__grid {
		grid-template-columns: 1fr;
	}

	.guide-market-card__visual {
		height: 190px;
	}

	.guide-market-card__body {
		min-height: 0;
	}

	.guide-card__visual {
		height: 160px;
	}

	.guide-article__layout {
		padding: 52px 0 70px;
	}

	.guide-article__content {
		font-size: 1rem;
	}

	.guide-article__content .guide-lead {
		font-size: 1.25rem;
	}

	.guide-article__content h2 {
		margin-top: 38px;
		font-size: 1.72rem;
	}

	.guide-day-card {
		padding: 20px;
	}

	.guide-day-card__number {
		position: static;
		display: inline-block;
		margin-bottom: 12px;
	}

	.guide-route-map__heading {
		display: grid;
		gap: 10px;
	}

	.guide-route-map__heading > strong {
		max-width: none;
		text-align: left;
	}

	.guide-route-map__geography {
		width: calc(100% + 52px);
		margin-right: -26px;
		margin-left: -26px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.guide-article__content .guide-route-map__note {
		margin-right: -10px;
		margin-left: -10px;
	}

	.guide-article__content .guide-route-map__stops {
		display: grid;
		gap: 13px;
	}

	.guide-route-map__stops li {
		grid-template-columns: 34px 1fr;
		justify-items: start;
		align-items: center;
		text-align: left;
	}

	.guide-route-map__stops li:not(:last-child)::after {
		top: 34px;
		left: 16px;
		width: 2px;
		height: 13px;
	}

	.guide-article__meta span + span::before {
		display: none;
	}
}
