.numihotel-room-single {
	--numi-ink: #232323;
	--numi-muted: #6f6c68;
	--numi-accent: #c09a76;
	--numi-accent-soft: #f3ebe2;
	--numi-night: #171717;
	--numi-surface: #ffffff;
	--numi-background: #f5f4f1;
	--numi-border: rgb(35 35 35 / 10%);
	background: var(--numi-background);
	color: var(--numi-ink);
	font-family: Poppins, sans-serif;
}

.numihotel-room-shell {
	width: min(1140px, calc(100% - 48px));
	margin-inline: auto;
}

.numihotel-room-hero {
	position: relative;
	display: grid;
	min-height: clamp(440px, 58vw, 650px);
	place-items: end stretch;
	overflow: hidden;
	background: var(--numi-night);
}

.numihotel-room-hero__media,
.numihotel-room-hero__overlay {
	position: absolute;
	inset: 0;
}

.numihotel-room-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.numihotel-room-hero__overlay {
	background:
		linear-gradient(180deg, rgb(10 10 10 / 22%) 5%, rgb(10 10 10 / 70%) 100%),
		linear-gradient(90deg, rgb(10 10 10 / 45%), transparent 75%);
}

.numihotel-room-hero__content {
	position: relative;
	z-index: 1;
	padding-block: 88px 116px;
	color: #fff;
}

.numihotel-room-eyebrow,
.numihotel-room-section-label {
	margin: 0 0 16px;
	color: var(--numi-accent);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.numihotel-room-eyebrow {
	display: flex;
	align-items: center;
	color: #e7cdb5;
}

.numihotel-room-eyebrow::before,
.numihotel-room-section-label::before {
	display: inline-block;
	width: 38px;
	height: 1px;
	margin-right: 12px;
	background: currentColor;
	content: "";
	vertical-align: middle;
}

.numihotel-room-hero h1 {
	max-width: 1040px;
	margin: 0;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: clamp(34px, 5vw, 68px);
	font-weight: 500;
	line-height: 1.08;
	text-wrap: balance;
}

.numihotel-room-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 28px;
	color: rgb(255 255 255 / 68%);
	font-size: 11px;
	text-transform: uppercase;
}

.numihotel-room-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.numihotel-room-gallery {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr) minmax(250px, 1fr);
	grid-template-rows: repeat(2, 230px);
	gap: 12px;
	margin-top: -64px;
	padding: 12px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 24px 70px rgb(31 26 21 / 14%);
}

.numihotel-room-gallery__item {
	position: relative;
	display: block;
	overflow: hidden;
	background: #ddd8d2;
}

.numihotel-room-gallery__item--hidden {
	display: none !important;
}

.numihotel-room-gallery__item--1 {
	grid-row: 1 / span 2;
}

.numihotel-room-gallery__item:only-child {
	grid-column: 1 / -1;
}

.numihotel-room-gallery__item:nth-child(2):last-child {
	grid-row: 1 / span 2;
	grid-column: 2 / -1;
}

.numihotel-room-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.numihotel-room-gallery__item:hover img,
.numihotel-room-gallery__item:focus-visible img {
	transform: scale(1.035);
}

.numihotel-room-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 30px;
	align-items: start;
	padding-block: 72px 96px;
}

.numihotel-room-card,
.numihotel-room-booking {
	border: 1px solid var(--numi-border);
	background: var(--numi-surface);
}

.numihotel-room-content {
	padding: clamp(32px, 5vw, 64px);
}

.numihotel-room-content__header h2,
.numihotel-room-amenities__header h2,
.numihotel-room-booking h2,
.numihotel-room-related__header h2 {
	margin: 0;
	color: var(--numi-ink);
	font-family: Poppins, sans-serif;
	font-weight: 500;
	line-height: 1.22;
}

.numihotel-room-content__header h2 {
	max-width: 760px;
	font-size: clamp(28px, 3.7vw, 46px);
	text-wrap: balance;
}

.numihotel-room-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin-top: 28px;
	padding-block: 22px;
	border-block: 1px solid var(--numi-border);
}

.numihotel-room-facts span {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	color: #4c4946;
	font-size: 13px;
}

.numihotel-room-facts svg {
	width: 20px;
	height: 20px;
	color: var(--numi-accent);
}

.numihotel-room-description {
	margin-top: 36px;
	color: var(--numi-muted);
	font-size: 15px;
	line-height: 1.9;
}

.numihotel-room-description > :first-child {
	margin-top: 0;
}

.numihotel-room-description > :last-child {
	margin-bottom: 0;
}

.numihotel-room-amenities {
	margin-top: 52px;
	padding-top: 44px;
	border-top: 1px solid var(--numi-border);
}

.numihotel-room-amenities__header h2 {
	font-size: clamp(24px, 3vw, 34px);
}

.numihotel-room-amenities__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.numihotel-room-amenities__grid li {
	display: flex;
	gap: 13px;
	align-items: center;
	min-height: 78px;
	padding: 12px;
	border: 1px solid var(--numi-border);
	background: #faf9f7;
	color: #373431;
	font-size: 13px;
}

.numihotel-room-amenities__icon {
	display: grid;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 2px;
	background: var(--numi-accent-soft);
	color: var(--numi-accent);
}

.numihotel-room-amenities__icon svg,
.numihotel-room-amenities__icon img {
	width: 23px;
	height: 23px;
	object-fit: contain;
}

.numihotel-room-booking {
	position: sticky;
	top: 32px;
	padding: 38px 32px;
	border-color: #232323;
	background: var(--numi-night);
	box-shadow: 0 24px 58px rgb(25 22 19 / 18%);
	color: rgb(255 255 255 / 70%);
}

.admin-bar .numihotel-room-booking {
	top: 64px;
}

.numihotel-room-booking h2 {
	color: #fff;
	font-size: 28px;
}

.numihotel-room-booking > p:not(.numihotel-room-section-label) {
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.75;
}

.numihotel-room-booking__price {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgb(255 255 255 / 12%);
}

.numihotel-room-booking__price span {
	font-size: 11px;
	text-transform: uppercase;
}

.numihotel-room-booking__price strong {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
}

.numihotel-room-booking__primary,
.numihotel-room-booking__secondary {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 28px;
	padding: 14px 18px;
	border: 1px solid var(--numi-accent);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.numihotel-room-booking__primary {
	justify-content: center;
	background: var(--numi-accent);
	color: #fff !important;
}

.numihotel-room-booking__secondary {
	margin-top: 10px;
	border-color: rgb(255 255 255 / 24%);
	color: #fff !important;
}

.numihotel-room-booking__primary:hover,
.numihotel-room-booking__primary:focus-visible {
	background: #aa805a;
	color: #fff !important;
}

.numihotel-room-booking__secondary:hover,
.numihotel-room-booking__secondary:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--numi-night) !important;
}

.numihotel-room-booking__tertiary {
	display: block;
	margin-top: 18px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.numihotel-room-related {
	padding-block: 88px;
	background: #ebe9e5;
}

.numihotel-room-related__header {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
	margin-bottom: 36px;
}

.numihotel-room-related__header h2 {
	font-size: clamp(28px, 4vw, 42px);
}

.numihotel-room-related__header > a,
.numihotel-room-related__link {
	color: var(--numi-ink);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

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

.numihotel-room-related__item {
	margin: 0;
	background: #fff;
}

.numihotel-room-related__media {
	display: block;
	height: 260px;
	overflow: hidden;
	background: #d8d5d0;
}

.numihotel-room-related__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.numihotel-room-related__item:hover .numihotel-room-related__media img {
	transform: scale(1.03);
}

.numihotel-room-related__body {
	padding: 25px;
}

.numihotel-room-related__body > p {
	min-height: 18px;
	margin: 0 0 10px;
	color: var(--numi-accent);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.numihotel-room-related__body h3 {
	min-height: 78px;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}

.numihotel-room-related__body h3 a {
	color: var(--numi-ink);
	text-decoration: none;
}

.numihotel-reservation-is-loading {
	overflow: hidden;
}

.numihotel-reservation-loader[hidden] {
	display: none;
}

.numihotel-reservation-loader {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgb(23 23 23 / 94%);
	opacity: 0;
	transition: opacity 0.22s ease;
}

.numihotel-reservation-loader.is-visible {
	opacity: 1;
}

.numihotel-reservation-loader__content {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 420px;
	color: #fff;
	text-align: center;
}

.numihotel-reservation-loader__spinner {
	width: 58px;
	height: 58px;
	margin-bottom: 26px;
	border: 3px solid rgb(255 255 255 / 18%);
	border-top-color: var(--numi-accent);
	border-radius: 50%;
	animation: numihotel-reservation-spin 0.8s linear infinite;
}

.numihotel-reservation-loader__content strong {
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 500;
}

.numihotel-reservation-loader__content > span:last-child {
	margin-top: 10px;
	color: rgb(255 255 255 / 68%);
	font-size: 14px;
}

@keyframes numihotel-reservation-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1024px) {
	.numihotel-room-gallery {
		grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
	}

	.numihotel-room-gallery__item:nth-child(n + 4) {
		display: none;
	}

	.numihotel-room-layout {
		grid-template-columns: minmax(0, 1fr) 310px;
	}

	.numihotel-room-amenities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.numihotel-room-shell {
		width: min(100% - 32px, 1140px);
	}

	.numihotel-room-hero {
		min-height: 500px;
	}

	.numihotel-room-hero__content {
		padding-block: 90px 68px;
	}

	.numihotel-room-hero h1 {
		font-size: clamp(30px, 10vw, 44px);
	}

	.numihotel-room-breadcrumb {
	display: none;
	}

	.numihotel-room-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 250px 140px;
		gap: 7px;
		margin-top: 0;
		padding: 7px;
		border-radius: 0;
	}

	.numihotel-room-gallery__item--1 {
		grid-row: auto;
		grid-column: 1 / -1;
	}

	.numihotel-room-gallery__item:nth-child(n + 4) {
		display: none;
	}

	.numihotel-room-layout {
		grid-template-columns: 1fr;
		padding-block: 42px 64px;
	}

	.numihotel-room-content {
		padding: 32px 22px;
	}

	.numihotel-room-content__header h2 {
		font-size: 28px;
	}

	.numihotel-room-facts {
		align-items: flex-start;
		flex-direction: column;
	}

	.numihotel-room-amenities {
		margin-top: 40px;
		padding-top: 34px;
	}

	.numihotel-room-amenities__grid {
		grid-template-columns: 1fr;
	}

	.numihotel-room-booking,
	.admin-bar .numihotel-room-booking {
		position: static;
	}

	.numihotel-room-related {
		padding-block: 64px;
	}

	.numihotel-room-related__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.numihotel-room-related__grid {
		grid-template-columns: 1fr;
	}

	.numihotel-room-related__body h3 {
		min-height: 0;
	}
}
