/*
Theme Name: HotelBenidorm Astra
Theme URI: https://hotelbenidorm.nl
Description: Snel, mobiel Astra-childtheme voor HotelBenidorm.nl.
Author: HotelBenidorm.nl
Template: astra
Version: 0.1.1
Text Domain: hotelbenidorm-astra
License: GPLv2 or later
*/

:root {
	--hb-navy: #082f49;
	--hb-navy-2: #0b435b;
	--hb-ocean: #087f8c;
	--hb-turquoise: #14b8a6;
	--hb-coral: #f45d48;
	--hb-coral-dark: #dc4634;
	--hb-sand: #f6efe4;
	--hb-sand-light: #fcfaf6;
	--hb-ink: #16313d;
	--hb-muted: #667985;
	--hb-white: #ffffff;
	--hb-border: #dfe7e8;
	--hb-container: 1180px;
	--hb-shadow: 0 18px 45px rgba(8, 47, 73, .12);
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--hb-ink);
	background: var(--hb-white);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
.site-title {
	color: var(--hb-navy);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 820;
	letter-spacing: -.035em;
}

a {
	color: var(--hb-ocean);
}

a:hover,
a:focus {
	color: var(--hb-coral-dark);
}

.hb-container {
	width: min(calc(100% - 40px), var(--hb-container));
	margin-inline: auto;
}

/* Astra opens its own content container around templates. The custom hotel
   templates provide their own bounded containers and therefore need a truly
   full-width canvas. */
body.home .site-content > .ast-container,
body.blog .site-content > .ast-container,
body.post-type-archive-hb_hotel .site-content > .ast-container,
body.tax-hb_area .site-content > .ast-container,
body.tax-hb_trip_type .site-content > .ast-container,
body.tax-hb_facility .site-content > .ast-container,
body.single-hb_hotel .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.home #primary,
body.blog #primary,
body.post-type-archive-hb_hotel #primary,
body.tax-hb_area #primary,
body.tax-hb_trip_type #primary,
body.tax-hb_facility #primary,
body.single-hb_hotel #primary {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.home #secondary,
body.blog #secondary,
body.post-type-archive-hb_hotel #secondary,
body.tax-hb_area #secondary,
body.tax-hb_trip_type #secondary,
body.tax-hb_facility #secondary,
body.single-hb_hotel #secondary {
	display: none;
}

.site-header {
	position: relative;
	z-index: 40;
	border-bottom: 1px solid rgba(8, 47, 73, .08);
	box-shadow: 0 2px 18px rgba(8, 47, 73, .04);
}

.site-title a {
	color: var(--hb-navy) !important;
	font-size: 1.38rem;
	font-weight: 900;
	letter-spacing: -.05em;
}

.site-title a::first-letter {
	color: var(--hb-coral);
}

.main-header-menu > .menu-item > .menu-link {
	color: var(--hb-ink);
	font-size: .93rem;
	font-weight: 700;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link {
	color: var(--hb-ocean);
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
	color: var(--hb-navy);
}

.hb-topline {
	padding: .52rem 0;
	background: var(--hb-navy);
	color: rgba(255, 255, 255, .88);
	font-size: .78rem;
}

.hb-topline .hb-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.hb-topline strong {
	color: var(--hb-white);
}

.hb-topline a {
	color: #b7f5ec;
	font-weight: 700;
	text-decoration: none;
}

.hb-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: 720px;
	overflow: hidden;
	background: var(--hb-navy);
	color: var(--hb-white);
}

.hb-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: url("assets/images/benidorm-hero.jpg");
	background-position: center 68%;
	background-size: cover;
	transform: scale(1.015);
}

.hb-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(4, 30, 46, .93) 0%, rgba(5, 42, 58, .78) 42%, rgba(5, 42, 58, .2) 72%, rgba(5, 42, 58, .12) 100%),
		linear-gradient(0deg, rgba(4, 30, 46, .68) 0%, transparent 52%);
}

.hb-hero__inner {
	padding: 5rem 0 3.6rem;
}

.hb-hero__copy {
	max-width: 700px;
}

.hb-kicker {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	margin-bottom: 1rem;
	padding: .46rem .8rem;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(8, 47, 73, .35);
	backdrop-filter: blur(8px);
	color: #d4fbf6;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hb-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hb-coral);
	box-shadow: 0 0 0 5px rgba(244, 93, 72, .18);
}

.hb-hero h1 {
	max-width: 680px;
	margin: 0;
	color: var(--hb-white);
	font-size: clamp(2.65rem, 6vw, 5.25rem);
	line-height: .98;
	letter-spacing: -.065em;
	text-wrap: balance;
}

.hb-hero__lead {
	max-width: 610px;
	margin: 1.35rem 0 1.6rem;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.65;
}

.hb-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem 1.2rem;
	margin: 0 0 2.2rem;
	padding: 0;
	list-style: none;
}

.hb-hero__proof li {
	display: flex;
	align-items: center;
	gap: .48rem;
	color: rgba(255, 255, 255, .92);
	font-size: .9rem;
	font-weight: 650;
}

.hb-hero__proof li::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: var(--hb-turquoise);
	color: var(--hb-navy);
	font-size: .72rem;
	font-weight: 900;
}

.hb-hero__search {
	margin-top: 1rem;
}

.hb-hero .hb-search-form {
	max-width: 1180px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
}

.hb-trustbar {
	border-bottom: 1px solid var(--hb-border);
	background: var(--hb-white);
}

.hb-trustbar__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.hb-trustbar__item {
	display: flex;
	gap: .85rem;
	align-items: center;
	padding: 1.25rem 2rem;
	border-right: 1px solid var(--hb-border);
}

.hb-trustbar__item:first-child {
	padding-left: 0;
}

.hb-trustbar__item:last-child {
	border-right: 0;
}

.hb-trustbar__icon {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: #e9f8f6;
	color: var(--hb-ocean);
	font-size: 1.2rem;
	font-weight: 900;
}

.hb-trustbar__item strong,
.hb-trustbar__item span {
	display: block;
}

.hb-trustbar__item strong {
	color: var(--hb-navy);
	font-size: .93rem;
}

.hb-trustbar__item span {
	color: var(--hb-muted);
	font-size: .78rem;
}

.hb-section {
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.hb-section--sand {
	background: var(--hb-sand-light);
}

.hb-section--ocean {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--hb-navy), var(--hb-navy-2));
	color: var(--hb-white);
}

.hb-section--ocean::before {
	content: "";
	position: absolute;
	right: -100px;
	top: -160px;
	width: 440px;
	height: 440px;
	border: 85px solid rgba(20, 184, 166, .1);
	border-radius: 50%;
}

.hb-section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 2rem;
	margin-bottom: 2rem;
}

.hb-section-heading__copy {
	max-width: 700px;
}

.hb-section-heading .hb-eyebrow {
	display: block;
	margin-bottom: .55rem;
}

.hb-section-heading h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.05;
	text-wrap: balance;
}

.hb-section-heading p {
	margin: .75rem 0 0;
	color: var(--hb-muted);
	font-size: 1.04rem;
	line-height: 1.7;
}

.hb-text-link {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	flex: 0 0 auto;
	color: var(--hb-ocean);
	font-weight: 800;
	text-decoration: none;
}

.hb-text-link::after {
	content: "→";
	transition: transform .2s ease;
}

.hb-text-link:hover::after {
	transform: translateX(4px);
}

.hb-collections {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.hb-collection-card {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 330px;
	overflow: hidden;
	padding: 1.7rem;
	border-radius: 24px;
	background: var(--hb-navy);
	color: var(--hb-white);
	text-decoration: none;
	box-shadow: var(--hb-shadow);
	transition: transform .25s ease, box-shadow .25s ease;
}

.hb-collection-card::before,
.hb-collection-card::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
}

.hb-collection-card::before {
	right: -75px;
	top: -75px;
	width: 230px;
	height: 230px;
	background: rgba(255, 255, 255, .11);
}

.hb-collection-card::after {
	right: 18px;
	bottom: 24px;
	width: 120px;
	height: 120px;
	border: 25px solid rgba(255, 255, 255, .1);
}

.hb-collection-card:nth-child(2) {
	background: linear-gradient(145deg, #0b7480, #14a897);
}

.hb-collection-card:nth-child(3) {
	background: linear-gradient(145deg, #d94938, #f47b55);
}

.hb-collection-card:hover,
.hb-collection-card:focus-visible {
	color: var(--hb-white);
	transform: translateY(-7px);
	box-shadow: 0 24px 50px rgba(8, 47, 73, .18);
}

.hb-collection-card__number {
	color: rgba(255, 255, 255, .68);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
}

.hb-collection-card__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 18px;
	background: rgba(255, 255, 255, .12);
	font-size: 1.5rem;
}

.hb-collection-card h3 {
	margin: auto 0 .45rem;
	color: var(--hb-white);
	font-size: 1.65rem;
}

.hb-collection-card p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	line-height: 1.55;
}

.hb-split {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center;
}

.hb-split__visual {
	position: relative;
	min-height: 470px;
	border-radius: 28px;
	background:
		linear-gradient(160deg, rgba(8, 47, 73, .08), rgba(8, 127, 140, .12)),
		url("assets/images/benidorm-hero.jpg") center / cover;
	box-shadow: var(--hb-shadow);
}

.hb-split__badge {
	position: absolute;
	right: -24px;
	bottom: 28px;
	max-width: 230px;
	padding: 1.2rem;
	border-radius: 18px;
	background: var(--hb-white);
	box-shadow: var(--hb-shadow);
}

.hb-split__badge strong,
.hb-split__badge span {
	display: block;
}

.hb-split__badge strong {
	color: var(--hb-navy);
	font-size: 1.1rem;
}

.hb-split__badge span {
	margin-top: .3rem;
	color: var(--hb-muted);
	font-size: .8rem;
}

.hb-split__content h2 {
	margin: .55rem 0 1rem;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.06;
}

.hb-split__content > p {
	color: var(--hb-muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.hb-benefits {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.hb-benefit {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 1rem;
	align-items: start;
}

.hb-benefit__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: #e8f8f5;
	color: var(--hb-ocean);
	font-weight: 900;
}

.hb-benefit strong,
.hb-benefit span {
	display: block;
}

.hb-benefit strong {
	color: var(--hb-navy);
}

.hb-benefit span {
	margin-top: .2rem;
	color: var(--hb-muted);
	font-size: .9rem;
	line-height: 1.5;
}

.hb-guides {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 1.25rem;
}

.hb-guide-card {
	display: flex;
	flex-direction: column;
	min-height: 290px;
	padding: 1.55rem;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 22px;
	background: rgba(255, 255, 255, .075);
	color: var(--hb-white);
	text-decoration: none;
	backdrop-filter: blur(8px);
	transition: background .2s ease, transform .2s ease;
}

.hb-guide-card:hover,
.hb-guide-card:focus-visible {
	color: var(--hb-white);
	background: rgba(255, 255, 255, .13);
	transform: translateY(-4px);
}

.hb-guide-card__meta {
	color: #96e9de;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hb-guide-card h3 {
	margin: auto 0 .65rem;
	color: var(--hb-white);
	font-size: 1.55rem;
	line-height: 1.15;
}

.hb-guide-card p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	line-height: 1.55;
}

.hb-guide-card__arrow {
	margin-top: 1.25rem;
	font-size: 1.5rem;
}

.hb-launch-note {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	padding: 2rem;
	border: 1px solid #b6e2dd;
	border-radius: 22px;
	background: linear-gradient(135deg, #eefaf8, #fffaf4);
}

.hb-launch-note strong,
.hb-launch-note span {
	display: block;
}

.hb-launch-note strong {
	color: var(--hb-navy);
	font-size: 1.15rem;
}

.hb-launch-note span {
	margin-top: .25rem;
	color: var(--hb-muted);
	font-size: .88rem;
}

.hb-archive-hero {
	padding: 4.25rem 0 5.5rem;
	background: linear-gradient(135deg, var(--hb-navy), var(--hb-navy-2));
	color: var(--hb-white);
}

.hb-archive-hero h1 {
	max-width: 780px;
	margin: 0;
	color: var(--hb-white);
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	line-height: 1.02;
}

.hb-archive-hero p {
	max-width: 700px;
	margin: 1rem 0 1.8rem;
	color: rgba(255, 255, 255, .78);
	font-size: 1.08rem;
}

.hb-archive-hero .hb-search-form {
	margin-bottom: -8.8rem;
}

.hb-archive-content {
	padding: 7rem 0 5rem;
}

.hb-results-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.hb-results-bar h2 {
	margin: 0;
	font-size: 1.55rem;
}

.hb-sort-form {
	display: flex;
	gap: .55rem;
	align-items: center;
}

.hb-sort-form select,
.hb-sort-form button {
	min-height: 42px;
	border: 1px solid var(--hb-border);
	border-radius: 10px;
	background: var(--hb-white);
}

.hb-sort-form select {
	padding: .45rem .75rem;
}

.hb-sort-form button {
	padding: .45rem .8rem;
	color: var(--hb-ocean);
	font-weight: 750;
}

.hb-pagination {
	margin-top: 2.5rem;
}

.hb-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	margin: 0 .15rem;
	border: 1px solid var(--hb-border);
	border-radius: 10px;
	text-decoration: none;
}

.hb-pagination .current {
	background: var(--hb-navy);
	color: var(--hb-white);
}

.hb-single {
	padding: 3rem 0 5rem;
}

.hb-breadcrumbs {
	margin-bottom: 1.2rem;
	color: var(--hb-muted);
	font-size: .82rem;
}

.hb-breadcrumbs a {
	font-weight: 700;
	text-decoration: none;
}

.hb-hotel-header {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.5rem;
	align-items: end;
	margin-bottom: 1.5rem;
}

.hb-hotel-header h1 {
	margin: .3rem 0;
	font-size: clamp(2.2rem, 5vw, 4rem);
	line-height: 1;
}

.hb-hotel-header__location {
	color: var(--hb-ocean);
	font-weight: 800;
}

.hb-hotel-header__rating {
	display: flex;
	align-items: center;
	gap: .8rem;
}

.hb-hotel-header__rating strong {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 16px 16px 16px 5px;
	background: var(--hb-navy);
	color: var(--hb-white);
	font-size: 1.35rem;
}

.hb-hotel-header__rating span {
	max-width: 100px;
	color: var(--hb-muted);
	font-size: .8rem;
}

.hb-hotel-hero-image {
	overflow: hidden;
	margin-bottom: 2rem;
	border-radius: 26px;
	background: linear-gradient(135deg, var(--hb-ocean), var(--hb-navy));
	box-shadow: var(--hb-shadow);
}

.hb-hotel-hero-image img {
	display: block;
	width: 100%;
	max-height: 650px;
	object-fit: cover;
}

.hb-hotel-hero-image__placeholder {
	display: grid;
	place-items: center;
	min-height: 420px;
	color: rgba(255, 255, 255, .75);
	font-size: 4rem;
	font-weight: 900;
}

.hb-hotel-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 3rem;
	align-items: start;
}

.hb-hotel-content {
	font-size: 1.04rem;
	line-height: 1.8;
}

.hb-hotel-content h2 {
	margin-top: 2rem;
}

.hb-feature-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .75rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.hb-feature-list li {
	padding: .85rem 1rem;
	border-radius: 12px;
	background: #eef8f6;
	color: var(--hb-ink);
	font-weight: 650;
}

.hb-feature-list li::before {
	content: "✓";
	margin-right: .55rem;
	color: var(--hb-ocean);
	font-weight: 900;
}

.hb-booking-box {
	position: sticky;
	top: 2rem;
	padding: 1.5rem;
	border: 1px solid var(--hb-border);
	border-radius: 20px;
	background: var(--hb-white);
	box-shadow: var(--hb-shadow);
}

.hb-booking-box__label {
	color: var(--hb-ocean);
	font-size: .75rem;
	font-weight: 850;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.hb-booking-box h2 {
	margin: .4rem 0;
	font-size: 1.5rem;
}

.hb-booking-box__price {
	margin: .8rem 0 1rem;
	color: var(--hb-muted);
}

.hb-booking-box__price strong {
	color: var(--hb-navy);
	font-size: 1.45rem;
}

.hb-booking-box .hb-button {
	width: 100%;
}

.hb-booking-box__disclosure {
	margin: .85rem 0 0;
	color: var(--hb-muted);
	font-size: .72rem;
	line-height: 1.5;
}

.hb-booking-box__pending {
	padding: .85rem;
	border-radius: 11px;
	background: var(--hb-sand-light);
	color: var(--hb-muted);
	font-size: .86rem;
	line-height: 1.5;
}

.hb-related {
	padding: 4rem 0;
	background: var(--hb-sand-light);
}

.hb-guide-index__intro {
	max-width: 760px;
}

.hb-guide-index__intro p {
	font-size: 1.08rem;
	line-height: 1.75;
}

.hb-post-grid,
.hb-guide-plan {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.hb-post-card,
.hb-guide-plan__card {
	display: flex;
	flex-direction: column;
	min-height: 285px;
	padding: 1.6rem;
	border: 1px solid var(--hb-border);
	border-radius: 22px;
	background: var(--hb-white);
	box-shadow: 0 14px 36px rgba(8, 47, 73, .08);
}

.hb-post-card__meta,
.hb-guide-plan__meta {
	color: var(--hb-ocean);
	font-size: .75rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hb-post-card h2,
.hb-guide-plan__card h2 {
	margin: auto 0 .7rem;
	font-size: 1.55rem;
	line-height: 1.15;
}

.hb-post-card h2 a {
	color: var(--hb-navy);
	text-decoration: none;
}

.hb-post-card p,
.hb-guide-plan__card p {
	margin: 0;
	color: var(--hb-muted);
	line-height: 1.6;
}

.hb-post-card .hb-text-link {
	margin-top: 1.2rem;
}

.hb-guide-index .hb-launch-note {
	margin-top: 2rem;
}

.hb-footer-note {
	padding: 1.1rem 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	background: var(--hb-navy);
	color: rgba(255, 255, 255, .7);
	font-size: .78rem;
}

.hb-footer-note .hb-container {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
}

.hb-footer-note a {
	color: #a7efe6;
	text-decoration: none;
}

#colophon {
	display: none;
}

@media (max-width: 1100px) {
	.hb-hero {
		min-height: 760px;
	}

	.hb-hero__inner {
		padding-top: 4rem;
	}

	.hb-archive-hero .hb-search-form {
		margin-bottom: -13rem;
	}

	.hb-archive-content {
		padding-top: 11rem;
	}
}

@media (max-width: 920px) {
	.hb-trustbar__inner,
	.hb-collections,
	.hb-guides,
	.hb-post-grid,
	.hb-guide-plan {
		grid-template-columns: 1fr 1fr;
	}

	.hb-trustbar__item:nth-child(2) {
		border-right: 0;
	}

	.hb-trustbar__item:last-child {
		grid-column: 1 / -1;
		border-top: 1px solid var(--hb-border);
	}

	.hb-collections .hb-collection-card:first-child,
	.hb-guides .hb-guide-card:first-child {
		grid-column: 1 / -1;
	}

	.hb-split,
	.hb-hotel-layout {
		grid-template-columns: 1fr;
	}

	.hb-split__visual {
		min-height: 420px;
	}

	.hb-booking-box {
		position: static;
	}
}

@media (max-width: 700px) {
	.hb-container {
		width: min(calc(100% - 28px), var(--hb-container));
	}

	.hb-topline .hb-container,
	.hb-footer-note .hb-container,
	.hb-launch-note,
	.hb-section-heading,
	.hb-results-bar,
	.hb-hotel-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.hb-topline .hb-container {
		display: block;
		text-align: center;
	}

	.hb-topline .hb-container > span:last-child {
		display: none;
	}

	.hb-hero {
		min-height: auto;
	}

	.hb-hero::before {
		background-position: 63% center;
	}

	.hb-hero::after {
		background: linear-gradient(180deg, rgba(4, 30, 46, .86), rgba(4, 30, 46, .83));
	}

	.hb-hero__inner {
		padding: 3.7rem 0 2.5rem;
	}

	.hb-hero h1 {
		font-size: clamp(2.55rem, 12vw, 4rem);
	}

	.hb-hero__proof {
		display: grid;
	}

	.hb-trustbar__inner,
	.hb-collections,
	.hb-guides,
	.hb-post-grid,
	.hb-guide-plan {
		grid-template-columns: 1fr;
	}

	.hb-trustbar__item,
	.hb-trustbar__item:first-child,
	.hb-trustbar__item:last-child {
		grid-column: auto;
		padding: 1rem 0;
		border-right: 0;
		border-bottom: 1px solid var(--hb-border);
	}

	.hb-trustbar__item:last-child {
		border-bottom: 0;
	}

	.hb-collections .hb-collection-card:first-child,
	.hb-guides .hb-guide-card:first-child {
		grid-column: auto;
	}

	.hb-collection-card {
		min-height: 285px;
	}

	.hb-split__visual {
		min-height: 330px;
	}

	.hb-split__badge {
		right: 14px;
		bottom: 14px;
	}

	.hb-archive-hero {
		padding: 3rem 0 2.5rem;
	}

	.hb-archive-hero .hb-search-form {
		margin: 1.6rem 0 0;
	}

	.hb-archive-content {
		padding-top: 3.5rem;
	}

	.hb-feature-list {
		grid-template-columns: 1fr;
	}

	.hb-hotel-header {
		display: flex;
	}

	.hb-hotel-hero-image__placeholder {
		min-height: 280px;
	}

	.hb-footer-note .hb-container {
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
