:root {
	--gt-ink: #0d2c34;
	--gt-green: #344a3d;
	--gt-green-dark: #1d3028;
	--gt-blue: #5e8e9d;
	--gt-cream: #f5f0e5;
	--gt-clay: #b86f55;
	--gt-white: #fff;
}

.grand-tour-page {
	background: var(--gt-cream);
	color: var(--gt-ink);
}

.grand-tour-page h1,
.grand-tour-page h2,
.grand-tour-page h3 {
	margin-top: 0;
	font-family: 'Cardo', serif;
}

.grand-tour-page h2 {
	font-size: clamp(2.5rem, 5vw, 4.6rem);
	line-height: .98;
}

.grand-tour-section {
	padding: clamp(5rem, 9vw, 8rem) 0;
}

.grand-tour-narrow {
	max-width: 850px;
}

.grand-tour-eyebrow {
	margin-bottom: 1rem;
	color: var(--gt-cream);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.grand-tour-eyebrow--dark {
	color: var(--gt-clay);
}

.grand-tour-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: min(820px, 88vh);
	padding: 9rem 0 7rem;
	background-image: linear-gradient(90deg, rgba(12, 31, 26, .88) 0%, rgba(12, 31, 26, .54) 45%, rgba(12, 31, 26, .05) 80%), var(--grand-tour-hero);
	background-position: center;
	background-size: cover;
	color: var(--gt-white);
}

.grand-tour-hero__content {
	max-width: 1050px;
}

.grand-tour-hero h1 {
	margin-bottom: 1.6rem;
	color: inherit;
	font-size: clamp(3.8rem, 8vw, 8rem);
	line-height: .86;
	letter-spacing: -.035em;
}

.grand-tour-hero h1 span {
	display: block;
}

.grand-tour-hero h1 .grand-tour-hero__unforgettable {
	margin-top: 0.18em;
	white-space: nowrap;
}

.grand-tour-hero__date {
	margin-bottom: 2.25rem;
	font-family: 'Cardo', serif;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.grand-tour-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.grand-tour-btn {
	padding: .85rem 1.5rem .75rem;
	border: 1px solid var(--gt-clay);
	border-radius: 0;
	background: var(--gt-clay);
	color: var(--gt-white) !important;
	font-family: 'Cardo', serif;
	font-size: 1rem;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.grand-tour-btn:hover,
.grand-tour-btn:focus {
	border-color: var(--gt-ink);
	background: var(--gt-ink);
	color: var(--gt-white) !important;
}

.grand-tour-btn--light {
	border-color: rgba(255, 255, 255, .7);
	background: transparent;
}

.grand-tour-btn--light:hover,
.grand-tour-btn--light:focus {
	border-color: var(--gt-white);
	background: var(--gt-white);
	color: var(--gt-ink) !important;
}

.grand-tour-btn--cream {
	border-color: var(--gt-cream);
	background: var(--gt-cream);
	color: var(--gt-ink) !important;
}

.grand-tour-intro {
	background: var(--gt-cream);
}

.grand-tour-intro h2 {
	margin-bottom: 2rem;
}

.grand-tour-intro p {
	font-size: 1.05rem;
	line-height: 1.8;
}

.grand-tour-intro .grand-tour-lead {
	font-family: 'Cardo', serif;
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	line-height: 1.45;
}

.grand-tour-tours {
	background: var(--gt-white);
}

.grand-tour-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(2rem, 3vw, 3rem);
	border: 1px solid rgba(13, 44, 52, .16);
	background: var(--gt-cream);
	box-shadow: 0 18px 50px rgba(13, 44, 52, .08);
}

.grand-tour-card h3 {
	margin-bottom: .25rem;
	font-size: clamp(2rem, 3vw, 2.8rem);
}

.grand-tour-card__label {
	margin-bottom: .7rem;
	color: var(--gt-clay);
	font-size: .73rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.grand-tour-card__price {
	margin-bottom: 1.5rem;
	font-family: 'Cardo', serif;
	font-size: 2.3rem;
}

.grand-tour-card__price span {
	margin-left: .15rem;
	font-size: .95rem;
}

.grand-tour-card__route {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(13, 44, 52, .18);
	font-weight: 700;
}

.grand-tour-card__route span {
	color: var(--gt-clay);
}

.grand-tour-card--featured {
	border-color: var(--gt-green);
	background: var(--gt-green);
	color: var(--gt-white);
	transform: translateY(-1.25rem);
}

.grand-tour-card--featured h3,
.grand-tour-card--featured .grand-tour-card__label {
	color: var(--gt-white);
}

.grand-tour-card--featured .grand-tour-card__route {
	border-color: rgba(255, 255, 255, .28);
}

.grand-tour-card__badge {
	align-self: flex-start;
	margin: -4.25rem 0 1.5rem;
	padding: .5rem .75rem .4rem;
	background: var(--gt-clay);
	color: var(--gt-white);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.grand-tour-card__aside {
	font-family: 'Cardo', serif;
	font-size: 1.1rem;
	font-style: italic;
}

.grand-tour-wide-image {
	height: clamp(420px, 58vw, 961px);
	overflow: hidden;
}

.grand-tour-wide-image img,
.grand-tour-driving__image img,
.grand-tour-route__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grand-tour-route {
	background: var(--gt-green-dark);
	color: var(--gt-white);
}

.grand-tour-route h2,
.grand-tour-route h3 {
	color: inherit;
}

.grand-tour-route__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(3rem, 7vw, 7rem);
	align-items: center;
}

.grand-tour-route__list {
	position: relative;
}

.grand-tour-route__list::before {
	position: absolute;
	top: 1.25rem;
	bottom: 1.25rem;
	left: 1.45rem;
	width: 1px;
	background: rgba(255, 255, 255, .25);
	content: '';
}

.grand-tour-stop {
	position: relative;
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: 1.25rem;
	padding: 0 0 1.6rem;
}

.grand-tour-stop > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	background: var(--gt-green-dark);
	color: var(--gt-cream);
	font-size: .7rem;
}

.grand-tour-stop h3 {
	margin-bottom: .15rem;
	font-size: 1.3rem;
}

.grand-tour-stop p {
	margin: 0;
	color: rgba(255, 255, 255, .7);
}

.grand-tour-route__images {
	position: relative;
	padding: 0 0 5rem 4rem;
}

.grand-tour-route__image {
	margin: 0;
	overflow: hidden;
}

.grand-tour-route__image--main {
	height: 620px;
}

.grand-tour-route__image--small {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 46%;
	height: 260px;
	border: 10px solid var(--gt-green-dark);
}

.grand-tour-driving {
	background: var(--gt-ink);
	color: var(--gt-white);
}

.grand-tour-driving__image {
	min-height: 600px;
}

.grand-tour-driving__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3.5rem, 7vw, 7rem);
}

.grand-tour-driving__content h2 {
	color: inherit;
}

.grand-tour-driving__content > p:not(.grand-tour-eyebrow) {
	font-size: 1.15rem;
	line-height: 1.75;
}

.grand-tour-note {
	margin-top: 1.5rem;
	padding: 1.5rem;
	border-left: 3px solid var(--gt-clay);
	background: rgba(255, 255, 255, .07);
}

.grand-tour-download {
	background: var(--gt-white);
}

.grand-tour-download__panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
	padding: clamp(2.5rem, 5vw, 5rem);
	background: var(--gt-cream);
}

.grand-tour-download__panel h2 {
	margin-bottom: 1rem;
}

.grand-tour-download__panel .grand-tour-btn {
	flex: 0 0 auto;
}

.grand-tour-finale {
	position: relative;
	padding: clamp(7rem, 13vw, 12rem) 0;
	background-image: linear-gradient(rgba(12, 31, 26, .72), rgba(12, 31, 26, .82)), var(--grand-tour-finale);
	background-position: center;
	background-size: cover;
	color: var(--gt-white);
}

.grand-tour-finale__content {
	max-width: 760px;
}

.grand-tour-finale h2 {
	color: inherit;
}

.grand-tour-finale p:not(.grand-tour-eyebrow) {
	margin: 1.5rem auto 2.25rem;
	font-size: 1.2rem;
}

@media (max-width: 991.98px) {
	.grand-tour-hero {
		min-height: 720px;
		background-image: linear-gradient(90deg, rgba(12, 31, 26, .86), rgba(12, 31, 26, .28)), var(--grand-tour-hero);
	}

	.grand-tour-card--featured {
		transform: none;
	}

	.grand-tour-card__badge {
		margin: 0 0 1.5rem;
	}

	.grand-tour-route__grid {
		grid-template-columns: 1fr;
	}

	.grand-tour-route__images {
		max-width: 760px;
		margin: 0 auto;
	}

	.grand-tour-driving__image {
		min-height: 480px;
	}

	.grand-tour-download__panel {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 575.98px) {
	.grand-tour-section {
		padding: 4.5rem 0;
	}

	.grand-tour-hero {
		min-height: 680px;
		padding: 7rem 0 4rem;
		background-image: linear-gradient(rgba(12, 31, 26, .58), rgba(12, 31, 26, .84)), var(--grand-tour-hero);
		background-position: 68% center;
	}

	.grand-tour-hero h1 {
		font-size: clamp(3.2rem, 17vw, 5rem);
	}

	.grand-tour-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.grand-tour-actions .btn {
		width: 100%;
	}

	.grand-tour-card {
		padding: 2rem 1.5rem;
	}

	.grand-tour-route__images {
		padding: 0 0 3rem 1.5rem;
	}

	.grand-tour-route__image--main {
		height: 440px;
	}

	.grand-tour-route__image--small {
		width: 58%;
		height: 180px;
		border-width: 7px;
	}

	.grand-tour-driving__image {
		min-height: 340px;
	}

	.grand-tour-download__panel .grand-tour-btn {
		width: 100%;
		white-space: normal;
	}
}
