/**
 * UI refinements — polish pass over main.css (do not rebuild theme).
 * Typography, spacing, header/hero/booking/amenities/rooms/gallery/footer.
 */

/* --------------------------------------------------------------------------
   Base typography & container
   -------------------------------------------------------------------------- */

body.mph-theme {
	font-size: 15.5px;
	line-height: 1.65;
}

.mph-container {
	width: min(1320px, calc(100% - 64px));
}

@media (max-width: 1440px) {
	.mph-container {
		width: min(1240px, calc(100% - 48px));
	}
}

.mph-section {
	padding: 84px 0;
}

.mph-section--rooms,
.mph-section--offer,
.mph-section--social-proof {
	padding-top: 76px;
	padding-bottom: 76px;
}

.mph-section__eyebrow {
	font-size: 11.5px;
	letter-spacing: 0.16em;
}

.mph-heading--section {
	font-size: clamp(2rem, 3.2vw, 2.75rem);
	line-height: 1.15;
}

.mph-section__header--split {
	align-items: center;
	margin-bottom: 2rem;
}

.mph-section__link {
	font-size: 14px;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

:root {
	--mph-header-height: 96px;
}

.mph-site-brand__mark {
	width: 56px;
	height: 56px;
	font-size: 1rem;
}

.mph-site-brand__line {
	font-size: 0.95rem;
}

.mph-site-brand__line--sub {
	font-size: 0.75rem;
}

.mph-site-brand__img,
.mph-header .custom-logo {
	max-height: 76px;
}

.mph-footer .mph-site-brand__img,
.mph-footer .custom-logo {
	max-height: 104px;
}

.mph-header__inner {
	gap: 1.75rem;
	padding-inline: 0;
}

.mph-nav__list {
	gap: 26px;
}

.mph-nav__list a {
	font-size: 13.5px;
}

.mph-nav__list .current-menu-item > a::after,
.mph-nav__list .current_page_item > a::after {
	bottom: -6px;
	height: 2.5px;
	background: var(--mph-color-accent);
}

.mph-header__actions {
	gap: 1.35rem;
}

.mph-header__hotline {
	font-size: 13px;
	gap: 12px;
}

.mph-header__hotline-number {
	font-size: 14px;
}

.mph-header__cta {
	padding: 12px 24px;
	min-height: 44px;
	border-radius: 8px;
}

.mph-header--scrolled {
	backdrop-filter: blur(10px);
	background: rgba(7, 59, 45, 0.96);
	box-shadow: 0 6px 28px rgba(3, 40, 31, 0.28);
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.mph-hero {
	min-height: 720px;
}

.mph-hero__overlay {
	background: linear-gradient(
		90deg,
		rgba(2, 44, 33, 0.96) 0%,
		rgba(2, 44, 33, 0.82) 34%,
		rgba(2, 44, 33, 0.38) 64%,
		rgba(2, 44, 33, 0.1) 100%
	);
}

.mph-hero__content {
	max-width: 600px;
	padding: calc(var(--mph-header-height) + 110px) 0 96px;
}

.mph-hero__tagline {
	font-size: 1.2rem;
	margin-bottom: 1.15rem;
}

.mph-hero__title {
	font-size: clamp(3.25rem, 6.2vw, 4.5rem);
	line-height: 0.98;
	margin-bottom: 1.15rem;
}

.mph-hero__title-line + .mph-hero__title-line {
	margin-top: 0.12em;
}

.mph-hero__stars {
	font-size: 1.15rem;
	margin-bottom: 1.35rem;
}

.mph-hero__subtitle {
	font-size: 1.05rem;
	margin-bottom: 2.15rem;
}

.mph-hero__actions {
	gap: 13px;
}

.mph-hero__actions .mph-btn {
	min-height: 46px;
	padding: 13px 24px;
	font-size: 14px;
	border-radius: 8px;
}

/* --------------------------------------------------------------------------
   Booking bar (base; mockup overrides in booking-bar.css)
   -------------------------------------------------------------------------- */

.mph-booking-bar {
	margin-top: -58px;
	scroll-margin-top: calc(var(--mph-header-height, 96px) + 16px);
}

.mph-booking-bar.is-booking-focus .mph-booking-bar__panel {
	box-shadow:
		0 0 0 2px rgba(201, 168, 76, 0.55),
		0 18px 40px rgba(3, 40, 31, 0.18);
	transition: box-shadow 0.35s ease;
}

.mph-booking-bar__panel {
	border-radius: 14px;
}

/* --------------------------------------------------------------------------
   About
   -------------------------------------------------------------------------- */

.mph-about {
	grid-template-columns: 0.9fr 1.25fr;
	gap: 70px;
}

.mph-about-gallery {
	gap: 14px;
	min-height: 520px;
}

.mph-about__badge {
	left: 48%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	min-width: 135px;
	min-height: 92px;
	padding: 18px 20px;
	box-shadow: 0 12px 32px rgba(3, 40, 31, 0.28);
}

.mph-about__badge-number {
	font-size: 2.35rem;
}

.mph-about__badge-text {
	font-size: 0.7rem;
	max-width: 9em;
	line-height: 1.35;
}

.mph-about__features {
	gap: 13px;
}

.mph-about__feature {
	font-size: 15px;
}

.mph-about__feature-icon {
	width: 24px;
	height: 24px;
}

.mph-section--about .mph-btn--secondary {
	padding: 13px 24px;
	min-height: 44px;
}

/* --------------------------------------------------------------------------
   Amenities — larger + SVG
   -------------------------------------------------------------------------- */

.mph-amenities-bar__list {
	min-height: 118px;
	padding: 26px 0;
	gap: 12px;
}

.mph-amenities-bar__item {
	gap: 9px;
	padding: 18px 10px 16px;
	border: 1px solid rgba(201, 168, 76, 0.38);
	background: linear-gradient(
		180deg,
		rgba(201, 168, 76, 0.07) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	transition:
		transform 0.35s ease,
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease;
}

.mph-amenities-bar__item:hover {
	border-color: rgba(201, 168, 76, 0.72);
	background: linear-gradient(
		180deg,
		rgba(201, 168, 76, 0.14) 0%,
		rgba(255, 255, 255, 0.04) 100%
	);
	box-shadow:
		inset 0 0 0 1px rgba(201, 168, 76, 0.18),
		0 8px 22px rgba(0, 0, 0, 0.18);
}

.mph-amenities-bar__icon {
	width: 34px;
	height: 34px;
	color: var(--mph-color-accent);
}

.mph-amenities-bar__icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

/* Kill emoji / character pseudo-icons from older CSS */
.mph-amenities-bar__icon::before {
	content: none !important;
}

.mph-amenities-bar__label {
	font-size: 13.5px;
	font-weight: 500;
	color: #f4f0e6;
}

/* --------------------------------------------------------------------------
   Rooms
   -------------------------------------------------------------------------- */

.mph-room-grid {
	gap: 26px;
}

.mph-room-card {
	box-shadow: 0 8px 28px rgba(15, 35, 28, 0.08);
}

.mph-room-card__media {
	aspect-ratio: 16 / 10;
}

.mph-room-card__body {
	padding: 20px 22px 22px;
}

.mph-room-card__title {
	font-size: 21px;
	margin-bottom: 0.85rem;
}

.mph-room-card__meta {
	font-size: 13px;
	gap: 0.55rem 1.1rem;
	color: #5c635c;
}

.mph-room-card__excerpt {
	font-size: 14.5px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mph-room-card__price strong {
	font-size: 1.35rem;
}

.mph-room-card__price-unit {
	font-size: 13px;
}

.mph-btn--outline-gold {
	min-height: 40px;
	padding: 10px 18px;
	font-size: 13px;
	border-radius: 8px;
}

/* --------------------------------------------------------------------------
   Offer
   -------------------------------------------------------------------------- */

.mph-offer-banner {
	min-height: 142px;
	padding: 34px 40px;
}

.mph-heading--offer {
	font-size: clamp(1.65rem, 2.8vw, 2.05rem);
	margin-bottom: 0.55rem;
}

.mph-offer-banner__text {
	font-size: 15px;
}

.mph-offer-banner__overlay {
	background: linear-gradient(
		90deg,
		rgba(2, 44, 33, 0.92) 0%,
		rgba(2, 44, 33, 0.72) 45%,
		rgba(2, 44, 33, 0.42) 100%
	);
}

.mph-offer-banner__cta {
	min-height: 46px;
	padding: 13px 24px;
	margin-right: 4px;
}

/* --------------------------------------------------------------------------
   Gallery + testimonial — compact mockup proportions
   -------------------------------------------------------------------------- */

.mph-social-proof {
	grid-template-columns: 1.15fr 0.85fr;
	gap: 28px;
}

.mph-social-proof__title {
	font-size: 11.5px;
	letter-spacing: 0.16em;
	margin-bottom: 0.85rem;
}

.mph-gallery-mosaic {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	height: 300px;
	gap: 12px;
	margin-bottom: 0.85rem;
}

.mph-social-proof__gallery-cta {
	align-self: flex-start;
	min-height: 40px;
	padding: 9px 16px;
	font-size: 13px;
}

.mph-testimonial-card {
	height: 300px;
	padding: 22px 22px 16px;
	box-shadow: 0 8px 24px rgba(15, 35, 28, 0.07);
}

.mph-testimonial__quote-mark {
	font-size: 3rem;
	color: var(--mph-color-secondary);
}

.mph-testimonial__quote {
	font-size: 14px;
	line-height: 1.65;
}

.mph-testimonial__avatar {
	width: 44px;
	height: 44px;
}

.mph-testimonial__author strong {
	font-size: 14px;
	font-weight: 700;
}

.mph-testimonial__stars {
	font-size: 12px;
	color: var(--mph-color-secondary);
}

.mph-slider__controls {
	margin-top: 0.75rem;
}

.mph-slider__btn {
	width: 32px;
	height: 32px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.mph-footer__grid {
	grid-template-columns: 1.4fr 0.9fr 1.15fr 1.25fr;
	gap: 40px 48px;
	padding-top: 72px;
	padding-bottom: 12px;
}

.mph-footer__title {
	font-size: 15.5px;
	margin-bottom: 1rem;
}

.mph-footer__about,
.mph-footer__list a,
.mph-footer__contact {
	font-size: 13.5px;
	line-height: 1.7;
}

.mph-footer__list li + li {
	margin-top: 9px;
}

.mph-footer__list a {
	position: relative;
	transition: color 0.25s ease, padding-left 0.25s ease;
}

.mph-footer__list a:hover {
	padding-left: 6px;
}

.mph-footer__map {
	min-height: 180px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
	padding: 5px;
}

.mph-footer__map iframe {
	width: 100%;
	min-height: 170px;
	height: 180px;
	border: 0;
}

.mph-footer__bottom {
	border-top: 1px solid rgba(201, 168, 76, 0.16);
}

.mph-footer__bottom-inner {
	padding: 20px 0 22px;
	justify-content: center;
	text-align: center;
}

.mph-footer__copyright {
	font-size: 13px;
	width: 100%;
	text-align: center;
}

/* --------------------------------------------------------------------------
   Responsive refinements
   -------------------------------------------------------------------------- */

@keyframes mph-badge-float-corner {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

@media (max-width: 1199px) {
	.mph-about {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.mph-about-gallery {
		min-height: 420px;
	}

	.mph-about__badge {
		left: 16px;
		bottom: 16px;
		transform: none;
		animation-name: mph-badge-float-corner;
	}

	.mph-social-proof {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.mph-gallery-mosaic,
	.mph-testimonial-card {
		height: 280px;
	}

	.mph-footer__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
}

@media (max-width: 767px) {
	.mph-container {
		width: calc(100% - 32px);
	}

	.mph-section {
		padding: 56px 0;
	}

	.mph-hero {
		min-height: 660px;
	}

	.mph-hero__title {
		font-size: clamp(2.5rem, 11vw, 3rem);
	}

	.mph-hero__content {
		padding: calc(var(--mph-header-height) + 72px) 0 72px;
	}

	.mph-booking-bar {
		margin-top: -28px;
	}

	.mph-gallery-mosaic {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		height: 240px;
	}

	.mph-gallery-mosaic__item--0,
	.mph-gallery-mosaic__item--1,
	.mph-gallery-mosaic__item--2,
	.mph-gallery-mosaic__item--3 {
		grid-column: auto;
		grid-row: auto;
		display: block;
	}

	.mph-testimonial-card {
		height: auto;
		min-height: 220px;
		padding: 22px 20px 16px;
	}

	.mph-testimonial__meta {
		flex-wrap: nowrap;
	}

	.mph-testimonial__stars {
		width: auto;
		margin-left: 0;
		margin-top: 2px;
	}

	.mph-footer__grid {
		grid-template-columns: 1fr;
		padding-top: 48px;
	}

	.mph-amenities-bar__item {
		flex: 0 0 140px;
	}

	.mph-amenities-bar__label {
		font-size: 12.5px;
	}
}
