/*!
Theme Name: Hotel-Royal
Theme URI: http://rosanthapa.com.np/
Author: Roshan Kumar Thapa
Author URI: http://rosanthapa.com.np
Description: Dynamic and responsive hotel WordPress theme for Hotel Royal King's, featuring a modern homepage slider, room showcases, amenities sections, gallery support, and easy customization through the WordPress Customizer.
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hotel-theme
Tags: custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
	--color-primary: #2a6f62;
	--color-dark: #201b17;
	--color-ink: #2f2a26;
	--color-soft: #7c746c;
	--color-bg: #f7f5f1;
	--color-white: #ffffff;
	--color-green: #214a3b;
	--container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

section[id] {
	scroll-margin-top: 92px;
}

body {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: var(--color-ink);
	background: var(--color-white);
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

video,
iframe {
	max-width: 100%;
	height: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Cormorant Garamond", serif;
	color: var(--color-dark);
	line-height: 1.1;
	margin: 0 0 14px;
}

p {
	margin: 0 0 16px;
	color: var(--color-soft);
}

.container {
	width: min(var(--container), calc(100% - 2rem));
	margin: 0 auto;
}

.narrow {
	max-width: 760px;
	text-align: center;
}

.site-content {
	min-height: 40vh;
}

.hotel-home {
	margin-top: 0;
	padding-top: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.site-header.front-header {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(14, 13, 12, 0.66) 0%, rgba(14, 13, 12, 0.36) 70%, rgba(14, 13, 12, 0) 100%);
	box-shadow: none;
}

.home .site-content {
	margin-top: 0;
	padding-top: 0;
}

.home .hero-slider {
	margin-top: 0;
}

.header-top-strip {
	background: #172027;
}

.top-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 46px;
}

.top-strip-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.78rem;
}

.top-contact-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.9);
	transition: color 0.2s ease;
}

.top-contact-link:hover {
	color: #fff;
}

.top-contact-link i {
	margin-right: 6px;
	color: #9fcfc6;
}

.header-main-bar {
	background: linear-gradient(180deg, #ffffff 0%, #f8f6f2 100%);
	border-top: 1px solid #eee7db;
	border-bottom: 1px solid #e6dece;
}

.topbar-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 28px;
	padding: 12px 0;
}

.custom-logo {
	max-height: 58px;
	width: auto;
}

.site-branding {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
}

.site-title {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--color-dark);
}

.main-navigation {
	justify-self: end;
	position: relative;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation a {
	font-size: 0.8rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 700;
	color: #24303a;
	padding: 10px 14px;
	display: inline-block;
	border-radius: 3px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.main-navigation a:hover {
	color: #fff;
	background: var(--color-primary);
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	color: #fff;
	background: var(--color-primary);
}

.menu-toggle {
	display: none;
	background: transparent;
	border: 1px solid #d5d0c6;
	color: #222;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 3px;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	background: var(--color-primary);
	color: #fff;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	border-radius: 2px;
	font-weight: 600;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-primary:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.header-book-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	background: var(--color-primary);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 3px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-book-btn:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.hero-slider {
	position: relative;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	min-height: clamp(560px, 88vh, 860px);
	overflow: hidden;
	background: #10151b;
}

.hero-slider-track {
	position: relative;
	min-height: inherit;
}

.hero-slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.55s ease;
	display: flex;
	align-items: center;
}

.hero-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(112deg, rgba(9, 15, 23, 0.58) 2%, rgba(9, 15, 23, 0.28) 46%, rgba(9, 15, 23, 0.08) 74%),
		linear-gradient(0deg, rgba(5, 7, 10, 0.2) 0%, rgba(5, 7, 10, 0.02) 36%);
}

.hero-layout {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hero-content {
	position: relative;
	color: #fff;
	text-align: left;
	padding: 44px 42px 40px;
	max-width: 560px;
	margin: 0 0 8vh;
	background: linear-gradient(165deg, rgba(12, 20, 30, 0.44) 0%, rgba(12, 20, 30, 0.14) 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(2px);
	border-radius: 14px;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.32);
	animation: heroContentIn 0.6s ease;
}

.hero-content::before {
	content: "";
	display: block;
	width: 76px;
	height: 3px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
}

.hero-kicker {
	display: inline-block;
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: rgba(239, 250, 255, 0.92);
	font-weight: 700;
}

.hero-content h1 {
	color: #fff;
	font-size: clamp(2rem, 3.9vw, 4rem);
	margin-bottom: 14px;
	line-height: 1.04;
	text-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
}

.hero-text {
	color: rgba(244, 249, 252, 0.92);
	max-width: 520px;
	margin: 0 0 30px;
	font-size: 1.03rem;
	line-height: 1.68;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hero-content .btn-primary {
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.hero-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	background: rgba(16, 22, 29, 0.44);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-nav:hover {
	background: rgba(16, 22, 29, 0.72);
	transform: translateY(-50%) scale(1.04);
}

.hero-prev {
	left: 28px;
}

.hero-next {
	right: 28px;
}

.hero-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 3;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.hero-dot {
	width: 34px;
	height: 6px;
	border-radius: 999px;
	border: 0;
	background: rgba(255, 255, 255, 0.35);
	padding: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-dot.is-active {
	background: var(--color-primary);
	transform: scaleX(1.08);
}

@keyframes heroContentIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.intro-section {
	padding: 90px 0;
	background: #fff;
}

.intro-section h2 {
	font-size: clamp(2rem, 3.2vw, 3rem);
	margin-bottom: 18px;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 52px;
}

.feature-card {
	background: #fbf8f3;
	border: 1px solid #eee7dc;
	padding: 26px 24px;
	text-align: center;
}

.feature-card h3 {
	font-size: 1.32rem;
	margin-bottom: 8px;
}

.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f3e8d7;
	color: var(--color-primary);
	margin-bottom: 10px;
	font-size: 1rem;
}

.rooms-section {
	padding: 85px 0;
	background: #fff;
}

.section-head {
	text-align: center;
	margin-bottom: 40px;
}

.section-head span {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.68rem;
	font-weight: 600;
	color: #9f9588;
	margin-bottom: 8px;
}

.section-head h2 {
	font-size: clamp(2rem, 3.4vw, 3rem);
}

.rooms-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.room-card {
	border: 1px solid #d9d9d9;
	background: #f5f5f5;
	padding: 28px;
	text-align: center;
}

.room-thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.room-content {
	padding: 0;
}

.room-content h3,
.room-content h2 {
	font-size: 2.25rem;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.room-content h3 a {
	color: #171717;
}

.room-price {
	font-size: 1.1rem;
	color: #242424;
	margin: 18px 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
	font-family: "Inter", sans-serif;
}

.room-price strong {
	color: var(--color-primary);
	font-weight: 700;
}

.room-highlights {
	display: flex;
	justify-content: center;
	gap: 34px;
	margin-bottom: 12px;
}

.room-highlights span {
	color: #8c8c8c;
	font-size: 0.93rem;
	font-weight: 600;
}

.room-meta {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 16px 0 0;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #8f877d;
}

.room-facilities {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 20px 0 18px;
}

.room-facilities span {
	width: 52px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #b5b5b5;
	border-right: 1px solid #d0d0d0;
}

.room-facilities span:last-child {
	border-right: 0;
}

.room-discover {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
	font-weight: 700;
	color: #10223a;
	padding-top: 10px;
}

.room-discover::before,
.room-discover::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 74px;
	height: 1px;
	background: #d6d6d6;
}

.room-discover::before {
	right: 100%;
	margin-right: 16px;
}

.room-discover::after {
	left: 100%;
	margin-left: 16px;
}

.amenities-section {
	background: var(--color-green);
	padding: 80px 0;
}

.section-head.light span,
.section-head.light h2 {
	color: #fff;
}

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

.amenity-item {
	text-align: center;
	padding: 22px 12px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #e9f1ee;
}

.amenity-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	margin-bottom: 8px;
}

.amenity-icon i {
	font-size: 14px;
}

.amenity-item h3 {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 4px;
}

.amenity-item p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
}

.gallery-section {
	padding: 85px 0;
	background: #fff;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.gallery-card {
	margin: 0;
	border: 1px solid #e8e1d6;
	background: #fbf8f3;
	overflow: hidden;
}

.gallery-media img,
.gallery-media iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	display: block;
	border: 0;
}

.deferred-video {
	position: relative;
}

.deferred-video-trigger {
	width: 100%;
	padding: 0;
	border: 0;
	background: #111;
	position: relative;
	cursor: pointer;
}

.deferred-video-trigger img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.deferred-video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 48px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.68);
}

.deferred-video-play::before {
	content: "";
	position: absolute;
	left: 27px;
	top: 15px;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #fff;
}

.gallery-media img {
	object-fit: cover;
}

.gallery-card figcaption {
	padding: 10px 12px;
	font-size: 0.86rem;
	color: #6f685f;
	text-align: left;
	display: grid;
	gap: 4px;
}

.gallery-card figcaption strong {
	color: #26221d;
	font-size: 1rem;
}

.gallery-card figcaption strong a:hover,
.gallery-link:hover {
	color: var(--color-primary);
}

.gallery-card figcaption span {
	color: #7f766d;
}

.gallery-type {
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	color: var(--color-primary) !important;
	font-weight: 700;
}

.single-gallery-video iframe {
	width: 100%;
	min-height: 440px;
	border: 0;
	margin-bottom: 20px;
}

.single-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 20px;
}

.gallery-view-trigger {
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.gallery-view-trigger img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 1px solid #e8e1d6;
}

.gallery-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.92);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

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

.gallery-lightbox-image {
	max-width: 86vw;
	max-height: 84vh;
	object-fit: contain;
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
	position: absolute;
	border: 0;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	width: 44px;
	height: 44px;
	font-size: 1.6rem;
	cursor: pointer;
}

.gallery-lightbox-close {
	top: 20px;
	right: 20px;
}

.gallery-lightbox-prev {
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.gallery-lightbox-next {
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.nearby-section {
	padding: 85px 0;
	background: #fff;
}

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

.nearby-card {
	border: 1px solid #eee7dc;
	background: #fcfaf6;
	padding: 20px 16px;
	text-align: center;
}

.nearby-media {
	margin: 0 0 12px;
	border-radius: 8px;
	overflow: hidden;
}

.nearby-media img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.nearby-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #efe0ca;
	color: var(--color-primary);
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.nearby-card h3 {
	font-size: 1.22rem;
	margin-bottom: 4px;
}

.nearby-distance {
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8f877d;
	margin-bottom: 6px;
}

.blog-section {
	padding: 85px 0;
	background: #fff;
}

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

.blog-card {
	border: 1px solid #eee7dc;
	background: #fcfaf6;
	overflow: hidden;
}

.blog-thumb {
	display: block;
}

.blog-thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.blog-content {
	padding: 18px 16px 20px;
}

.blog-meta {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8f877d;
	margin-bottom: 8px;
}

.blog-card h3 {
	font-size: 1.2rem;
	margin-bottom: 8px;
}

.blog-card h3 a {
	color: #202020;
}

.blog-readmore {
	display: inline-block;
	margin-top: 6px;
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.blog-readmore:hover {
	opacity: 0.85;
}

.testimonials-section {
	padding: 85px 0;
	background: #f9f6f1;
}

.testimonials-section .section-head p {
	max-width: 660px;
	margin: 0 auto;
}

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

.testimonial-card {
	background: #fff;
	border: 1px solid #ede4d7;
	border-radius: 10px;
	padding: 22px 18px;
	box-shadow: 0 12px 26px rgba(33, 24, 14, 0.06);
}

.testimonial-rating {
	display: inline-flex;
	gap: 4px;
	margin-bottom: 10px;
}

.testimonial-star {
	color: #d4cec3;
	font-size: 0.9rem;
}

.testimonial-star.is-active {
	color: #d79a2f;
}

.testimonial-quote {
	color: #4f473e;
	font-size: 0.97rem;
	line-height: 1.68;
	margin-bottom: 14px;
}

.testimonial-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.testimonial-avatar {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.testimonial-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-author-meta h3 {
	font-size: 1.02rem;
	margin-bottom: 2px;
}

.testimonial-author-meta span {
	color: #8b8073;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.contact-section {
	padding: 85px 0;
	background: #fff;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 28px;
	align-items: start;
}

.contact-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 14px;
}

.contact-details li {
	padding: 12px 14px;
	border: 1px solid #ece5da;
	background: #fcfaf6;
	color: #5f584f;
}

.contact-map iframe {
	width: 100%;
	min-height: 320px;
	border: 0;
}

.site-footer {
	background: var(--color-dark);
	color: rgba(255, 255, 255, 0.8);
	padding-top: 62px;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	padding-bottom: 36px;
}

.footer-col h3,
.footer-col .widget-title {
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.footer-col p,
.footer-col li,
.footer-col a {
	color: rgba(255, 255, 255, 0.76);
}

.footer-col ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: grid;
	gap: 8px;
}

.footer-bottom {
	text-align: center;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-wrap {
	padding: 100px 0 70px;
}

.page-header {
	margin-bottom: 26px;
}

.page-title,
.entry-title {
	font-size: clamp(2rem, 3.3vw, 2.8rem);
}

.narrow-room {
	max-width: 860px;
}

.single-post .narrow-room {
	max-width: 920px;
}

.single-post article.post {
	background: #fff;
	border: 1px solid #ece5da;
	padding: clamp(1.1rem, 2.2vw, 2rem);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(26, 20, 14, 0.08);
}

.single-post .entry-header {
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0eade;
}

.single-post .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 0.84rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #8b8073;
}

.single-post .post-thumbnail {
	margin: 0 0 18px;
	border-radius: 8px;
	overflow: hidden;
}

.single-post .post-thumbnail img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.single-post .entry-content {
	font-size: 1.02rem;
	line-height: 1.78;
	color: #3e372f;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
	margin-top: 1.6rem;
	margin-bottom: 0.7rem;
}

.single-post .entry-content p,
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .entry-content blockquote {
	margin-bottom: 1rem;
}

.single-post .entry-content a {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-post .entry-content blockquote {
	margin-inline: 0;
	padding: 0.85rem 1rem;
	background: #faf6ef;
	border-left: 3px solid var(--color-primary);
	color: #4a433a;
}

.single-post .entry-footer {
	margin-top: 1.2rem;
	padding-top: 0.9rem;
	border-top: 1px solid #f0eade;
	font-size: 0.9rem;
	color: #6f675d;
}

.single-post .post-navigation {
	margin-top: 1.2rem;
	border: 1px solid #ece5da;
	background: #fcfaf6;
	border-radius: 8px;
	padding: 0.8rem 1rem;
}

.single-post .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.single-post .post-navigation a {
	display: block;
	color: #2f2a26;
}

.single-post .post-navigation .nav-subtitle {
	display: block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #8e8478;
	margin-bottom: 4px;
}

.single-post .post-navigation .nav-title {
	font-weight: 700;
	line-height: 1.35;
}

.single-post .comments-area {
	margin-top: 1.2rem;
	border: 1px solid #ece5da;
	background: #fff;
	border-radius: 10px;
	padding: clamp(1rem, 2vw, 1.5rem);
}

.single-post .comments-title {
	font-size: 1.3rem;
	margin-bottom: 0.8rem;
}

.single-room-thumb {
	margin: 20px 0;
}

.room-meta-inline {
	margin-bottom: 20px;
}

.entry-content img {
	margin: 20px 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.scroll-to-top {
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: var(--color-primary);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 1200;
}

.scroll-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-to-top:hover {
	opacity: 0.95;
}

@media (max-width: 1024px) {
	.feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.amenities-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.nearby-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.single-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 860px) {
	.top-strip-left .top-contact-link:not(:first-child) {
		display: none;
	}

	.topbar-inner {
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 14px;
	}

	.top-strip-inner {
		min-height: auto;
		padding: 8px 0;
	}

	.top-strip-left {
		font-size: 0.72rem;
		gap: 12px;
	}

	.site-branding {
		justify-self: start;
	}

	.menu-toggle {
		display: block;
		background: transparent;
		border: 1px solid #d5d0c6;
		color: #222;
		padding: 8px 12px;
		font-size: 1rem;
		line-height: 1;
		border-radius: 3px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.menu-toggle i {
		font-size: 1.1rem;
	}

	.main-navigation {
		justify-self: end;
		position: relative;
	}

	.main-navigation ul {
		display: none;
		flex-direction: column;
		position: absolute;
		right: 0;
		top: calc(100% + 10px);
		min-width: 240px;
		padding: 14px 16px;
		background: #fff;
		z-index: 1300;
		gap: 8px;
		border-top: 1px solid #e7dfd1;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	}

	.main-navigation ul li {
		width: 100%;
		text-align: left;
	}

	.main-navigation ul a {
		display: block;
		width: 100%;
		padding: 9px 10px;
		color: #222;
		background: transparent;
	}

	.main-navigation.toggled ul {
		display: flex;
	}

	.hero-slider,
	.hero-slider-track {
		min-height: clamp(500px, 74vh, 680px);
	}

	.hero-nav {
		width: 44px;
		height: 44px;
		font-size: 1.35rem;
	}

	.hero-prev {
		left: 12px;
	}

	.hero-next {
		right: 12px;
	}

	.hero-layout {
		padding-inline: 0;
	}

	.hero-content {
		margin: 0 auto 74px;
		padding: 28px 22px 24px;
		max-width: 100%;
		text-align: center;
		border-radius: 10px;
		background: linear-gradient(165deg, rgba(12, 20, 30, 0.4) 0%, rgba(12, 20, 30, 0.16) 100%);
	}

	.hero-text {
		margin: 0 auto 22px;
		font-size: 0.95rem;
	}

	.rooms-grid,
	.feature-grid,
	.blog-grid,
	.testimonials-grid,
	.gallery-grid,
	.single-gallery-grid,
	.nearby-grid,
	.contact-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.single-post .post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.amenities-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 620px) {
	.hero-dots {
		bottom: 18px;
	}

	.hero-dot {
		width: 24px;
		height: 5px;
	}

	.hero-content h1 {
		font-size: clamp(1.7rem, 8vw, 2.35rem);
	}

	.top-strip-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}

	.top-strip-left {
		flex: 1 1 auto;
		min-width: 0;
	}

	.header-book-btn {
		align-self: auto;
		flex-shrink: 0;
		white-space: nowrap;
		padding: 7px 10px;
		font-size: 0.68rem;
	}
}

@media (max-width: 520px) {
	.amenities-grid {
		grid-template-columns: 1fr;
	}

	.room-meta {
		flex-direction: column;
		gap: 4px;
	}

	.room-discover::before,
	.room-discover::after {
		display: none;
	}
}
