.mpop-site {
	--mpop-ink: #172027;
	--mpop-muted: #5d6870;
	--mpop-line: #dde4e1;
	--mpop-surface: #f7faf8;
	--mpop-accent: #0d7a62;
	--mpop-warm: #c4843c;
	--mpop-deep: #10181e;
	background: #fff;
	color: var(--mpop-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	margin: 0;
}

body:has(.mpop-site),
body.mpop-full-page-active {
	margin: 0;
	overflow-x: hidden;
}

body:has(.mpop-site) .wp-site-blocks,
body:has(.mpop-site) main,
body:has(.mpop-site) .entry-content,
body:has(.mpop-site) .wp-block-post-content,
body.mpop-full-page-active .wp-site-blocks,
body.mpop-full-page-active main,
body.mpop-full-page-active .entry-content,
body.mpop-full-page-active .wp-block-post-content {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body:has(.mpop-site) .wp-site-blocks > header,
body:has(.mpop-site) .wp-site-blocks > footer,
body:has(.mpop-site) .wp-block-template-part,
body:has(.mpop-site) .wp-block-post-title,
body:has(.mpop-site) .entry-title,
body:has(.mpop-site) .site-header,
body:has(.mpop-site) .site-footer,
body:has(.mpop-site) header,
body:has(.mpop-site) footer,
body.mpop-full-page-active .wp-site-blocks > header,
body.mpop-full-page-active .wp-site-blocks > footer,
body.mpop-full-page-active .wp-block-template-part,
body.mpop-full-page-active .wp-block-post-title,
body.mpop-full-page-active .entry-title,
body.mpop-full-page-active .site-header,
body.mpop-full-page-active .site-footer,
body.mpop-full-page-active header,
body.mpop-full-page-active footer {
	display: none !important;
}

.mpop-site {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.mpop-site * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.mpop-hero {
	background:
		linear-gradient(90deg, rgba(16, 24, 30, .9), rgba(16, 24, 30, .34)),
		radial-gradient(circle at 88% 14%, rgba(196, 132, 60, .52), transparent 24rem),
		linear-gradient(135deg, #142329, #0d4d47 58%, #e1b15d);
	background-position: center;
	background-size: cover;
	color: #fff;
	display: grid;
	min-height: 92vh;
	padding: 24px clamp(18px, 5vw, 70px);
	position: relative;
}

.mpop-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}

.mpop-nav a {
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 11px 15px;
	text-decoration: none;
}

.mpop-hero-inner {
	align-self: center;
	max-width: 790px;
	padding: 48px 0 92px;
	position: relative;
	z-index: 2;
}

.mpop-kicker,
.mpop-eyebrow {
	color: var(--mpop-warm);
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.mpop-kicker {
	color: #ffd693;
}

.mpop-hero h1 {
	color: #fff;
	font-size: clamp(46px, 7vw, 92px);
	font-weight: 900;
	line-height: .98;
	margin: 0;
	max-width: 820px;
}

.mpop-lead {
	color: rgba(255, 255, 255, .88);
	font-size: clamp(18px, 2.4vw, 25px);
	margin: 24px 0 0;
	max-width: 650px;
}

.mpop-hero-actions,
.mpop-contact-card {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.mpop-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease;
}

.mpop-btn:hover {
	transform: translateY(-2px);
}

.mpop-btn-primary {
	background: var(--mpop-accent);
	box-shadow: 0 14px 34px rgba(13, 122, 98, .28);
	color: #fff;
}

.mpop-btn-light {
	background: rgba(255, 255, 255, .92);
	color: var(--mpop-deep);
}

.mpop-quick-panel {
	align-self: end;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 24px;
	padding: 18px;
	position: relative;
	z-index: 2;
}

.mpop-quick-panel span {
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	font-weight: 700;
}

.mpop-quick-panel strong {
	color: #fff;
	font-size: 22px;
}

.mpop-section {
	margin: 0 auto;
	max-width: 1180px;
	padding: 74px clamp(18px, 4vw, 34px);
}

.mpop-intro {
	align-items: end;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
}

.mpop-section h2 {
	color: var(--mpop-ink);
	font-size: clamp(30px, 4.6vw, 54px);
	line-height: 1.07;
	margin: 0;
}

.mpop-section p {
	color: var(--mpop-muted);
	font-size: 17px;
	margin: 0;
}

.mpop-room-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 0;
}

.mpop-room {
	background: var(--mpop-surface);
	border: 1px solid var(--mpop-line);
	border-radius: 8px;
	min-height: 232px;
	padding: 28px;
}

.mpop-room span {
	color: var(--mpop-accent);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.mpop-room h3 {
	font-size: 25px;
	line-height: 1.15;
	margin: 36px 0 12px;
}

.mpop-room strong {
	color: var(--mpop-warm);
	display: block;
	font-size: 20px;
	margin-top: 22px;
}

.mpop-booking {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, .85fr) minmax(340px, 1.15fr);
	padding-top: 0;
}

.mpop-booking-copy {
	position: sticky;
	top: 24px;
}

.mpop-booking-panel {
	background: #fff;
	border: 1px solid var(--mpop-line);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(23, 32, 39, .08);
	display: grid;
	gap: 16px;
	padding: 24px;
}

.mpop-booking-row {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mpop-field {
	display: grid;
	gap: 7px;
}

.mpop-field label {
	color: var(--mpop-ink);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.mpop-field input,
.mpop-field select {
	appearance: none;
	background: #f8fbf9;
	border: 1px solid var(--mpop-line);
	border-radius: 8px;
	color: var(--mpop-ink);
	font: inherit;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.mpop-price-box {
	align-items: center;
	background: var(--mpop-deep);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 2px;
	grid-template-columns: 1fr auto;
	padding: 18px;
}

.mpop-price-box span,
.mpop-price-box small {
	color: rgba(255, 255, 255, .75);
	font-weight: 700;
}

.mpop-price-box strong {
	color: #fff;
	font-size: 32px;
	grid-row: span 2;
	line-height: 1;
}

.mpop-facilities {
	background: var(--mpop-deep);
	color: #fff;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
	max-width: none;
	padding-left: max(clamp(18px, 5vw, 70px), calc((100vw - 1180px) / 2));
	padding-right: max(clamp(18px, 5vw, 70px), calc((100vw - 1180px) / 2));
}

.mpop-facilities h2 {
	color: #fff;
}

.mpop-facility-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mpop-facility-grid span {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	color: rgba(255, 255, 255, .92);
	font-weight: 800;
	padding: 18px;
}

.mpop-section-head {
	margin-bottom: 28px;
}

.mpop-centered {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	text-align: center;
}

.mpop-centered .mpop-eyebrow {
	color: #ef6461;
}

.mpop-centered h2 {
	margin-bottom: 14px;
}

.mpop-centered p {
	color: var(--mpop-muted);
	font-size: 18px;
}

.mpop-gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mpop-gallery figure {
	background: #edf2ef;
	border-radius: 8px;
	margin: 0;
	overflow: hidden;
}

.mpop-gallery img,
.mpop-photo-placeholder {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mpop-photo-placeholder {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(13, 122, 98, .16), rgba(196, 132, 60, .18)),
		#eef4f0;
	color: #607068;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 190px;
	text-transform: uppercase;
}

.mpop-amenities {
	background: #fff;
}

.mpop-amenity-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mpop-amenity-grid article {
	background: #fff;
	border: 1px solid #e8ece9;
	border-radius: 8px;
	border-top: 4px solid #ef6461;
	box-shadow: 0 12px 28px rgba(23, 32, 39, .05);
	min-height: 150px;
	padding: 24px;
}

.mpop-amenity-grid strong {
	color: var(--mpop-ink);
	display: block;
	font-size: 19px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.mpop-amenity-grid span {
	color: var(--mpop-muted);
	display: block;
	font-size: 16px;
}

.mpop-map-section {
	background: var(--mpop-deep);
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
	padding: 74px max(clamp(18px, 5vw, 70px), calc((100vw - 1180px) / 2));
}

.mpop-map-copy h2 {
	color: #fff;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	margin: 0 0 16px;
}

.mpop-map-copy p {
	color: rgba(255, 255, 255, .78);
	font-size: 17px;
	margin: 0 0 24px;
}

.mpop-map-frame {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 8px;
	min-height: 440px;
	overflow: hidden;
}

.mpop-map-frame iframe,
.mpop-map-placeholder {
	border: 0;
	display: block;
	height: 100%;
	min-height: 440px;
	width: 100%;
}

.mpop-map-placeholder {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(13, 122, 98, .38), rgba(196, 132, 60, .24)),
		var(--mpop-deep);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px;
	text-align: center;
}

.mpop-map-placeholder strong {
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.05;
}

.mpop-map-placeholder span {
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
	margin-top: 16px;
	max-width: 580px;
}

.mpop-contact {
	align-items: center;
	background: #f4f7f5;
	border-top: 1px solid var(--mpop-line);
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
	max-width: none;
	padding-left: max(clamp(18px, 5vw, 70px), calc((100vw - 1180px) / 2));
	padding-right: max(clamp(18px, 5vw, 70px), calc((100vw - 1180px) / 2));
}

.mpop-contact-card {
	background: #fff;
	border: 1px solid var(--mpop-line);
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(23, 32, 39, .08);
	margin: 0;
	padding: 24px;
}

.mpop-contact-card .mpop-btn {
	width: 100%;
}

.mpop-contact-card .mpop-btn-light {
	background: #eef4f0;
}

.mpop-map-link {
	color: var(--mpop-accent);
	font-weight: 800;
	text-decoration: none;
}

.mpop-faq {
	background: #fff;
}

.mpop-faq-list {
	display: grid;
	gap: 14px;
	margin: 0 auto;
	max-width: 900px;
}

.mpop-faq-list details {
	background: #fff;
	border: 1px solid #e7ebe8;
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(23, 32, 39, .04);
	overflow: hidden;
}

.mpop-faq-list details[open] {
	border-color: #ef6461;
}

.mpop-faq-list summary {
	align-items: center;
	color: var(--mpop-ink);
	cursor: pointer;
	display: flex;
	font-size: 20px;
	font-weight: 900;
	justify-content: space-between;
	list-style: none;
	min-height: 78px;
	padding: 22px 26px;
}

.mpop-faq-list summary::-webkit-details-marker {
	display: none;
}

.mpop-faq-list summary::after {
	color: #ef6461;
	content: "+";
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

.mpop-faq-list details[open] summary::after {
	content: "-";
}

.mpop-faq-list p {
	border-top: 1px solid #edf1ee;
	color: var(--mpop-muted);
	font-size: 17px;
	margin: 0;
	padding: 0 26px 24px;
}

@media (max-width: 860px) {
	.mpop-hero {
		min-height: 86vh;
	}

	.mpop-quick-panel,
	.mpop-intro,
	.mpop-booking,
	.mpop-facilities,
	.mpop-map-section,
	.mpop-contact {
		grid-template-columns: 1fr;
	}

	.mpop-booking-copy {
		position: static;
	}

	.mpop-room-grid,
	.mpop-amenity-grid,
	.mpop-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.mpop-nav {
		justify-content: flex-start;
	}

	.mpop-nav a {
		font-size: 13px;
		padding: 10px 12px;
	}

	.mpop-hero-inner {
		padding-bottom: 40px;
	}

	.mpop-quick-panel,
	.mpop-room-grid,
	.mpop-booking-row,
	.mpop-facility-grid,
	.mpop-amenity-grid,
	.mpop-gallery {
		grid-template-columns: 1fr;
	}

	.mpop-btn {
		width: 100%;
	}

	.mpop-faq-list summary {
		font-size: 17px;
		min-height: 66px;
		padding: 18px;
	}

	.mpop-faq-list p {
		padding: 0 18px 20px;
	}
}
