/*
Theme Name: Mukshwaa By Riverside
Theme URI: https://mukshwaa.com
Author: Mukshwaa Resort
Author URI: https://mukshwaa.com
Description: A luxury riverside resort WordPress theme for Mukshwaa By Riverside, Mukteshwar. Elegant, serene, nature-inspired design with full SEO compatibility, custom post types for Rooms, Testimonials & Events, Theme Customizer support, and responsive mobile-first design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mukshwaa
Tags: hotel, resort, luxury, riverside, custom-menu, custom-logo, featured-images, theme-options, translation-ready

Mukshwaa By Riverside - Where the Mountains Meet the River
*/

/* ===== CSS VARIABLES ===== */
:root {
  --cream: #F5F0E8;
  --cream-light: #FAF8F3;
  --sage: #8B9D77;
  --sage-dark: #6B7F5A;
  --sage-light: #B5C5A5;
  --earth: #7A6A5B;
  --earth-dark: #5C4E42;
  --charcoal: #2C2C2C;
  --charcoal-soft: #3D3D3D;
  --gold: #C4A265;
  --gold-light: #D4B87A;
  --river: #7BA3B8;
  --forest: #3A4A35;
  --moss: #5C6B52;
  --white: #ffffff;
  --off-white: #FDFCF9;
  --danger: #C26B6B;
  --font-d: 'Cormorant Garamond', Georgia, serif;
  --font-b: 'Outfit', sans-serif;
  --ps: clamp(80px, 10vw, 140px);
  --px: clamp(20px, 5vw, 80px);
  --max-w: 1300px;
  --radius: 0px;
  --shadow-sm: 0 2px 10px rgba(0,0,0,.06);
  --shadow-md: 0 8px 30px rgba(0,0,0,.1);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.12);
  --transition: .3s ease;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--font-b);
  background: var(--cream-light);
  color: var(--charcoal);
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--sage); border-radius: 3px; }

/* ===== SCREEN READER ===== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

/* ===== WORDPRESS CORE ===== */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: var(--white); border: 1px solid rgba(0,0,0,.06); max-width: 100%; padding: 8px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: .78rem; margin: 0; padding: 8px 0 0; color: var(--earth); }
.gallery-caption { }
.sticky { }
.bypostauthor { }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-d);
  font-weight: 400;
  line-height: 1.2;
  color: var(--charcoal);
}
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 300; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 300; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.15rem; }
h5 { font-size: 1rem; }
h6 { font-size: .9rem; }
p { margin-bottom: 1em; }
blockquote {
  border-left: 3px solid var(--gold);
  padding: 16px 24px;
  margin: 20px 0;
  font-family: var(--font-d);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--earth-dark);
  background: rgba(196, 162, 101, .05);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes slowZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes heroFloat { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-8px); } }
@keyframes tickScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse { 0%,100% { box-shadow: 0 4px 15px rgba(37,211,102,.4); } 50% { box-shadow: 0 4px 25px rgba(37,211,102,.6); } }
@keyframes drift { 0% { transform: translateY(100vh); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-10vh) translateX(30px); opacity: 0; } }

.rv { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s ease; }
.rv.vis { opacity: 1; transform: translateY(0); }
.rv-l { opacity: 0; transform: translateX(-50px); transition: opacity .8s ease, transform .8s ease; }
.rv-l.vis { opacity: 1; transform: translateX(0); }
.rv-r { opacity: 0; transform: translateX(50px); transition: opacity .8s ease, transform .8s ease; }
.rv-r.vis { opacity: 1; transform: translateX(0); }
.rv-s { opacity: 0; transform: scale(.92); transition: opacity .8s ease, transform .8s ease; }
.rv-s.vis { opacity: 1; transform: scale(1); }

/* ===== PRELOADER ===== */
.preloader {
  position: fixed; inset: 0; background: var(--forest); z-index: 100000;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: opacity 1s ease, visibility 1s ease;
}
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader h2 { font-family: var(--font-d); font-size: clamp(1.8rem, 5vw, 3.2rem); color: var(--cream); font-weight: 300; letter-spacing: .15em; opacity: 0; animation: fadeUp 1s .3s forwards; }
.preloader .pre-line { width: 60px; height: 1px; margin-top: 20px; background: linear-gradient(90deg, transparent, var(--gold), transparent); background-size: 200% 100%; animation: shimmer 1.5s infinite, fadeUp 1s .5s forwards; opacity: 0; }
.preloader span { font-family: var(--font-b); color: var(--sage-light); font-size: .65rem; letter-spacing: .3em; text-transform: uppercase; margin-top: 15px; opacity: 0; animation: fadeUp 1s .7s forwards; }

/* ===== NAVIGATION ===== */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 10000;
  padding: 22px var(--px); display: flex; align-items: center; justify-content: space-between;
  transition: all .5s ease;
}
.site-nav.scrolled {
  background: rgba(58, 74, 53, .95); backdrop-filter: blur(20px);
  padding: 14px var(--px); box-shadow: 0 4px 30px rgba(0,0,0,.15);
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { max-height: 40px; width: auto; }
.nav-logo-text { font-family: var(--font-d); font-size: clamp(1.2rem, 2.5vw, 1.55rem); color: var(--white); font-weight: 400; letter-spacing: .08em; }
.nav-logo-text em { font-style: italic; color: var(--gold-light); font-weight: 300; }
.nav-menu { display: flex; gap: clamp(14px, 2.2vw, 30px); align-items: center; }
.nav-menu a {
  color: rgba(255,255,255,.85); font-size: .7rem; letter-spacing: .14em;
  text-transform: uppercase; transition: color .3s; position: relative;
}
.nav-menu a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px;
  background: var(--gold); transition: width .3s;
}
.nav-menu a:hover { color: var(--white); }
.nav-menu a:hover::after { width: 100%; }
.nav-menu a.current-menu-item { color: var(--gold-light); }
.nav-menu a.current-menu-item::after { width: 100%; }
.nav-cta {
  background: var(--gold) !important; color: var(--forest) !important;
  padding: 10px 22px; font-weight: 500; letter-spacing: .12em; transition: all .3s;
}
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }
.nav-cta::after { display: none !important; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 10001; }
.hamburger span { width: 24px; height: 1.5px; background: var(--white); transition: all .3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 4px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -4px); }

/* Mobile Menu */
.mobile-menu {
  position: fixed; inset: 0; background: rgba(58, 74, 53, .98); backdrop-filter: blur(30px);
  z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 24px; opacity: 0; visibility: hidden; transition: all .4s ease;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a {
  font-family: var(--font-d); font-size: 1.5rem; color: var(--cream);
  letter-spacing: .08em; transition: color .3s;
}
.mobile-menu a:hover { color: var(--gold); }

@media (max-width: 1024px) {
  .nav-menu { display: none; }
  .hamburger { display: flex; }
}

/* ===== SECTION COMMONS ===== */
.section-wrap { padding: var(--ps) var(--px); max-width: var(--max-w); margin: 0 auto; }
.section-full { padding: var(--ps) var(--px); }
.s-label {
  font-size: .62rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 12px; display: flex; align-items: center; gap: 12px;
}
.s-label::before { content: ''; width: 30px; height: 1px; background: var(--gold); }
.s-title {
  font-family: var(--font-d); font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 300; line-height: 1.2; margin-bottom: 18px;
}
.s-title em { font-style: italic; color: var(--sage-dark); }
.s-desc { max-width: 540px; color: var(--earth); font-weight: 300; font-size: .92rem; line-height: 1.8; }
.s-center { text-align: center; }
.s-center .s-label { justify-content: center; }
.s-center .s-label::before { display: none; }
.s-center .s-desc { margin: 0 auto; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-block; background: var(--gold); color: var(--forest);
  padding: 15px 38px; font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 500; transition: all .4s;
  position: relative; overflow: hidden; border: none; cursor: pointer;
}
.btn-primary::before {
  content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0;
  background: rgba(255,255,255,.15); border-radius: 50%;
  transform: translate(-50%, -50%); transition: width .6s, height .6s;
}
.btn-primary:hover::before { width: 300px; height: 300px; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(196,162,101,.3); }
.btn-secondary {
  display: inline-block; border: 1px solid rgba(255,255,255,.35); color: var(--white);
  padding: 15px 38px; font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 300; transition: all .4s;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); background: rgba(196,162,101,.06); }
.btn-outline {
  display: inline-block; border: 1px solid var(--gold); color: var(--gold);
  padding: 12px 32px; font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 400; transition: all .3s;
}
.btn-outline:hover { background: var(--gold); color: var(--forest); }
.btn-dark {
  display: inline-block; background: var(--forest); color: var(--cream);
  padding: 12px 28px; font-size: .7rem; letter-spacing: .15em;
  text-transform: uppercase; transition: all .3s;
}
.btn-dark:hover { background: var(--sage-dark); }

/* ===== HERO ===== */
.hero {
  position: relative; height: 100vh; min-height: 600px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  animation: slowZoom 20s ease-in-out infinite alternate;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(58,74,53,.3) 0%, rgba(58,74,53,.15) 40%, rgba(44,44,44,.55) 100%);
}
.hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.particle {
  position: absolute; width: 2px; height: 2px;
  background: rgba(196,162,101,.4); border-radius: 50%;
  animation: drift linear infinite;
}
.hero-content {
  position: relative; z-index: 2; text-align: center; padding: 0 20px; max-width: 900px;
}
.hero-badge {
  display: inline-block; font-size: .6rem; letter-spacing: .35em;
  text-transform: uppercase; color: var(--gold-light);
  border: 1px solid rgba(196,162,101,.4); padding: 8px 24px;
  margin-bottom: 28px; opacity: 0; animation: fadeUp 1s 1.5s forwards;
}
.hero h1 {
  font-family: var(--font-d); font-size: clamp(2.6rem, 7vw, 5.2rem);
  color: var(--white); font-weight: 300; line-height: 1.1; margin-bottom: 14px;
  opacity: 0; animation: fadeUp 1s 1.8s forwards;
}
.hero h1 em {
  display: block; font-style: italic; color: var(--gold-light);
  font-size: .52em; margin-top: 10px; letter-spacing: .05em; font-weight: 300;
}
.hero-sub {
  font-size: clamp(.82rem, 1.4vw, 1rem); color: rgba(255,255,255,.8);
  max-width: 540px; margin: 0 auto 36px; font-weight: 200; line-height: 1.8;
  opacity: 0; animation: fadeUp 1s 2.1s forwards;
}
.hero-btns {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  opacity: 0; animation: fadeUp 1s 2.4s forwards;
}
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.6); font-size: .58rem; letter-spacing: .2em;
  text-transform: uppercase; animation: heroFloat 3s ease-in-out infinite;
}
.hero-scroll .line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); }

/* Page Hero (internal pages) */
.page-hero {
  position: relative; height: 50vh; min-height: 350px;
  display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(58,74,53,.4), rgba(44,44,44,.6));
}
.page-hero-content {
  position: relative; z-index: 2; text-align: center; color: var(--white); padding: 0 20px;
}
.page-hero-content .s-label { color: var(--gold-light); justify-content: center; }
.page-hero-content .s-label::before { background: var(--gold); }
.page-hero-content h1 {
  font-family: var(--font-d); font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white); font-weight: 300; margin-bottom: 12px;
}
.page-hero-content h1 em { color: var(--gold-light); }
.page-hero-content p { max-width: 500px; margin: 0 auto; font-size: .92rem; opacity: .85; font-weight: 200; }

/* ===== ABOUT SECTION ===== */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px); align-items: center;
}
.about-imgs { position: relative; height: clamp(380px, 50vw, 580px); }
.about-img1 {
  position: absolute; top: 0; left: 0; width: 65%; height: 78%;
  object-fit: cover; border-radius: 0 0 80px 0; box-shadow: var(--shadow-lg);
}
.about-img2 {
  position: absolute; bottom: 0; right: 0; width: 48%; height: 52%;
  object-fit: cover; border-radius: 80px 0 0 0; box-shadow: var(--shadow-lg);
  border: 4px solid var(--cream-light);
}
.about-badge {
  position: absolute; bottom: 22%; left: 48%; background: var(--forest);
  color: var(--cream); padding: 18px 26px; text-align: center; z-index: 2;
  box-shadow: var(--shadow-md);
}
.about-badge .num { font-family: var(--font-d); font-size: 2.4rem; color: var(--gold); line-height: 1; }
.about-badge .txt { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; margin-top: 4px; }
.philosophy-grid {
  margin-top: 28px; padding: 22px 0; border-top: 1px solid rgba(139,157,119,.2);
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.philosophy-item { display: flex; gap: 10px; align-items: flex-start; }
.philosophy-item .icon { color: var(--sage); font-size: 1.2rem; margin-top: 3px; flex-shrink: 0; }
.philosophy-item h4 { font-family: var(--font-d); font-size: 1.02rem; font-weight: 500; margin-bottom: 2px; }
.philosophy-item p { font-size: .78rem; color: var(--earth); line-height: 1.5; margin: 0; }

@media (max-width: 800px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-imgs { height: 340px; margin-bottom: 20px; }
}
@media (max-width: 500px) { .philosophy-grid { grid-template-columns: 1fr; } }

/* ===== EXPERIENCE TICKER ===== */
.ticker {
  background: var(--forest); padding: 44px 0; overflow: hidden; position: relative;
}
.ticker::before, .ticker::after {
  content: ''; position: absolute; top: 0; width: 80px; height: 100%; z-index: 2;
}
.ticker::before { left: 0; background: linear-gradient(to right, var(--forest), transparent); }
.ticker::after { right: 0; background: linear-gradient(to left, var(--forest), transparent); }
.ticker-track { display: flex; gap: 50px; animation: tickScroll 30s linear infinite; width: max-content; }
.tick-item { display: flex; align-items: center; gap: 12px; flex-shrink: 0; color: var(--cream); }
.tick-item .icon { color: var(--gold); font-size: 1.2rem; }
.tick-item span:last-child { font-family: var(--font-d); font-size: 1.05rem; letter-spacing: .05em; white-space: nowrap; }
.tick-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--sage); flex-shrink: 0; }

/* ===== ROOM CARDS ===== */
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.room-card {
  background: var(--white); box-shadow: var(--shadow-sm);
  transition: all .5s; overflow: hidden;
}
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.room-card-img { height: 300px; overflow: hidden; position: relative; }
.room-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.room-card:hover .room-card-img img { transform: scale(1.08); }
.room-tag {
  position: absolute; top: 14px; left: 14px; background: var(--gold);
  color: var(--forest); padding: 5px 14px; font-size: .58rem;
  letter-spacing: .2em; text-transform: uppercase; font-weight: 500;
}
.room-card-info { padding: 26px 22px; }
.room-card-info h3 { font-family: var(--font-d); font-size: 1.4rem; font-weight: 400; margin-bottom: 8px; }
.room-card-info > p { font-size: .83rem; color: var(--earth); margin-bottom: 14px; line-height: 1.6; }
.room-amenities { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.room-amenities span {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .7rem; color: var(--sage-dark);
}
.room-amenities .icon { font-size: .85rem; }
.room-card-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid rgba(0,0,0,.06);
}
.room-price-from { font-size: .6rem; text-transform: uppercase; letter-spacing: .15em; color: var(--earth); }
.room-price-amount { font-family: var(--font-d); font-size: 1.5rem; color: var(--forest); }
.room-price-per { font-size: .72rem; color: var(--earth); }

@media (max-width: 1000px) { .rooms-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .rooms-grid { grid-template-columns: 1fr; } .room-card-img { height: 240px; } }

/* ===== PARALLAX DIVIDER ===== */
.parallax-section {
  height: 55vh; min-height: 320px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.parallax-section .bg {
  position: absolute; inset: -20%; background-size: cover;
  background-position: center; background-attachment: fixed;
}
.parallax-section .overlay { position: absolute; inset: 0; background: rgba(58,74,53,.55); }
.parallax-section .content {
  position: relative; z-index: 2; text-align: center;
  color: var(--white); padding: 0 20px;
}
.parallax-section .content h2 {
  font-family: var(--font-d); font-size: clamp(1.7rem, 3.8vw, 2.8rem);
  font-weight: 300; margin-bottom: 12px; line-height: 1.3;
}
.parallax-section .content p { font-size: .88rem; max-width: 480px; margin: 0 auto; opacity: .85; font-weight: 200; }
@media (max-width: 768px) { .parallax-section .bg { background-attachment: scroll; } }

/* ===== AMENITY CARDS ===== */
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.amenity-card {
  text-align: center; padding: 36px 20px; background: var(--white);
  border: 1px solid rgba(139,157,119,.1); transition: all .4s;
  position: relative; overflow: hidden;
}
.amenity-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--gold); transform: scaleX(0); transition: transform .4s;
}
.amenity-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.amenity-card:hover::before { transform: scaleX(1); }
.amenity-card .icon { font-size: 1.8rem; color: var(--sage); margin-bottom: 14px; display: block; }
.amenity-card h4 { font-family: var(--font-d); font-size: 1.1rem; font-weight: 500; margin-bottom: 6px; }
.amenity-card p { font-size: .78rem; color: var(--earth); line-height: 1.6; margin: 0; }
@media (max-width: 900px) { .amenity-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .amenity-grid { grid-template-columns: 1fr; } }

/* ===== SPA / DARK SECTION ===== */
.dark-section {
  padding: var(--ps) 0; background: var(--forest); color: var(--cream);
  position: relative; overflow: hidden;
}
.dark-section::before {
  content: ''; position: absolute; top: -50%; right: -20%; width: 60%; height: 200%;
  background: radial-gradient(ellipse, rgba(139,157,119,.07), transparent); pointer-events: none;
}
.dark-section .s-label { color: var(--sage-light); }
.dark-section .s-title { color: var(--cream); }
.dark-section .s-desc { color: rgba(245,240,232,.65); }
.split-grid {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.spa-list { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.spa-item {
  display: flex; align-items: center; gap: 14px; padding: 14px 18px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
  transition: all .3s;
}
.spa-item:hover { background: rgba(255,255,255,.08); border-color: rgba(196,162,101,.2); }
.spa-item .icon { color: var(--gold); font-size: 1.2rem; }
.spa-item h4 { font-family: var(--font-d); font-size: 1.05rem; font-weight: 400; }
.spa-item p { font-size: .75rem; color: rgba(245,240,232,.5); margin: 0; }
.split-images { position: relative; height: clamp(380px, 50vw, 520px); }
.split-images img {
  position: absolute; width: 55%; height: 62%; object-fit: cover;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.split-images img:first-child { top: 0; left: 0; border-radius: 0 0 60px 0; }
.split-images img:last-child { bottom: 0; right: 0; border-radius: 60px 0 0 0; border: 3px solid var(--forest); }
@media (max-width: 800px) { .split-grid { grid-template-columns: 1fr; } .split-images { height: 320px; } }

/* ===== DINING ===== */
.dining-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.dining-visual { position: relative; }
.dining-main-img {
  width: 100%; height: 430px; object-fit: cover;
  border-radius: 0 80px 0 80px; box-shadow: var(--shadow-lg);
}
.dining-badge {
  position: absolute; bottom: -20px; right: 40px;
  background: var(--gold); padding: 18px 24px; text-align: center;
}
.dining-badge .icon { color: var(--forest); font-size: 1.6rem; }
.dining-badge p { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--forest); font-weight: 500; margin: 2px 0 0; }
.dining-list { margin-top: 28px; display: flex; flex-direction: column; gap: 18px; }
.dining-item { display: flex; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid rgba(0,0,0,.06); }
.dining-item:last-child { border: none; padding-bottom: 0; }
.dining-item .num { font-family: var(--font-d); font-size: 1.7rem; color: var(--sage-light); line-height: 1; flex-shrink: 0; }
.dining-item h4 { font-family: var(--font-d); font-size: 1.1rem; font-weight: 500; }
.dining-item p { font-size: .8rem; color: var(--earth); line-height: 1.6; margin: 2px 0 0; }
@media (max-width: 800px) { .dining-grid { grid-template-columns: 1fr; } .dining-main-img { height: 280px; } }

/* ===== GALLERY GRID ===== */
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px); gap: 10px;
}
.gallery-item { overflow: hidden; position: relative; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(58,74,53,0); transition: background .3s;
}
.gallery-item:hover::after { background: rgba(58,74,53,.15); }
.gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(5) { grid-column: span 2; }
@media (max-width: 700px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-item { height: 180px; }
  .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
  .gallery-item:nth-child(5) { grid-column: span 2; }
}

/* ===== EVENT CARDS ===== */
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.event-card { position: relative; height: 380px; overflow: hidden; cursor: pointer; }
.event-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.event-card:hover img { transform: scale(1.1); }
.event-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(44,44,44,.85) 0%, transparent 60%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 28px;
  transition: all .3s;
}
.event-card:hover .event-overlay {
  background: linear-gradient(to top, rgba(58,74,53,.9) 0%, rgba(58,74,53,.2) 60%);
}
.event-overlay h3 { font-family: var(--font-d); font-size: 1.4rem; color: var(--white); font-weight: 400; margin-bottom: 6px; }
.event-overlay p { font-size: .8rem; color: rgba(255,255,255,.7); line-height: 1.5; margin: 0; }
@media (max-width: 800px) { .events-grid { grid-template-columns: 1fr; } .event-card { height: 280px; } }

/* ===== TESTIMONIALS ===== */
.testimonial-section {
  padding: var(--ps) var(--px); background: var(--forest);
  color: var(--cream); text-align: center;
}
.testimonial-section .s-label { justify-content: center; color: var(--sage-light); }
.testimonial-section .s-label::before { background: var(--gold); }
.testimonial-section .s-title { color: var(--cream); }
.testimonial-slider { max-width: 680px; margin: 36px auto 0; position: relative; min-height: 190px; }
.testimonial-slide { display: none; animation: fadeIn .6s ease; }
.testimonial-slide.active { display: block; }
.test-stars { color: var(--gold); font-size: .95rem; margin-bottom: 14px; letter-spacing: 4px; }
.test-quote {
  font-family: var(--font-d); font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 300; font-style: italic; line-height: 1.7; margin-bottom: 22px;
  color: rgba(245,240,232,.9);
}
.test-author { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--sage-light); }
.test-dots { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.test-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.2); transition: all .3s;
}
.test-dots button.active { background: var(--gold); transform: scale(1.2); }

/* ===== NEARBY CARDS ===== */
.nearby-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.nearby-card {
  text-align: center; padding: 28px 18px; background: var(--white);
  border: 1px solid rgba(0,0,0,.04); transition: all .4s;
}
.nearby-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.nearby-card .icon { font-size: 1.6rem; color: var(--sage); margin-bottom: 10px; display: block; }
.nearby-card h4 { font-family: var(--font-d); font-size: 1.05rem; font-weight: 500; margin-bottom: 4px; }
.nearby-card .dist { font-size: .72rem; color: var(--gold); margin-bottom: 6px; }
.nearby-card p { font-size: .78rem; color: var(--earth); line-height: 1.5; margin: 0; }
@media (max-width: 900px) { .nearby-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .nearby-grid { grid-template-columns: 1fr; } }

/* ===== BOOKING FORM ===== */
.booking-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start;
}
.booking-phone {
  display: flex; align-items: center; gap: 12px; margin-top: 22px;
  padding: 14px 18px; background: var(--forest); color: var(--cream); width: fit-content;
}
.booking-phone .icon { color: var(--gold); }
.booking-phone span { font-size: .82rem; }
.booking-phone strong { font-family: var(--font-d); font-size: 1.15rem; display: block; }
.booking-form-wrap {
  background: var(--white); padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--shadow-lg);
}
.booking-form-wrap h3 {
  font-family: var(--font-d); font-size: 1.5rem; font-weight: 400;
  margin-bottom: 22px; text-align: center;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; }
.form-group.full-width { grid-column: span 2; }
.form-group label {
  font-size: .67rem; letter-spacing: .15em; text-transform: uppercase;
  color: var(--earth); margin-bottom: 5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid rgba(0,0,0,.1); padding: 12px 14px;
  font-family: var(--font-b); font-size: .85rem; font-weight: 300;
  background: var(--off-white); outline: none; transition: border-color .3s;
  border-radius: 0; -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--sage); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-submit {
  width: 100%; background: var(--gold); color: var(--forest);
  padding: 15px; font-size: .72rem; letter-spacing: .2em;
  text-transform: uppercase; font-weight: 500; margin-top: 6px;
  transition: all .3s; border: none; cursor: pointer;
}
.form-submit:hover {
  background: var(--gold-light); transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(196,162,101,.3);
}
@media (max-width: 800px) {
  .booking-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-group.full-width { grid-column: span 1; }
}

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.blog-posts { display: flex; flex-direction: column; gap: 40px; }
.post-card { background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; transition: all .4s; }
.post-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.post-card-img { height: 260px; overflow: hidden; }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.post-card:hover .post-card-img img { transform: scale(1.05); }
.post-card-content { padding: 28px; }
.post-meta {
  display: flex; gap: 16px; font-size: .72rem; color: var(--sage);
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px;
}
.post-card-content h2 {
  font-family: var(--font-d); font-size: 1.5rem; font-weight: 400;
  margin-bottom: 10px; line-height: 1.3;
}
.post-card-content h2 a:hover { color: var(--sage-dark); }
.post-card-content p { font-size: .88rem; color: var(--earth); line-height: 1.7; margin-bottom: 16px; }
.read-more {
  font-size: .72rem; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; transition: color .3s;
}
.read-more:hover { color: var(--sage-dark); }

/* Blog Single */
.single-post-content { max-width: 760px; margin: 0 auto; }
.single-post-content h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; line-height: 1.25;
}
.single-post-content .post-meta { margin-bottom: 30px; }
.single-post-content .entry-content p { font-size: .95rem; line-height: 1.85; margin-bottom: 1.4em; }
.single-post-content .entry-content h2 { font-size: 1.6rem; margin: 40px 0 16px; }
.single-post-content .entry-content h3 { font-size: 1.3rem; margin: 30px 0 12px; }
.single-post-content .entry-content img { border-radius: 4px; margin: 24px 0; }
.single-post-content .entry-content ul, .single-post-content .entry-content ol {
  padding-left: 24px; margin-bottom: 1.2em;
}
.single-post-content .entry-content li { margin-bottom: 8px; font-size: .92rem; list-style: disc; }

/* Sidebar */
.blog-sidebar .widget {
  background: var(--white); padding: 28px; margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}
.blog-sidebar .widget h3 {
  font-family: var(--font-d); font-size: 1.15rem; font-weight: 500;
  margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
}
.blog-sidebar .widget ul li {
  padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,.04);
  font-size: .88rem;
}
.blog-sidebar .widget ul li:last-child { border: none; }
.blog-sidebar .widget ul li a:hover { color: var(--gold); }

/* Pagination */
.pagination {
  display: flex; justify-content: center; gap: 8px; margin-top: 50px;
}
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; font-size: .85rem;
  border: 1px solid rgba(0,0,0,.1); transition: all .3s;
}
.pagination .current { background: var(--forest); color: var(--white); border-color: var(--forest); }
.pagination a:hover { border-color: var(--gold); color: var(--gold); }

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

/* ===== INSTAGRAM SECTION ===== */
.instagram-section { padding: 50px var(--px); text-align: center; background: var(--white); }
.instagram-section h2 { font-family: var(--font-d); font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 300; margin-bottom: 6px; }
.ig-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--sage-dark); font-size: .82rem; margin-bottom: 28px; transition: color .3s;
}
.ig-link:hover { color: var(--gold); }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; max-width: 1200px; margin: 0 auto; }
.ig-item { aspect-ratio: 1; overflow: hidden; cursor: pointer; }
.ig-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; filter: saturate(.9); }
.ig-item:hover img { transform: scale(1.1); filter: saturate(1.1); }
@media (max-width: 600px) { .ig-grid { grid-template-columns: repeat(3, 1fr); } }

/* ===== FOOTER ===== */
.site-footer { background: var(--charcoal); color: rgba(255,255,255,.7); padding: 70px var(--px) 28px; }
.footer-grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px;
  padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand h3 { font-family: var(--font-d); font-size: 1.7rem; color: var(--white); font-weight: 300; margin-bottom: 4px; }
.footer-brand h3 em { color: var(--gold); font-style: italic; }
.footer-brand > p { font-size: .83rem; max-width: 280px; line-height: 1.7; margin-bottom: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  transition: all .3s; font-size: .8rem;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-social a svg { width: 13px; height: 13px; fill: currentColor; }
.site-footer h4 {
  font-size: .67rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--white); margin-bottom: 14px;
}
.site-footer ul li a { font-size: .83rem; transition: color .3s; }
.site-footer ul li a:hover { color: var(--gold); }
.site-footer ul li { padding: 4px 0; }
.footer-contact li { display: flex; align-items: flex-start; gap: 8px; font-size: .83rem; }
.footer-contact .icon { font-size: .9rem; color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.footer-bottom {
  max-width: var(--max-w); margin: 24px auto 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .72rem; color: rgba(255,255,255,.35);
}
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

/* ===== LIGHTBOX ===== */
.lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,.92);
  z-index: 100001; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all .3s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox-close {
  position: absolute; top: 28px; right: 28px; color: white;
  font-size: 2rem; cursor: pointer; transition: color .3s; background: none; border: none;
}
.lightbox-close:hover { color: var(--gold); }

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed; bottom: 30px; right: 30px; width: 46px; height: 46px;
  background: var(--forest); color: var(--cream); display: flex;
  align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all .3s; z-index: 9000;
  box-shadow: var(--shadow-md); border: none; cursor: pointer;
}
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--sage-dark); transform: translateY(-3px); }

/* ===== WHATSAPP ===== */
.wa-float { position: fixed; bottom: 30px; left: 30px; z-index: 9000; display: flex; align-items: center; gap: 10px; }
.wa-btn {
  width: 52px; height: 52px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 15px rgba(37,211,102,.4); transition: all .3s;
  animation: pulse 2s infinite;
}
.wa-btn:hover { transform: scale(1.1); }
.wa-btn svg { width: 26px; height: 26px; fill: white; }
.wa-text {
  background: var(--white); padding: 7px 13px; border-radius: 20px;
  font-size: .75rem; box-shadow: var(--shadow-sm); display: none;
}
@media (min-width: 768px) { .wa-text { display: block; } }

/* ===== 404 PAGE ===== */
.error-404 { text-align: center; padding: 100px 20px; min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.error-404 h1 { font-family: var(--font-d); font-size: clamp(4rem, 10vw, 8rem); color: var(--sage-light); font-weight: 300; line-height: 1; }
.error-404 h2 { font-family: var(--font-d); font-size: 1.6rem; margin: 16px 0; font-weight: 400; }
.error-404 p { color: var(--earth); margin-bottom: 30px; }

/* ===== COMMENTS ===== */
.comments-area { margin-top: 50px; padding-top: 40px; border-top: 1px solid rgba(0,0,0,.08); }
.comments-area h2 { font-size: 1.4rem; margin-bottom: 24px; }
.comment-list li { padding: 20px 0; border-bottom: 1px solid rgba(0,0,0,.04); }
.comment-author { font-weight: 500; font-size: .92rem; }
.comment-meta { font-size: .75rem; color: var(--earth); margin-bottom: 8px; }
.comment-respond { margin-top: 30px; }
.comment-form label { display: block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--earth); margin-bottom: 4px; }
.comment-form input, .comment-form textarea {
  width: 100%; border: 1px solid rgba(0,0,0,.1); padding: 10px 14px;
  font-family: var(--font-b); font-size: .88rem; margin-bottom: 14px;
  background: var(--off-white); outline: none; border-radius: 0;
}
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--sage); }
.comment-form .submit { background: var(--forest); color: var(--cream); padding: 12px 28px; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; border: none; cursor: pointer; transition: all .3s; }
.comment-form .submit:hover { background: var(--sage-dark); }

/* ===== EMOJI ICONS (replaces Material Symbols - saves 200KB) ===== */
.icon { font-style: normal; line-height: 1; }

/* ===== HERO SLIDESHOW ===== */
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center;
  animation: slowZoom 20s ease-in-out infinite alternate; opacity: 0; transition: opacity 2s ease-in-out; }
.hero-slide.active { opacity: 1; }

/* ===== BREADCRUMBS ===== */
.breadcrumbs { font-size: .72rem; color: var(--earth); padding: 12px 0; letter-spacing: .05em; }
.breadcrumbs a { color: var(--sage); }
.breadcrumbs a:hover { color: var(--gold); }

/* ===== BLOG ENHANCEMENTS ===== */
.post-excerpt { font-size: .88rem; color: var(--earth); line-height: 1.7; }
.reading-time { font-size: .68rem; color: var(--sage); text-transform: uppercase; letter-spacing: .1em; }
.blog-categories { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.blog-categories a {
  display: inline-block; padding: 5px 14px; font-size: .68rem; letter-spacing: .1em;
  text-transform: uppercase; border: 1px solid var(--sage-light); color: var(--sage-dark);
  transition: all .3s;
}
.blog-categories a:hover, .blog-categories a.active { background: var(--forest); color: var(--cream); border-color: var(--forest); }

/* ===== ENHANCED MOBILE ===== */
@media (max-width: 768px) {
  .hero { min-height: 100svh; }
  .parallax-section { height: 40vh; min-height: 250px; }
  .section-wrap { padding: clamp(50px, 8vw, 100px) var(--px); }
  .rooms-grid, .amenity-grid, .events-grid, .nearby-grid { gap: 16px; }
  .room-card-img { height: 220px; }
  .s-title { font-size: clamp(1.5rem, 5vw, 2.2rem); }
}
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(1.8rem, 8vw, 2.8rem); }
  .hero-sub { font-size: .82rem; }
  .btn-primary, .btn-secondary { padding: 13px 28px; font-size: .68rem; }
  .nav-logo-text { font-size: 1.1rem; }
}

/* ===== RESPONSIVE GRID UTILITIES (fixes mobile layout) ===== */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-3-sm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-2-activity { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.grid-3-food { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

@media (max-width: 768px) {
  .grid-2 { grid-template-columns: 1fr; gap: 24px; }
  .grid-3 { grid-template-columns: 1fr; gap: 16px; }
  .grid-3-sm { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .grid-2-activity { grid-template-columns: 1fr; gap: 16px; }
  .grid-3-food { grid-template-columns: 1fr; }
  .split-grid { grid-template-columns: 1fr !important; }
  .split-images { height: 280px !important; }
}
@media (max-width: 480px) {
  .grid-3-sm { grid-template-columns: 1fr; gap: 8px; }
}

/* Fix page hero text on mobile */
@media (max-width: 600px) {
  .page-hero-content h1 { font-size: clamp(1.6rem, 7vw, 2.5rem); }
  .page-hero-content p { font-size: .82rem; }
  .s-title { font-size: clamp(1.4rem, 5vw, 2rem); }
  .s-desc { font-size: .85rem; }
}

/* Fix blog grid on mobile */
@media (max-width: 768px) {
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }
  [style*="grid-template-columns: repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }
  [style*="grid-template-columns:repeat(2,1fr)"] {
    grid-template-columns: 1fr !important;
  }
  [style*="grid-template-columns: repeat(2,1fr)"] {
    grid-template-columns: 1fr !important;
  }
  [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* ===== ADDITIONAL MOBILE FIXES ===== */
@media (max-width: 600px) {
  /* About section images */
  .about-imgs { height: 260px !important; }
  .about-img1 { width: 60% !important; height: 75% !important; }
  .about-img2 { width: 45% !important; height: 48% !important; }
  .about-badge { bottom: 18% !important; left: 42% !important; padding: 12px 16px !important; }
  .about-badge .num { font-size: 1.8rem !important; }
  
  /* Explore split images */
  .split-images { height: 260px !important; }
  .split-images img { width: 50% !important; height: 55% !important; }
  
  /* Prevent any horizontal overflow */
  .section-wrap, section { overflow-x: hidden; }
  
  /* Reviews grid */
  .reviews-grid { grid-template-columns: 1fr !important; }
  .review-card { padding: 20px !important; }
  
  /* Events grid */
  .ev-card { height: 220px !important; }
  
  /* Booking form */
  .f-row { flex-direction: column !important; gap: 12px !important; }
  .f-group { width: 100% !important; }
  
  /* Gallery grid */
  .gallery-grid { grid-template-columns: 1fr 1fr !important; }
  .ig-grid { grid-template-columns: repeat(3, 1fr) !important; }
  
  /* Nearby grid */
  .nearby-card { padding: 16px !important; }
  
  /* General text sizing */
  h2 { word-break: break-word; }
  .d-list .d-item { flex-direction: column; }
}

@media (max-width: 400px) {
  .gallery-grid { grid-template-columns: 1fr !important; }
  .ig-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .hero h1, .page-hero-content h1 { font-size: 1.5rem !important; }
}
