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

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

.bt-hotels-hub {
	--bt-ink: #211f1b;
	--bt-muted: #6e6a62;
	--bt-paper: #f5f1e9;
	--bt-accent: #9c633f;
	color: var(--bt-ink);
}

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

.bt-hotels-hub__intro {
	max-width: 650px;
	margin: 0 auto 30px;
	text-align: center;
}

.bt-hotels-hub__eyebrow,
.bt-hotels-card__place {
	display: block;
	margin-bottom: 10px;
	color: var(--bt-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.entry-content .bt-hotels-hub__title {
	margin: 0 0 16px;
	font-size: clamp(34px, 7vw, 58px);
	font-weight: 300;
	letter-spacing: -.03em;
	line-height: .98;
	text-transform: none;
}

.entry-content .bt-hotels-hub__dek {
	max-width: 570px;
	margin: 0 auto;
	color: var(--bt-muted);
	font-size: 19px;
	line-height: 1.45;
}

.bt-hotels-hub__mosaic {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	grid-template-rows: 190px 190px;
	gap: 8px;
	margin: 0 0 38px;
}

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

.bt-hotels-hub__mosaic img:first-child {
	grid-row: 1 / 3;
}

.bt-hotels-hub__section-heading {
	margin: 0 0 8px;
	font-size: 27px;
	font-weight: 400;
	text-transform: none;
}

.entry-content .bt-hotels-hub__section-copy {
	max-width: 590px;
	margin: 0 0 24px;
	color: var(--bt-muted);
}

.bt-hotels-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 38px;
}

.entry-content .bt-hotels-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	color: var(--bt-ink);
	text-decoration: none;
	background: var(--bt-paper);
	border: 0;
	transition: transform .2s ease, box-shadow .2s ease;
}

.entry-content .bt-hotels-card:hover,
.entry-content .bt-hotels-card:focus-visible {
	color: var(--bt-ink);
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(33, 31, 27, .14);
}

.entry-content .bt-hotels-card:focus-visible {
	outline: 3px solid var(--bt-accent);
	outline-offset: 3px;
}

.bt-hotels-card img {
	display: block;
	width: 100%;
	height: 210px;
	margin: 0;
	object-fit: cover;
}

.bt-hotels-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.entry-content .bt-hotels-card__title {
	margin: 0 0 10px;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: none;
}

.entry-content .bt-hotels-card__copy {
	margin: 0 0 18px;
	color: var(--bt-muted);
	font-size: 16px;
	line-height: 1.45;
}

.bt-hotels-card__cta {
	margin-top: auto;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bt-hotels-hub__principles {
	padding: 28px;
	background: #211f1b;
	color: #fff;
}

.entry-content .bt-hotels-hub__principles h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	text-transform: none;
}

.entry-content .bt-hotels-hub__principles p {
	margin: 0;
	color: #e8e1d7;
}

.entry-content .bt-hotel-note {
	margin: 0 0 28px;
	padding: 18px 20px;
	border-left: 4px solid #9c633f;
	background: #f5f1e9;
	color: #555149;
	font-size: 15px;
	line-height: 1.5;
}

.entry-content .bt-hotel-note a {
	font-weight: 600;
}

@media (max-width: 575px) {
	.bt-hotels-hub__mosaic {
		grid-template-rows: 150px 150px;
	}

	.bt-hotels-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.bt-hotels-card img {
		height: 220px;
	}

	.bt-hotels-hub__principles {
		padding: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.entry-content .bt-hotels-card {
		transition: none;
	}
}
