.bghb-room-detail,
.bghb-room-detail * {
	box-sizing: border-box;
}

.bghb-room-detail {
	--bghb-black: #070707;
	--bghb-panel: #111;
	--bghb-gold: #e99b22;
	--bghb-gold-dark: #b36c09;
	--bghb-cream: #fffaf2;
	--bghb-muted: #d7c7ac;
	color: #171717;
	font-family: inherit;
}

.bghb-room-hero {
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1.35fr);
	gap: 48px;
	padding: clamp(32px, 6vw, 72px) clamp(18px, 5vw, 56px);
	background: radial-gradient(circle at 20% 15%, rgba(233, 155, 34, 0.18), transparent 28%), var(--bghb-black);
	color: #fff;
}

.bghb-breadcrumb {
	margin-bottom: 36px;
	color: var(--bghb-muted);
	font-size: 13px;
}

.bghb-room-copy h1 {
	margin: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bghb-script {
	margin: 12px 0 18px;
	color: var(--bghb-gold);
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: clamp(24px, 3vw, 34px);
}

.bghb-room-intro {
	max-width: 560px;
	color: #f2efe8;
	line-height: 1.75;
}

.bghb-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(233, 155, 34, 0.45);
}

.bghb-feature-row span {
	display: flex;
	min-height: 42px;
	align-items: end;
	color: #fff;
	font-size: 13px;
}

.bghb-total-preview strong {
	display: block;
	color: var(--bghb-gold);
	font-size: 32px;
	line-height: 1.1;
}

.bghb-total-preview small {
	display: block;
	margin: 8px 0 22px;
	color: #fff;
}

.bghb-hero-total-line {
	display: none;
}

.bghb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin: 7px 0;
	padding: 12px 18px;
	border: 1px solid var(--bghb-gold);
	border-radius: 8px;
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.bghb-btn:hover {
	transform: translateY(-1px);
}

.bghb-room-detail .bghb-btn,
.bghb-room-detail .bghb-btn:visited,
.bghb-room-detail button,
.bghb-room-detail button:visited,
.bghb-search-form button,
.bghb-search-form button:visited {
	text-decoration: none;
}

.bghb-btn-gold,
.bghb-btn-gold:visited {
	background: linear-gradient(135deg, #f5ad37, #dd8916);
	border-color: #f5ad37;
	color: #080808 !important;
}

.bghb-btn-gold:hover,
.bghb-btn-gold:focus,
.bghb-search-form button:hover,
.bghb-search-form button:focus {
	background: linear-gradient(135deg, #ffc45a, #e99f23) !important;
	border-color: #ffc45a !important;
	color: #060606 !important;
	outline-color: rgba(238, 159, 35, 0.45);
}

.bghb-btn-outline,
.bghb-btn-outline:visited {
	background: transparent;
	color: var(--bghb-gold) !important;
}

.bghb-btn-outline:hover,
.bghb-btn-outline:focus {
	background: rgba(238, 159, 35, 0.12) !important;
	border-color: #ffc45a !important;
	color: #ffc45a !important;
	outline-color: rgba(238, 159, 35, 0.45);
}

.bghb-gallery-main {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(233, 155, 34, 0.55);
	border-radius: 8px;
	background: #151515;
}

.bghb-gallery-main img,
.bghb-room-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bghb-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: 18px;
}

.bghb-gallery-thumbs button {
	overflow: hidden;
	aspect-ratio: 16 / 10;
	padding: 0;
	border: 1px solid rgba(233, 155, 34, 0.7);
	border-radius: 8px;
	background: #161616;
	cursor: pointer;
}

.bghb-gallery-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bghb-search-form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(190px, 0.8fr);
	gap: 22px;
	align-items: end;
	margin: 24px auto;
	padding: 20px;
	max-width: 1120px;
	border: 1px solid #ead7ba;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(20, 20, 20, 0.07);
}

.bghb-search-heading {
	grid-column: 1 / -1;
	text-align: center;
}

.bghb-search-heading h2 {
	position: relative;
	display: inline-block;
	margin: 0 0 4px;
	padding-bottom: 14px;
	color: #121212;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1;
	text-transform: uppercase;
}

.bghb-search-heading h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 84px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--bghb-gold), transparent);
	transform: translateX(-50%);
}

.bghb-search-form button,
.bghb-btn-gold {
	background: linear-gradient(135deg, color-mix(in srgb, var(--bghb-gold) 84%, white), var(--bghb-gold-2));
}

.bghb-search-form label,
.bghb-booking-card label {
	display: grid;
	gap: 7px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	color: #1c1c1c;
}

.bghb-search-form input,
.bghb-booking-card input,
.bghb-booking-card textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #eadfd0;
	border-radius: 7px;
	background: #fff;
	color: #111;
	font: inherit;
}

.bghb-search-form button {
	min-height: 46px;
	border: 0;
	border-radius: 7px;
	background: linear-gradient(135deg, #f5ad37, #dd8916);
	color: #090909;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.bghb-search-message {
	grid-column: 1 / -1;
	min-height: 18px;
	color: #865305;
	font-weight: 700;
}

.bghb-room-content {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
	gap: 28px;
	max-width: 1120px;
	margin: 0 auto 48px;
	padding: 0 18px;
}

.bghb-section,
.bghb-included {
	margin-bottom: 18px;
	padding: 26px;
	border: 1px solid #eadfd0;
	border-radius: 10px;
	background: #fff;
}

.bghb-section h2,
.bghb-included h2,
.bghb-booking-card h2 {
	margin: 0 0 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.bghb-icon-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.bghb-icon-list li::before {
	content: "✓";
	margin-right: 10px;
	color: var(--bghb-gold);
	font-weight: 900;
}

.bghb-details-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.bghb-details-grid div {
	padding: 12px 0;
	border-right: 1px solid #f0e3d3;
}

.bghb-details-grid span {
	display: block;
	color: #72655c;
	font-size: 13px;
}

.bghb-details-grid strong {
	color: #181818;
}

.bghb-included {
	background: #080808;
	color: #fff;
}

.bghb-included h2 {
	color: var(--bghb-gold);
	text-align: center;
}

.bghb-included .bghb-icon-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	text-align: center;
}

.bghb-booking-card {
	position: sticky;
	top: 32px;
	display: grid;
	gap: 13px;
	padding: 28px;
	border-radius: 10px;
	background: radial-gradient(circle at 15% 0, rgba(233, 155, 34, 0.16), transparent 35%), #0b0b0b;
	color: #fff;
}

.bghb-booking-card h2 {
	color: var(--bghb-gold);
	text-align: center;
}

.bghb-booking-card label {
	color: #fff;
}

.bghb-booking-card input,
.bghb-booking-card textarea {
	border-color: #242424;
	background: #1f1f1f;
	color: #fff;
}

.bghb-payment-modes {
	display: grid;
	gap: 8px;
	padding: 12px;
	border: 1px solid rgba(233, 155, 34, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.bghb-payment-modes label {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: auto;
	font-size: 12px;
	text-transform: none;
}

.bghb-payment-modes input {
	width: auto;
	min-height: auto;
}

.bghb-price-lines {
	display: grid;
	gap: 10px;
	margin: 8px 0;
}

.bghb-price-lines div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.bghb-price-lines div:last-child {
	padding-top: 12px;
	border-top: 1px solid rgba(233, 155, 34, 0.5);
	font-size: 20px;
}

.bghb-price-lines strong {
	color: var(--bghb-gold);
}

.bghb-secure,
.bghb-form-message {
	margin: 0;
	text-align: center;
	font-size: 12px;
}

.bghb-form-message {
	min-height: 20px;
	color: var(--bghb-gold);
	font-weight: 800;
}

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

.bghb-room-card {
	overflow: hidden;
	border: 1px solid #eadfd0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.bghb-room-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	background: #111;
}

.bghb-room-card__body {
	padding: 22px;
}

.bghb-room-card h3 {
	margin: 0 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
}

.bghb-room-card h3 a {
	color: #111;
	text-decoration: none;
}

.bghb-room-card p {
	margin: 0 0 16px;
	color: #4b4034;
	line-height: 1.55;
}

.bghb-room-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.bghb-room-card:hover .bghb-room-card__image img {
	transform: scale(1.035);
}

.bghb-google-reviews-section {
	max-width: 1228px;
	width: min(100% - clamp(36px, 8vw, 144px), 1228px);
	margin: 0 auto 54px;
	padding: 0;
}

.bghb-google-reviews-inner {
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid rgba(238, 159, 35, 0.22);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(16, 10, 4, 0.07);
}

.bghb-google-reviews-inner h2 {
	margin: 0 0 20px;
	color: #171717;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 3vw, 32px);
	text-align: center;
	text-transform: uppercase;
}

.bghb-related-rooms {
	width: min(100% - clamp(36px, 8vw, 144px), 1228px);
	max-width: 1228px;
	margin: 4px auto 54px;
	padding: 0;
	color: #171717;
}

.bghb-related-rooms h2 {
	position: relative;
	margin: 0 0 18px;
	color: #171717;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(21px, 2.4vw, 27px);
	line-height: 1.05;
	text-align: center;
	text-transform: uppercase;
}

.bghb-related-rooms h2::after {
	content: "";
	display: block;
	width: 92px;
	height: 1px;
	margin: 10px auto 0;
	background: linear-gradient(90deg, transparent, var(--bghb-gold), transparent);
	box-shadow: 0 0 0 1px transparent;
}

.bghb-related-rooms h2::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -13px;
	width: 7px;
	height: 7px;
	border: 1px solid var(--bghb-gold);
	background: #fffaf6;
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
}

.bghb-related-rooms__wrap {
	position: relative;
}

.bghb-related-rooms__grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 42px) / 4);
	grid-template-columns: none;
	gap: 14px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 10px 0 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.bghb-related-rooms__grid::-webkit-scrollbar {
	display: none;
}

.bghb-related-room-card {
	overflow: hidden;
	border: 1px solid #ead7ba;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(24, 15, 4, 0.08);
	scroll-snap-align: start;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bghb-related-room-card:hover {
	border-color: rgba(238, 159, 35, 0.55);
	box-shadow: 0 20px 42px rgba(24, 15, 4, 0.14);
	transform: translateY(-2px);
}

.bghb-related-room-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	background: #0a0a0a;
}

.bghb-related-room-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bghb-related-room-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(238, 159, 35, 0.22), rgba(0, 0, 0, 0.78)),
		radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.14), transparent 34%);
}

.bghb-related-room-card__body {
	padding: 17px 15px 18px;
	text-align: center;
}

.bghb-related-room-card h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.12;
	text-transform: uppercase;
}

.bghb-related-room-card h3 a {
	color: #171717;
	text-decoration: none;
}

.bghb-related-room-card h3 a:hover,
.bghb-related-room-card h3 a:focus,
.bghb-related-room-card h3 a:visited {
	color: #171717;
}

.bghb-related-room-card__divider {
	position: relative;
	width: 62px;
	height: 1px;
	margin: 10px auto 13px;
	background: linear-gradient(90deg, transparent, var(--bghb-gold), transparent);
}

.bghb-related-room-card__divider::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -3px;
	width: 6px;
	height: 6px;
	border: 1px solid var(--bghb-gold);
	background: #fff;
	transform: translateX(-50%) rotate(45deg);
}

.bghb-related-room-card p {
	margin: 0 0 15px;
	color: #4c4034;
	font-size: 13px;
}

.bghb-related-room-card p strong {
	color: var(--bghb-gold);
	font-size: 17px;
}

.bghb-related-room-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 132px;
	min-height: 34px;
	padding: 8px 14px;
	border-radius: 5px;
	background: linear-gradient(135deg, #b97824, #8e5717);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.22), 0 8px 18px rgba(142, 87, 23, 0.18);
}

.bghb-related-room-card__button:hover,
.bghb-related-room-card__button:focus,
.bghb-related-room-card__button:visited {
	background: linear-gradient(135deg, #f5ad37, #dd8916) !important;
	color: #080604 !important;
	text-decoration: none;
}

.bghb-related-rooms__arrow {
	position: absolute;
	top: 48%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid #ead7ba;
	border-radius: 999px;
	background: #fff;
	color: #8e5717;
	font-size: 30px;
	line-height: 1;
	box-shadow: 0 10px 26px rgba(24, 15, 4, 0.12);
	transform: translateY(-50%);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bghb-related-rooms__arrow:hover {
	background: var(--bghb-gold);
	color: #080604;
	transform: translateY(-50%) scale(1.04);
}

.bghb-related-rooms__arrow:disabled,
.bghb-related-rooms__arrow[disabled] {
	opacity: 0.36;
	cursor: not-allowed;
	pointer-events: none;
}

.bghb-related-rooms:not(.is-scrollable) .bghb-related-rooms__arrow {
	display: none;
}

.bghb-related-rooms__arrow--prev {
	left: -22px;
}

.bghb-related-rooms__arrow--next {
	right: -22px;
}

.bghb-room-detail input[type="radio"] {
	accent-color: var(--bghb-gold);
}

.bghb-room-detail a,
.bghb-room-detail a:visited,
.bghb-google-reviews-section a,
.bghb-google-reviews-section a:visited {
	text-decoration-color: rgba(238, 159, 35, 0.45);
}

.bghb-room-detail a:hover,
.bghb-room-detail a:focus,
.bghb-google-reviews-section a:hover,
.bghb-google-reviews-section a:focus {
	color: var(--bghb-gold);
	text-decoration-color: var(--bghb-gold);
}

.bghb-room-detail .bghb-btn-gold:hover,
.bghb-room-detail .bghb-btn-gold:focus,
.bghb-room-detail .bghb-related-room-card__button:hover,
.bghb-room-detail .bghb-related-room-card__button:focus {
	color: #080604 !important;
	text-decoration: none;
}

.bghb-room-detail .bghb-btn-outline:hover,
.bghb-room-detail .bghb-btn-outline:focus {
	color: #ffc45a !important;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.bghb-related-rooms {
		width: min(100% - 36px, 860px);
		margin-bottom: 42px;
	}

	.bghb-related-rooms__grid {
		grid-auto-columns: calc((100% - 14px) / 2);
		padding-inline: 2px;
	}
}

@media (max-width: 640px) {
	.bghb-related-rooms {
		width: calc(100% - 24px);
		margin: 2px auto 34px;
	}

	.bghb-related-rooms h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.bghb-related-rooms__grid {
		grid-auto-columns: minmax(238px, 86%);
		gap: 12px;
		padding-top: 8px;
	}

	.bghb-related-room-card__body {
		padding: 15px 12px 16px;
	}

	.bghb-related-room-card h3 {
		font-size: 14px;
	}

	.bghb-related-room-card p strong {
		font-size: 16px;
	}

	.bghb-related-rooms__arrow {
		top: 52%;
		width: 36px;
		height: 36px;
		font-size: 25px;
	}

	.bghb-related-rooms__arrow--prev {
		left: -8px;
	}

	.bghb-related-rooms__arrow--next {
		right: -8px;
	}
}

.bghb-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0;
	color: #6f6257;
	font-size: 12px;
}

.bghb-room-results-summary,
.bghb-room-results-empty {
	width: min(100% - 32px, 1120px);
	margin: 24px auto 14px;
	padding: 16px 18px;
	border: 1px solid #ead7ba;
	border-radius: 9px;
	background: #fffaf2;
	color: #171717;
	box-shadow: 0 14px 34px rgba(20, 20, 20, 0.06);
}

.bghb-room-results-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: center;
	justify-content: space-between;
}

.bghb-room-results-summary strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	text-transform: uppercase;
}

.bghb-room-results-summary span,
.bghb-room-results-empty {
	color: #745234;
	font-weight: 700;
}

.bghb-card-price {
	margin-bottom: 14px;
	color: #111;
}

.bghb-card-price strong {
	color: var(--bghb-gold);
	font-size: 24px;
}

@media (max-width: 900px) {
	.bghb-room-hero,
	.bghb-room-content,
	.bghb-search-form,
	.bghb-room-grid {
		grid-template-columns: 1fr;
	}

	.bghb-feature-row,
	.bghb-details-grid,
	.bghb-included .bghb-icon-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bghb-booking-card {
		position: static;
	}
}

@media (max-width: 560px) {
	.bghb-room-hero {
		padding: 28px 16px;
	}

	.bghb-gallery-thumbs,
	.bghb-feature-row,
	.bghb-icon-list,
	.bghb-details-grid,
	.bghb-included .bghb-icon-list {
		grid-template-columns: 1fr;
	}
}

/* Refinement pass: full-width B Garden reference layouts */
.bghb-full-bleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background: #fffaf6;
}

.bghb-room-detail {
	--bghb-black: #030303;
	--bghb-gold: #ee9f23;
	--bghb-gold-2: #c5770b;
	--bghb-line: rgba(238, 159, 35, 0.42);
	--bghb-hero-min-height: 690px;
}

.bghb-room-hero {
	position: relative;
	min-height: var(--bghb-hero-min-height);
	padding: clamp(44px, 5vw, 72px) clamp(22px, 5vw, 72px);
	background-color: #030303;
	background-image: linear-gradient(90deg, rgba(0,0,0,.98), rgba(0,0,0,.92) 34%, rgba(0,0,0,.72));
	background-size: cover;
	background-position: center;
}

.bghb-layout-split .bghb-room-hero {
	max-width: none;
	grid-template-columns: minmax(320px, 0.8fr) minmax(560px, 1.45fr);
	align-items: start;
}

.bghb-layout-overlay .bghb-room-hero {
	display: grid;
	grid-template-columns: minmax(320px, 0.85fr) minmax(340px, 0.58fr);
	align-items: end;
	background-size: cover;
	background-position: center right;
}

.bghb-layout-overlay .bghb-gallery {
	grid-column: 1 / -1;
	margin-top: 34px;
}

.bghb-layout-overlay .bghb-gallery-main {
	display: none;
}

.bghb-hero-booking {
	align-self: end;
	justify-self: center;
	width: min(390px, 100%);
	margin-bottom: -160px;
	z-index: 3;
}

.bghb-breadcrumb {
	margin-bottom: clamp(28px, 5vw, 54px);
	color: #d9c2a0;
}

.bghb-room-copy h1 {
	font-size: clamp(56px, 7.4vw, 92px);
	line-height: .92;
	max-width: 700px;
}

.bghb-script {
	color: var(--bghb-gold);
	font-size: clamp(28px, 3.2vw, 42px);
}

.bghb-room-intro {
	max-width: 520px;
	font-size: 15px;
}

.bghb-feature-row {
	max-width: 480px;
	margin-top: 34px;
}

.bghb-feature-row span {
	position: relative;
	display: grid;
	place-items: end center;
	min-height: 70px;
	text-align: center;
}

.bghb-feature-row span::before {
	content: "";
	width: 28px;
	height: 28px;
	margin-bottom: 8px;
	border: 2px solid var(--bghb-gold);
	border-radius: 6px;
}

.bghb-total-preview {
	max-width: 350px;
}

.bghb-total-preview strong {
	font-size: 34px;
}

.bghb-total-preview::after {
	content: "Total: " attr(data-total);
	display: none;
}

.bghb-btn {
	max-width: 360px;
	border-radius: 7px;
	letter-spacing: 0;
}

.bghb-gallery-main {
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	border-color: rgba(238, 159, 35, .7);
	box-shadow: 0 24px 80px rgba(0,0,0,.42);
}

.bghb-gallery-thumbs {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.bghb-gallery-thumbs button {
	border-radius: 9px;
	box-shadow: 0 12px 34px rgba(0,0,0,.3);
}

.bghb-search-form {
	position: relative;
	z-index: 2;
	max-width: 1160px;
	margin: 24px auto;
	padding: 24px 30px;
	border-radius: 12px;
}

.bghb-search-form--stacked {
	grid-template-columns: 1fr;
	max-width: 520px;
}

.bghb-room-content {
	max-width: 1160px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
	align-items: start;
	padding-top: 0;
}

.bghb-layout-overlay .bghb-room-content {
	padding-top: 190px;
}

.bghb-section,
.bghb-included {
	border-radius: 11px;
	box-shadow: 0 18px 55px rgba(0,0,0,.045);
}

.bghb-section h2,
.bghb-included h2,
.bghb-booking-card h2 {
	font-size: 28px;
}

.bghb-details-grid div {
	min-height: 84px;
	padding: 16px;
	border: 1px solid #f1debf;
	border-radius: 9px;
	background: linear-gradient(180deg, #fff, #fffbf6);
}

.bghb-icon-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bghb-included {
	margin-top: 24px;
	background: linear-gradient(135deg, #080808, #15110b);
}

.bghb-included .bghb-icon-list li {
	display: grid;
	place-items: center;
	min-height: 70px;
	font-size: 13px;
}

.bghb-booking-card {
	width: var(--bghb-booking-card-width, 100%);
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(238, 159, 35, .38);
	box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.bghb-booking-card--compact label:nth-of-type(n+4) {
	display: none;
}

.bghb-room-grid {
	grid-template-columns: repeat(var(--bghb-grid-columns, 3), minmax(0, 1fr));
	max-width: 1160px;
	margin: 0 auto;
	padding: 24px;
}

.bghb-room-results-page {
	--bghb-results-width: 1180px;
	position: relative;
	margin: 0;
	padding: 0 clamp(18px, 5vw, 64px) clamp(54px, 7vw, 92px);
	background:
		radial-gradient(circle at 80% 0, rgba(238, 159, 35, 0.15), transparent 32%),
		linear-gradient(180deg, #050505 0%, #111 360px, #fff9f1 360px, #fffaf5 100%);
}

.bghb-room-results-hero,
.bghb-room-results-search,
.bghb-room-results-list {
	width: min(100%, var(--bghb-results-width));
	margin-right: auto;
	margin-left: auto;
}

.bghb-room-results-hero {
	padding: clamp(62px, 8vw, 112px) 0 clamp(48px, 6vw, 84px);
	color: #fff;
	text-align: center;
}

.bghb-room-results-hero__inner {
	max-width: 760px;
	margin: 0 auto;
}

.bghb-room-results-eyebrow {
	margin: 0 0 10px;
	color: var(--bghb-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bghb-room-results-hero h1 {
	margin: 0 0 12px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 6vw, 72px);
	line-height: 0.96;
	text-wrap: balance;
	text-transform: uppercase;
}

.bghb-room-results-hero p:not(.bghb-room-results-eyebrow) {
	margin: 0 auto;
	max-width: 640px;
	color: var(--bghb-gold);
	font-size: clamp(15px, 1.4vw, 18px);
	line-height: 1.65;
}

.bghb-room-results-search .bghb-search-form {
	width: 100%;
	max-width: none;
	margin: 0;
	border-color: rgba(238, 159, 35, 0.34);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 24px 74px rgba(0, 0, 0, 0.18);
}

.bghb-room-results-list {
	margin-top: clamp(30px, 4vw, 54px);
}

.bghb-room-results-list .bghb-room-grid {
	max-width: none;
	padding: 0;
}

.bghb-room-results-list .bghb-room-card {
	border-color: rgba(238, 159, 35, 0.25);
	box-shadow: 0 18px 42px rgba(20, 13, 5, 0.09);
}

.bghb-room-results-list .bghb-card-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 16px 0;
}

.bghb-room-results-list .bghb-card-meta span {
	min-height: 34px;
	padding: 8px;
	border: 1px solid rgba(238, 159, 35, 0.18);
	border-radius: 7px;
	background: #fff8ee;
	color: #3b2b16;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.bghb-room-results-list .bghb-card-price {
	margin: 12px 0 14px;
	color: #272018;
	font-size: 14px;
}

.bghb-room-results-list .bghb-card-price strong {
	color: var(--bghb-gold);
	font-size: 22px;
}

.bghb-room-results-list .bghb-room-card .bghb-btn,
.bghb-room-results-list .bghb-room-card .bghb-btn:visited,
.bghb-room-results-list .bghb-room-card .bghb-btn-gold,
.bghb-room-results-list .bghb-room-card .bghb-btn-gold:visited,
body.post-type-archive-bghb_room .bghb-room-results-list article.bghb-room-card a.bghb-btn.bghb-btn-gold,
body.post-type-archive-bghb_room .bghb-room-results-list article.bghb-room-card a.bghb-btn.bghb-btn-gold:visited {
	display: inline-flex !important;
	background: linear-gradient(135deg, #f5ad37, #dd8916) !important;
	border: 1px solid #f5ad37 !important;
	color: #080808 !important;
	text-decoration: none !important;
	box-shadow: 0 14px 30px rgba(221, 137, 22, 0.2);
}

.bghb-room-results-list .bghb-room-card .bghb-btn:hover,
.bghb-room-results-list .bghb-room-card .bghb-btn:focus,
.bghb-room-results-list .bghb-room-card .bghb-btn-gold:hover,
.bghb-room-results-list .bghb-room-card .bghb-btn-gold:focus,
body.post-type-archive-bghb_room .bghb-room-results-list article.bghb-room-card a.bghb-btn.bghb-btn-gold:hover,
body.post-type-archive-bghb_room .bghb-room-results-list article.bghb-room-card a.bghb-btn.bghb-btn-gold:focus {
	background: linear-gradient(135deg, #ffc45a, #e99f23) !important;
	border-color: #ffc45a !important;
	color: #050505 !important;
}

.bghb-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.bghb-modal.is-open {
	display: flex;
}

.bghb-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.72);
	backdrop-filter: blur(4px);
}

.bghb-modal__panel {
	position: relative;
	width: min(440px, 100%);
	padding: 34px;
	border: 1px solid rgba(238, 159, 35, .6);
	border-radius: 14px;
	background: radial-gradient(circle at 50% 0, rgba(238,159,35,.18), transparent 34%), #080808;
	color: #fff;
	text-align: center;
	box-shadow: 0 32px 90px rgba(0,0,0,.45);
}

.bghb-modal__close {
	position: absolute;
	top: 12px;
	right: 14px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

.bghb-modal h2 {
	margin: 0 0 12px;
	color: var(--bghb-gold);
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}

.bghb-modal p {
	margin: 0 0 18px;
	color: #e7dccd;
	line-height: 1.65;
}

.bghb-modal [data-bghb-modal-action][hidden],
.bghb-modal:not(.has-action) [data-bghb-modal-action] {
	display: none !important;
}

@media (max-width: 1100px) {
	.bghb-layout-split .bghb-room-hero,
	.bghb-layout-overlay .bghb-room-hero {
		grid-template-columns: 1fr;
	}

	.bghb-hero-booking {
		margin: 28px 0 0;
		justify-self: start;
	}

	.bghb-layout-overlay .bghb-room-content {
		padding-top: 30px;
	}
}

@media (max-width: 900px) {
	.bghb-room-hero {
		min-height: auto;
		padding: 34px 18px;
	}

	.bghb-search-form,
	.bghb-room-content,
	.bghb-room-grid {
		grid-template-columns: 1fr;
	}

	.bghb-room-grid {
		--bghb-grid-columns: 1 !important;
	}
}

@media (max-width: 640px) {
	.bghb-room-copy h1 {
		font-size: clamp(44px, 15vw, 64px);
	}

	.bghb-feature-row,
	.bghb-gallery-thumbs,
	.bghb-details-grid,
	.bghb-icon-list,
	.bghb-included .bghb-icon-list {
		grid-template-columns: 1fr 1fr;
	}

	.bghb-search-form {
		margin: 0;
		border-radius: 0;
	}

	.bghb-section,
	.bghb-included,
	.bghb-booking-card {
		border-radius: 8px;
	}
}

/* Booking UI polish */
.bghb-layout-split .bghb-room-hero {
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.38fr);
	gap: clamp(24px, 4vw, 48px);
}

.bghb-room-copy {
	min-width: 0;
}

.bghb-room-copy h1 {
	max-width: 620px;
	font-size: clamp(44px, 5.8vw, 78px);
	line-height: 0.96;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.bghb-gallery {
	position: relative;
	min-width: 0;
}

.bghb-gallery-main {
	position: relative;
	cursor: zoom-in;
}

.bghb-gallery-main img {
	transition: opacity 180ms ease;
}

.bghb-gallery-nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(238, 159, 35, 0.85);
	border-radius: 999px;
	background: rgba(5, 5, 5, 0.78);
	color: var(--bghb-gold);
	font-size: 30px;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
}

.bghb-gallery-nav--prev {
	left: 12px;
}

.bghb-gallery-nav--next {
	right: 12px;
}

.bghb-gallery-thumbs button {
	position: relative;
	opacity: 0.78;
	transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.bghb-gallery-thumbs button:hover,
.bghb-gallery-thumbs button.is-active {
	opacity: 1;
	border-color: #ffd083;
	transform: translateY(-1px);
}

.bghb-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.bghb-lightbox.is-open {
	display: flex;
}

.bghb-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.88);
	backdrop-filter: blur(5px);
}

.bghb-lightbox__panel {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: min(1120px, 100%);
	height: min(84vh, 760px);
}

.bghb-lightbox img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border: 1px solid rgba(238, 159, 35, 0.55);
	border-radius: 10px;
	box-shadow: 0 32px 120px rgba(0, 0, 0, 0.65);
}

.bghb-lightbox__close,
.bghb-lightbox__nav {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(238, 159, 35, 0.75);
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	cursor: pointer;
}

.bghb-lightbox__close {
	top: -6px;
	right: -6px;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	font-size: 30px;
	line-height: 1;
}

.bghb-lightbox__nav {
	top: 50%;
	display: grid;
	place-items: center;
	width: 46px;
	height: 58px;
	border-radius: 8px;
	color: var(--bghb-gold);
	font-size: 40px;
	transform: translateY(-50%);
}

.bghb-lightbox__nav--prev {
	left: 0;
}

.bghb-lightbox__nav--next {
	right: 0;
}

.bghb-feature-row span::before,
.bghb-icon-list li::before,
.bghb-details-grid div::before {
	display: grid;
	place-items: center;
	color: var(--bghb-gold);
	font-family: Arial, sans-serif;
	font-weight: 900;
}

.bghb-feature-row span::before {
	width: 32px;
	height: 32px;
	border: 1.8px solid var(--bghb-gold);
	border-radius: 8px;
	background: rgba(238, 159, 35, 0.04);
	font-size: 17px;
	line-height: 1;
}

.bghb-feature-row span[data-bghb-icon="bed"]::before {
	content: "▭";
}

.bghb-feature-row span[data-bghb-icon="people"]::before {
	content: "◌";
}

.bghb-feature-row span[data-bghb-icon="size"]::before {
	content: "□";
}

.bghb-feature-row span[data-bghb-icon="view"]::before {
	content: "⌂";
}

.bghb-details-grid div {
	position: relative;
	padding-left: 52px;
}

.bghb-details-grid div::before {
	position: absolute;
	top: 18px;
	left: 16px;
	width: 24px;
	height: 24px;
	border: 1.5px solid var(--bghb-gold);
	border-radius: 6px;
	font-size: 14px;
	content: "◇";
}

.bghb-details-grid div[data-bghb-detail="room-size"]::before {
	content: "□";
}

.bghb-details-grid div[data-bghb-detail="bed-type"]::before {
	content: "▭";
}

.bghb-details-grid div[data-bghb-detail="capacity"]::before {
	content: "◌";
}

.bghb-details-grid div[data-bghb-detail="view"]::before {
	content: "⌂";
}

.bghb-details-grid div[data-bghb-detail="floor"]::before {
	content: "↕";
}

.bghb-details-grid div[data-bghb-detail="smoking"]::before {
	content: "✕";
}

.bghb-booking-card {
	gap: 12px;
	padding: 32px;
	border: 1px solid rgba(238, 159, 35, 0.34);
	border-radius: 10px;
	background:
		radial-gradient(circle at 20% 0, rgba(238, 159, 35, 0.13), transparent 32%),
		linear-gradient(135deg, #080808 0%, #14110c 100%);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.bghb-booking-card h2 {
	position: relative;
	margin-bottom: 24px;
	color: var(--bghb-gold);
	font-size: 24px;
	text-align: center;
}

.bghb-booking-card h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 74px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--bghb-gold), transparent);
	transform: translateX(-50%);
}

.bghb-booking-card label {
	gap: 6px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0;
}

.bghb-booking-card input,
.bghb-booking-card textarea {
	min-height: 43px;
	border: 1px solid rgba(255, 255, 255, 0.045);
	border-radius: 7px;
	background: linear-gradient(180deg, #202020, #181818);
	color: #f7efe5;
}

.bghb-booking-card input[type="date"] {
	color-scheme: dark;
}

.bghb-booking-card input:focus,
.bghb-booking-card textarea:focus {
	outline: 1px solid rgba(238, 159, 35, 0.7);
	box-shadow: 0 0 0 3px rgba(238, 159, 35, 0.12);
}

.bghb-price-lines {
	gap: 11px;
	margin: 4px 0 6px;
}

.bghb-price-lines div {
	align-items: baseline;
	color: #f6efe6;
}

.bghb-price-lines div:first-child strong {
	font-size: 24px;
}

.bghb-price-lines div:nth-child(2) strong {
	color: #fff;
}

.bghb-price-lines div:last-child {
	margin-top: 4px;
	padding-top: 14px;
	border-top: 1px solid rgba(238, 159, 35, 0.52);
	font-size: 17px;
	font-weight: 800;
}

.bghb-price-lines div:last-child strong {
	font-size: 27px;
}

.bghb-booking-card .bghb-btn {
	max-width: none;
	min-height: 45px;
	margin: 4px 0;
	border-radius: 7px;
}

.bghb-booking-card .bghb-btn-outline {
	position: relative;
	border-color: var(--bghb-gold);
	color: var(--bghb-gold);
	background: transparent;
}

.bghb-booking-card .bghb-btn-outline::before {
	content: "◉";
	margin-right: 8px;
	font-size: 11px;
}

.bghb-secure::before {
	content: "⌂";
	margin-right: 6px;
	color: var(--bghb-gold);
}

.bghb-modal__panel {
	width: min(500px, 100%);
	padding: clamp(34px, 7vw, 58px) clamp(24px, 5vw, 44px);
	border-color: rgba(238, 159, 35, 0.82);
	background: radial-gradient(circle at 50% 0, rgba(238,159,35,.11), transparent 34%), #080808;
}

.bghb-modal h2 {
	margin-bottom: 20px;
	padding: 0 24px;
	color: #fff;
	font-size: clamp(42px, 7vw, 64px);
	line-height: 1.05;
}

.bghb-modal__close {
	top: 18px;
	right: 20px;
}

.bghb-modal p {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

.bghb-modal [data-bghb-modal-action] {
	width: min(280px, 100%);
	margin: 10px auto 0;
	background: linear-gradient(135deg, #f7b640, #e59a1f);
	border-color: #f7b640;
	color: #070707 !important;
	box-shadow: 0 16px 36px rgba(229, 154, 31, 0.24);
}

.bghb-modal [data-bghb-modal-action]:hover {
	background: linear-gradient(135deg, #ffc45a, #e99f23);
	color: #050505 !important;
}

@media (max-width: 1180px) {
	.bghb-layout-split .bghb-room-hero {
		grid-template-columns: 1fr;
	}

	.bghb-room-copy h1 {
		max-width: 100%;
		font-size: clamp(46px, 8vw, 76px);
	}
}

@media (max-width: 640px) {
	.bghb-room-copy h1 {
		font-size: clamp(38px, 14vw, 56px);
	}

	.bghb-booking-card {
		padding: 24px;
	}

	.bghb-lightbox {
		padding: 12px;
	}

	.bghb-lightbox__nav {
		width: 38px;
		height: 48px;
		font-size: 32px;
	}
}

/* Premium hero finishing pass */
.bghb-room-hero {
	isolation: isolate;
	overflow: hidden;
	padding-top: clamp(86px, 8vw, 132px);
	padding-bottom: clamp(54px, 7vw, 96px);
	background:
		radial-gradient(circle at 12% 16%, rgba(238, 159, 35, 0.16), transparent 30%),
		linear-gradient(115deg, #020202 0%, #050505 45%, #120d06 100%);
}

.bghb-room-hero::before,
.bghb-room-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: -1;
}

.bghb-room-hero::before {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.24)),
		radial-gradient(circle at 78% 8%, rgba(238, 159, 35, 0.16), transparent 28%);
}

.bghb-room-hero::after {
	left: clamp(18px, 4vw, 72px);
	right: clamp(18px, 4vw, 72px);
	top: clamp(28px, 4vw, 58px);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(238, 159, 35, 0.45), transparent);
}

.bghb-layout-split .bghb-room-hero {
	grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.28fr);
	align-items: center;
	gap: clamp(34px, 4.5vw, 64px);
}

.bghb-room-copy {
	position: relative;
	z-index: 1;
	max-width: 560px;
}

.bghb-breadcrumb {
	margin-bottom: clamp(28px, 3.4vw, 46px);
}

.bghb-room-copy h1 {
	max-width: 560px;
	font-size: clamp(50px, 4.8vw, 76px);
	line-height: 0.96;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-wrap: balance;
}

.bghb-script {
	margin-top: 18px;
	font-size: clamp(28px, 2.8vw, 38px);
}

.bghb-feature-row {
	max-width: 520px;
	gap: 18px;
	margin-top: clamp(28px, 3.2vw, 42px);
}

.bghb-gallery {
	z-index: 1;
}

.bghb-gallery-main {
	border-radius: 12px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(238, 159, 35, 0.22);
}

.bghb-gallery-main::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.18));
	pointer-events: none;
}

.bghb-modal__panel {
	width: min(540px, calc(100vw - 32px));
	padding: clamp(38px, 6vw, 58px) clamp(24px, 5vw, 50px);
}

.bghb-modal h2 {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 34px;
	font-size: clamp(34px, 6vw, 62px);
	line-height: 1.04;
	overflow-wrap: normal;
	word-break: normal;
	text-wrap: balance;
}

@media (max-width: 1280px) {
	.bghb-layout-split .bghb-room-hero {
		grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1.22fr);
		gap: 34px;
	}

	.bghb-room-copy h1 {
		font-size: clamp(46px, 4.2vw, 66px);
	}
}

@media (max-width: 1120px) {
	.bghb-layout-split .bghb-room-hero,
	.bghb-layout-overlay .bghb-room-hero {
		grid-template-columns: 1fr;
	}

	.bghb-room-copy {
		max-width: 760px;
	}

	.bghb-room-copy h1 {
		max-width: 760px;
		font-size: clamp(48px, 8vw, 78px);
	}
}

@media (max-width: 640px) {
	.bghb-room-hero {
		padding: 38px 18px 42px;
		min-height: auto;
	}

	.bghb-room-hero::after {
		top: 18px;
		left: 18px;
		right: 18px;
	}

	.bghb-breadcrumb {
		margin-bottom: 18px;
		font-size: 12px;
	}

	.bghb-room-copy h1 {
		max-width: 100%;
		font-size: clamp(42px, 13vw, 58px);
		line-height: 0.98;
	}

	.bghb-script {
		font-size: clamp(23px, 7vw, 30px);
	}

	.bghb-feature-row {
		gap: 16px 28px;
	}

	.bghb-gallery-main {
		border-radius: 9px;
	}

	.bghb-modal__panel {
		padding: 42px 22px 34px;
	}

	.bghb-modal h2 {
		padding: 0 28px;
		font-size: clamp(32px, 11vw, 46px);
	}

	.bghb-modal__close {
		top: 10px;
		right: 12px;
	}
}

/* Align post-hero content with the premium hero spacing */
.bghb-room-hero {
	padding-bottom: 24px;
}

.bghb-room-content {
	width: min(100% - clamp(36px, 8vw, 144px), 1228px);
	max-width: 1228px;
	margin-top: 36px;
	padding-left: 0;
	padding-right: 0;
}

.bghb-room-main {
	min-width: 0;
}

.bghb-section,
.bghb-included {
	padding: clamp(26px, 3.4vw, 38px);
	border-color: rgba(238, 159, 35, 0.2);
	box-shadow: 0 20px 60px rgba(16, 10, 4, 0.07);
}

.bghb-section:first-child {
	position: relative;
}

.bghb-section:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	left: 28px;
	width: 96px;
	height: 2px;
	background: linear-gradient(90deg, var(--bghb-gold), transparent);
}

.bghb-room-content > aside {
	min-width: 0;
}

@media (max-width: 1120px) {
	.bghb-room-content {
		width: min(100% - 36px, 760px);
		margin-top: 28px;
	}
}

@media (max-width: 640px) {
	.bghb-room-hero {
		padding-bottom: 22px;
	}

	.bghb-room-content {
		width: calc(100% - 24px);
		margin-top: 22px;
	}

	.bghb-section,
	.bghb-included {
		padding: 24px 20px;
	}
}

/* Mobile room-page composition */
@media (max-width: 640px) {
	.bghb-room-detail {
		background: #fffaf6;
	}

	.bghb-room-hero {
		display: grid;
		gap: 16px;
		padding: 34px 20px 18px;
		background:
			radial-gradient(circle at 88% 10%, rgba(238, 159, 35, 0.2), transparent 26%),
			linear-gradient(145deg, #020202 0%, #050505 58%, #160f06 100%);
	}

	.bghb-room-hero::before {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 42%),
			radial-gradient(circle at 18% 18%, rgba(238, 159, 35, 0.12), transparent 35%);
	}

	.bghb-room-hero::after {
		top: 26px;
		left: 20px;
		right: 20px;
		opacity: 0.72;
	}

	.bghb-room-copy {
		display: contents;
		width: 100%;
		max-width: none;
		padding-top: 8px;
	}

	.bghb-breadcrumb {
		order: 1;
		margin-bottom: 12px;
		color: #d8c2a2;
		font-size: 11px;
		line-height: 1.4;
	}

	.bghb-room-copy h1 {
		order: 2;
		max-width: 11ch;
		font-size: clamp(38px, 12.2vw, 52px);
		line-height: 0.94;
		letter-spacing: 0;
		text-wrap: balance;
	}

	.bghb-script {
		order: 3;
		margin: 8px 0 10px;
		max-width: 100%;
		font-size: clamp(24px, 7.4vw, 31px);
		line-height: 1.18;
	}

	.bghb-room-intro {
		order: 4;
		margin-top: 6px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.65;
		color: #eee2d0;
	}

	.bghb-gallery {
		order: 5;
		width: 100%;
		margin-top: 8px;
	}

	.bghb-total-preview {
		order: 6;
		width: 100%;
		max-width: none;
		padding: 10px 0 0;
	}

	.bghb-feature-row {
		order: 7;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 18px;
		max-width: 100%;
		margin: 4px 0 6px;
		padding: 5px 0;
	}

	.bghb-feature-row span {
		min-height: 58px;
		align-content: center;
		place-items: center;
		color: #f8efe3;
		font-size: 11px;
		line-height: 1.3;
	}

	.bghb-feature-row span::before {
		width: 28px;
		height: 28px;
		margin-bottom: 7px;
		border-radius: 8px;
		background: rgba(238, 159, 35, 0.07);
	}

	.bghb-total-preview strong {
		font-size: 27px;
	}

	.bghb-total-preview small {
		margin: 2px 0 8px;
		font-size: 10px;
		color: #f3e7d8;
	}

	.bghb-hero-total-line {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		margin: 8px 0 0;
		padding: 9px 13px;
		border: 1px solid rgba(238, 159, 35, 0.72);
		border-radius: 6px;
		background: linear-gradient(180deg, rgba(4, 4, 4, 0.72), rgba(15, 11, 6, 0.5));
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
		color: #fff;
		font-size: 12px;
		font-weight: 800;
	}

	.bghb-hero-total-line strong {
		line-height: 1;
		font-size: 22px;
		color: var(--bghb-gold);
	}

	.bghb-room-copy > .bghb-btn {
		order: 8;
		max-width: none;
		min-height: 42px;
		margin: 0;
	}

	.bghb-room-copy > .bghb-btn-outline {
		order: 9;
	}

	.bghb-gallery-main {
		aspect-ratio: 1.2 / 1;
	}

	.bghb-gallery-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 8px;
	}

	.bghb-room-content {
		width: calc(100% - 24px);
		margin-top: 24px;
		gap: 20px;
	}

	.bghb-section h2,
	.bghb-included h2,
	.bghb-booking-card h2 {
		font-size: 24px;
	}

	.bghb-booking-card input[name="guests"] {
		font-weight: 700;
	}

	.bghb-google-reviews-section {
		width: calc(100% - 24px);
		margin-bottom: 28px;
	}

	.bghb-google-reviews-inner {
		padding: 22px 16px;
		border-radius: 9px;
	}
}

@media (max-width: 640px) {
	.bghb-room-hero {
		gap: 8px !important;
	}

	.bghb-script,
	.bghb-room-intro,
	.bghb-gallery,
	.bghb-total-preview,
	.bghb-feature-row {
		margin-top: 0;
	}

	.bghb-room-copy h1 {
		padding-top: 40px;
	}

	.bghb-script {
		margin-bottom: 0;
	}

	.bghb-gallery {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.bghb-gallery-main {
		margin: 0;
	}

	.bghb-gallery-thumbs {
		display: grid;
		margin-top: 8px;
	}

	.bghb-total-preview {
		margin-bottom: 0;
	}

	.bghb-feature-row {
		margin-bottom: 0;
	}

	.bghb-total-preview small {
		display: block;
	}

	.bghb-total-preview,
	.bghb-feature-row,
	.bghb-room-copy > .bghb-btn {
		position: relative;
	}

	.bghb-feature-row {
		border-top: 1px solid rgba(238, 159, 35, 0.22);
		border-bottom: 1px solid rgba(238, 159, 35, 0.35);
	}

	.bghb-room-copy > .bghb-btn-gold {
		margin-top: 2px;
		box-shadow: 0 12px 26px rgba(238, 159, 35, 0.16);
	}

	.bghb-room-copy > .bghb-btn-outline {
		margin-top: 4px;
		background: rgba(0, 0, 0, 0.16);
	}
}

@media (max-width: 760px) {
	.bghb-room-results-page {
		padding: 0 14px 54px;
		background:
			radial-gradient(circle at 50% 0, rgba(238, 159, 35, 0.18), transparent 34%),
			linear-gradient(180deg, #050505 0%, #101010 300px, #fff9f1 300px, #fffaf5 100%);
	}

	.bghb-room-results-hero {
		padding: 46px 0 36px;
		text-align: left;
	}

	.bghb-room-results-hero h1 {
		font-size: clamp(34px, 12vw, 48px);
		line-height: 0.96;
	}

	.bghb-room-results-hero p:not(.bghb-room-results-eyebrow) {
		margin-left: 0;
		font-size: 14px;
	}

	.bghb-room-results-search .bghb-search-form,
	.bghb-search-form {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 20px;
		border-radius: 10px;
	}

	.bghb-search-heading h2 {
		font-size: 28px;
	}

	.bghb-room-results-list .bghb-room-grid {
		grid-template-columns: 1fr !important;
		gap: 18px;
	}

	.bghb-room-results-list .bghb-card-meta {
		grid-template-columns: 1fr;
	}

	.bghb-room-card__body {
		padding: 18px;
	}
}

/* Final room hero alignment: keep every room page consistent with Standard Room */
body.single-bghb_room .entry-header,
body.single-bghb_room .page-header,
body.single-bghb_room .post-header,
body.single-bghb_room .wp-block-post-title {
	display: none !important;
}

.bghb-room-detail .bghb-room-hero {
	min-height: auto !important;
	padding: clamp(46px, 5vw, 72px) clamp(22px, 5vw, 72px) 26px !important;
	gap: clamp(26px, 3.6vw, 48px);
}

.bghb-layout-split .bghb-room-hero {
	grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr) !important;
	align-items: start;
	column-gap: clamp(42px, 5.8vw, 86px) !important;
}

.bghb-room-copy {
	width: 100%;
	max-width: 470px !important;
	min-width: 0;
	align-self: center;
}

.bghb-breadcrumb {
	margin-bottom: clamp(18px, 2.4vw, 30px) !important;
}

.bghb-room-copy h1 {
	max-width: 100% !important;
	font-size: clamp(38px, 3.65vw, 54px) !important;
	line-height: 0.98 !important;
	overflow-wrap: normal;
	word-break: keep-all;
	text-wrap: balance;
}

.bghb-script {
	margin: 12px 0 18px !important;
	font-size: clamp(25px, 2.5vw, 34px) !important;
	line-height: 1.15;
}

.bghb-gallery-main {
	max-height: 520px;
}

.bghb-layout-split .bghb-gallery {
	align-self: start;
	margin-top: clamp(54px, 5vw, 84px) !important;
}

@media (max-width: 1180px) {
	.bghb-layout-split .bghb-room-hero {
		grid-template-columns: 1fr !important;
	}

	.bghb-room-copy {
		max-width: 760px !important;
	}

	.bghb-room-copy h1 {
		font-size: clamp(44px, 7.2vw, 70px) !important;
	}

	.bghb-layout-split .bghb-gallery {
		margin-top: 12px !important;
	}
}

@media (max-width: 640px) {
	body.single-bghb_room .entry-header,
	body.single-bghb_room .page-header,
	body.single-bghb_room .post-header {
		display: none !important;
	}

	.bghb-room-detail .bghb-room-hero {
		padding: 30px 18px 20px !important;
		gap: 10px !important;
	}

	.bghb-room-copy {
		display: contents;
		max-width: none !important;
	}

	.bghb-breadcrumb {
		margin-bottom: 8px !important;
		font-size: 10px !important;
		line-height: 1.35;
	}

	.bghb-room-copy h1 {
		max-width: 100% !important;
		font-size: clamp(30px, 8.8vw, 38px) !important;
		line-height: 1.04 !important;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.bghb-script {
		margin: 4px 0 4px !important;
		font-size: clamp(21px, 6.2vw, 26px) !important;
	}

	.bghb-gallery {
		margin-top: 10px !important;
	}

	.bghb-gallery-main {
		aspect-ratio: 1.35 / 1 !important;
		max-height: none;
	}

	.bghb-gallery-thumbs {
		margin-top: 7px !important;
	}

	.bghb-total-preview {
		padding-top: 8px !important;
	}
}

/* Final responsive polish for page results and room detail typography */
.bghb-room-results-page--embedded {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.bghb-room-results-page--embedded .bghb-room-results-hero {
	width: min(100% - clamp(28px, 7vw, 128px), var(--bghb-results-width));
}

.bghb-room-results-page--embedded .bghb-room-results-list {
	margin-top: 8px;
}

.bghb-room-results-page--embedded .bghb-room-results-hero {
	padding-bottom: clamp(24px, 3.2vw, 42px);
}

.bghb-room-results-page--embedded .bghb-room-results-summary {
	width: min(100% - clamp(28px, 7vw, 128px), var(--bghb-results-width));
	margin: 0 auto 16px;
	padding: 18px clamp(18px, 3vw, 26px);
	border-color: rgba(238, 159, 35, 0.34);
	background: rgba(255, 250, 242, 0.98);
}

.bghb-section h2,
.bghb-included h2,
.bghb-google-reviews-inner h2,
.bghb-related-rooms h2 {
	font-size: clamp(34px, 4.2vw, 52px) !important;
	line-height: 1.08 !important;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.bghb-booking-card h2 {
	font-size: clamp(34px, 4vw, 48px) !important;
	line-height: 1.08 !important;
	text-wrap: balance;
}

.bghb-related-room-card h3 {
	font-size: clamp(24px, 2.8vw, 34px) !important;
	line-height: 1.08 !important;
	overflow-wrap: anywhere;
}

.bghb-total-preview small {
	font-size: clamp(13px, 1vw, 15px) !important;
	line-height: 1.45 !important;
	color: #f5eadb !important;
}

.bghb-price-lines div:nth-child(2),
.bghb-price-lines div:nth-child(2) span,
.bghb-price-lines div:nth-child(2) strong {
	font-size: clamp(13px, 1.1vw, 15px) !important;
	line-height: 1.45 !important;
}

@media (max-width: 760px) {
	.bghb-room-results-page--embedded {
		padding-top: 0;
	}

	.bghb-room-results-page--embedded .bghb-room-results-hero {
		width: calc(100% - 32px);
		padding-top: 64px;
		padding-bottom: 28px;
	}

	.bghb-room-results-page--embedded .bghb-room-results-list {
		margin-top: 6px;
	}

	.bghb-room-results-page--embedded .bghb-room-results-summary {
		width: calc(100% - 28px);
		margin-bottom: 14px;
		padding: 13px 14px;
		gap: 4px;
	}

	.bghb-room-results-summary strong {
		font-size: 15px !important;
	}

	.bghb-room-results-summary span {
		font-size: 12px !important;
	}

	.bghb-room-results-hero h1 {
		max-width: 10.5ch;
		padding-top: 8px;
		font-size: clamp(31px, 10vw, 42px) !important;
		line-height: 1.02 !important;
	}

	.bghb-room-results-hero p:not(.bghb-room-results-eyebrow) {
		max-width: 32ch;
		font-size: 13px !important;
		line-height: 1.55 !important;
	}

	.bghb-section h2,
	.bghb-included h2,
	.bghb-google-reviews-inner h2,
	.bghb-related-rooms h2,
	.bghb-booking-card h2 {
		font-size: clamp(30px, 8.8vw, 38px) !important;
		line-height: 1.1 !important;
	}

	.bghb-related-room-card h3 {
		font-size: clamp(24px, 8vw, 32px) !important;
		line-height: 1.1 !important;
	}

	.bghb-total-preview small {
		margin-top: 4px !important;
		font-size: 12px !important;
		line-height: 1.45 !important;
	}

	.bghb-price-lines div:nth-child(2),
	.bghb-price-lines div:nth-child(2) span,
	.bghb-price-lines div:nth-child(2) strong {
		font-size: 12px !important;
	}
}
