.bt-destinations-hub-page .type-page > .entry-header {
	display: none;
}

.bt-destinations-hub-page #primary {
	margin-top: 20px;
}

.bt-destinations-hub {
	--bt-dest-ink: #25231f;
	--bt-dest-muted: #706b63;
	--bt-dest-paper: #f3efe7;
	--bt-dest-paper-deep: #e7ded1;
	--bt-dest-accent: #9b6647;
	--bt-dest-green: #4f5b4e;
	position: relative;
	left: 50%;
	width: min(1160px, calc(100vw - 48px));
	transform: translateX(-50%);
	color: var(--bt-dest-ink);
}

.bt-destinations-hub *,
.bt-destinations-hub *::before,
.bt-destinations-hub *::after {
	box-sizing: border-box;
}

.bt-destinations-hero {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
	min-height: 520px;
	margin-bottom: 70px;
	background: var(--bt-dest-paper);
}

.bt-destinations-hero__copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(38px, 6vw, 76px);
}

.bt-destinations-eyebrow,
.bt-destination-card__region,
.bt-destinations-progress__label {
	display: block;
	margin-bottom: 12px;
	color: var(--bt-dest-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.entry-content .bt-destinations-hero__title {
	margin: 0 0 22px;
	font-size: clamp(48px, 6vw, 68px);
	font-weight: 300;
	letter-spacing: -.04em;
	line-height: .92;
	text-transform: none;
}

.entry-content .bt-destinations-hero__dek {
	max-width: 440px;
	margin: 0 0 28px;
	color: var(--bt-dest-muted);
	font-size: 19px;
	line-height: 1.55;
}

.entry-content .bt-destinations-hero__jump {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--bt-dest-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .11em;
	text-decoration: none;
	text-transform: uppercase;
}

.bt-destinations-hero__jump::after {
	content: "↓";
	font-size: 18px;
	transition: transform .2s ease;
}

.bt-destinations-hero__jump:hover::after,
.bt-destinations-hero__jump:focus-visible::after {
	transform: translateY(3px);
}

.bt-destinations-hero__media {
	position: relative;
	min-height: 520px;
	margin: 0;
	overflow: hidden;
}

.bt-destinations-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.bt-destinations-hero__media figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	margin: 0;
	max-width: calc(100% - 36px);
	padding: 8px 11px;
	background: rgba(255, 255, 255, .9);
	color: var(--bt-dest-ink);
	font-size: 12px;
	letter-spacing: .04em;
	line-height: 1.35;
	text-align: right;
	white-space: normal;
}

.bt-destinations-section {
	margin-bottom: 72px;
}

.bt-destinations-section__head {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 28px;
	align-items: end;
	margin-bottom: 34px;
	padding-bottom: 24px;
	border-bottom: 1px solid #d7cfc4;
}

.entry-content .bt-destinations-section__title {
	margin: 0;
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 300;
	letter-spacing: -.025em;
	line-height: 1;
	text-transform: none;
}

.entry-content .bt-destinations-section__copy {
	max-width: 560px;
	margin: 0;
	color: var(--bt-dest-muted);
	font-size: 17px;
	line-height: 1.55;
}

.bt-destinations-regions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.bt-destinations-region {
	padding: 24px 0 4px;
}

.entry-content .bt-destinations-region h3 {
	margin: 0 0 16px;
	color: var(--bt-dest-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bt-destinations-region ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-destinations-region li {
	margin: 0;
	border-top: 1px solid #dfd8ce;
}

.entry-content .bt-destinations-region a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 2px;
	color: var(--bt-dest-ink);
	font-size: 16px;
	text-decoration: none;
}

.bt-destinations-region a::after {
	content: "→";
	color: var(--bt-dest-accent);
	transition: transform .2s ease;
}

.bt-destinations-region a:hover::after,
.bt-destinations-region a:focus-visible::after {
	transform: translateX(4px);
}

.bt-destinations-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.entry-content .bt-destination-card {
	position: relative;
	display: block;
	min-height: 390px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background: var(--bt-dest-green);
}

.bt-destination-card--wide {
	grid-column: span 2;
}

.bt-destination-card img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform .5s ease;
}

.bt-destination-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 15, 12, .02) 28%, rgba(15, 15, 12, .8) 100%);
	content: "";
}

.bt-destination-card__body {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 28px;
}

.bt-destination-card__region {
	margin-bottom: 8px;
	color: #ead9cb;
}

.entry-content .bt-destination-card__title {
	margin: 0 0 6px;
	color: #fff;
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 300;
	letter-spacing: -.025em;
	line-height: 1;
	text-transform: none;
}

.bt-destination-card__detail {
	display: block;
	color: rgba(255, 255, 255, .86);
	font-size: 14px;
}

.bt-destination-card:hover img,
.bt-destination-card:focus-visible img {
	transform: scale(1.035);
}

.entry-content .bt-destinations-hub a:focus-visible {
	outline: 3px solid var(--bt-dest-accent);
	outline-offset: 4px;
}

.bt-destinations-progress {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 32px;
	align-items: center;
	margin-bottom: 16px;
	padding: clamp(32px, 6vw, 68px);
	background: var(--bt-dest-ink);
	color: #fff;
}

.bt-destinations-progress__label {
	margin: 0;
	color: #d8b79f;
}

.entry-content .bt-destinations-progress h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(29px, 4vw, 42px);
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 1.05;
	text-transform: none;
}

.entry-content .bt-destinations-progress p {
	margin: 0;
	color: #e3ddd5;
	font-size: 16px;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.bt-destinations-hero {
		grid-template-columns: 1fr;
	}

	.bt-destinations-hero__media {
		min-height: 440px;
		order: -1;
	}

	.bt-destinations-regions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bt-destinations-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bt-destination-card--wide {
		grid-column: span 1;
	}
}

@media (max-width: 575px) {
	.bt-destinations-hub-page #primary {
		margin-top: 0;
	}

	.bt-destinations-hub {
		left: auto;
		width: calc(100% - 30px);
		max-width: none;
		transform: none;
	}

	.bt-destinations-hero {
		margin-bottom: 50px;
	}

	.bt-destinations-hero__media {
		min-height: 330px;
	}

	.bt-destinations-hero__copy {
		padding: 34px 26px 40px;
	}

	.bt-destinations-hero__media figcaption {
		right: 12px;
		bottom: 12px;
		max-width: calc(100% - 24px);
	}

	.entry-content .bt-destinations-hero__title {
		font-size: 48px;
	}

	.entry-content .bt-destinations-hero__dek {
		font-size: 17px;
	}

	.bt-destinations-section {
		margin-bottom: 52px;
	}

	.bt-destinations-section__head,
	.bt-destinations-progress {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.bt-destinations-regions,
	.bt-destinations-grid {
		grid-template-columns: 1fr;
	}

	.bt-destination-card,
	.entry-content .bt-destination-card {
		min-height: 360px;
	}

	.bt-destination-card__body {
		padding: 24px;
	}

	.bt-destinations-progress {
		padding: 30px 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bt-destinations-hub a::after,
	.bt-destination-card img {
		transition: none;
	}
}
