/*
Theme Name: Serai The Baagh
Theme URI: https://seraithebaagh.com
Author: Serai The Baagh
Author URI: https://seraithebaagh.com
Description: Custom luxury nature retreat theme for Serai The Baagh — Kishanpur Wildlife Sanctuary. Built for Elementor. RankMath SEO ready.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Private
Text Domain: serai-baagh
Tags: elementor, luxury, hotel, resort, one-page
*/

/* ===================== CSS VARIABLES ===================== */
:root {
  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --warm-grey: #F2EDE8;
  --light-grey: #E8E2DB;
  --mid-grey: #BDB5AC;
  --dark-grey: #6B6358;
  --charcoal: #2C2825;
  --wood: #8B6B3D;
  --wood-light: #C4A882;
  --wood-pale: #E8D8C0;
  --gold: #B8963E;
  --gold-light: #D4B05A;
  --black: #1A1612;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Raleway', sans-serif;
  --tr: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===================== RESET & BASE ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); background: #FAFAF8; color: #2C2825; overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 300; line-height: 1.15; color: var(--charcoal); }
.eyebrow { font-family: var(--sans); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
p { font-size: 0.9rem; line-height: 1.85; color: var(--dark-grey); font-weight: 400; }
.rule { width: 40px; height: 1px; background: var(--gold); display: block; margin: 16px 0; }
.rule-c { margin: 16px auto; }

/* ===================== BUTTONS ===================== */
.btn { display: inline-block; font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; padding: 13px 28px; transition: var(--tr); cursor: pointer; }
.btn-dark { background: var(--charcoal); color: var(--white); }
.btn-dark:hover { background: var(--black); }
.btn-outline { background: transparent; color: var(--charcoal); border: 1px solid var(--charcoal); }
.btn-outline:hover { background: var(--charcoal); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-light); }
.btn-white { background: var(--white); color: var(--charcoal); }
.btn-white:hover { background: var(--warm-grey); }
.btn-ow { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.55); }
.btn-ow:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

/* ===================== NAV ===================== */
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 900; transition: var(--tr); padding: 0 5%; }
#nav.solid { background: var(--white); border-bottom: 1px solid var(--light-grey); box-shadow: 0 1px 20px rgba(0,0,0,0.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 16px; }
.nav-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.04em; color: var(--white); transition: color var(--tr); flex-shrink: 0; }
.nav-logo small { display: block; font-family: var(--sans); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 1px; }
#nav.solid .nav-logo { color: var(--charcoal); }
#nav.solid .nav-logo small { color: var(--mid-grey); }
.nav-links { display: flex; align-items: center; gap: 24px; flex: 1; justify-content: center; }
.nav-links a { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.8); transition: color var(--tr); white-space: nowrap; }
#nav.solid .nav-links a { color: var(--dark-grey); }
.nav-links a:hover, #nav.solid .nav-links a:hover { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav-phone { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.92); transition: color var(--tr); white-space: nowrap; display: flex; align-items: center; gap: 7px; letter-spacing: 0.02em; }
#nav.solid .nav-phone { color: var(--charcoal); }
.nav-phone svg { width: 14px; height: 14px; opacity: 0.7; }
.nav-cta { font-size: 0.62rem !important; font-weight: 600 !important; padding: 9px 20px; background: var(--gold) !important; color: var(--white) !important; letter-spacing: 0.15em; white-space: nowrap; }
.nav-cta:hover { background: var(--gold-light) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; cursor: pointer; flex-shrink: 0; }
.hamburger span { width: 22px; height: 1.5px; background: var(--white); transition: var(--tr); display: block; }
#nav.solid .hamburger span { background: var(--charcoal); }

/* MOBILE NAV */
#mnav { position: fixed; inset: 0; z-index: 950; background: var(--white); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; transform: translateY(-100%); transition: transform 0.45s cubic-bezier(0.77,0,0.175,1); pointer-events: none; }
#mnav.open { transform: translateY(0); pointer-events: all; }
#mnav a { font-family: var(--serif); font-size: 1.7rem; font-weight: 300; color: var(--charcoal); opacity: 0; transform: translateY(16px); transition: all 0.4s; }
#mnav.open a { opacity: 1; transform: translateY(0); }
#mnav.open a:nth-child(1) { transition-delay: .12s; }
#mnav.open a:nth-child(2) { transition-delay: .17s; }
#mnav.open a:nth-child(3) { transition-delay: .22s; }
#mnav.open a:nth-child(4) { transition-delay: .27s; }
#mnav.open a:nth-child(5) { transition-delay: .32s; }
#mnav.open a:nth-child(6) { transition-delay: .37s; }
#mnav.open a:nth-child(7) { transition-delay: .42s; }
#mnav.open a:nth-child(8) { transition-delay: .47s; }
.mnav-phone { font-family: var(--sans) !important; font-size: 0.85rem !important; color: var(--gold) !important; letter-spacing: 0.1em; font-weight: 600 !important; }
.mn-close { position: absolute; top: 24px; right: 5%; background: none; border: none; font-size: 1.4rem; color: var(--charcoal); cursor: pointer; }

/* ===================== HERO ===================== */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-grad { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26,22,18,.2) 0%, rgba(26,22,18,.1) 30%, rgba(26,22,18,.55) 70%, rgba(26,22,18,.92) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 5% 8vh; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 7px 16px; border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px); background: rgba(255,255,255,.07); }
.hero-badge-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.hero-badge span { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.hero h1 { font-family: var(--serif); font-size: clamp(2.6rem,6vw,5.5rem); font-weight: 300; color: var(--white); line-height: 1.05; margin-bottom: 18px; max-width: 720px; }
.hero h1 em { font-style: italic; color: var(--wood-light); }
.hero-sub { font-size: 0.9rem; font-weight: 300; color: rgba(255,255,255,.7); max-width: 480px; margin-bottom: 32px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-trust { position: absolute; bottom: 36px; right: 5%; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.trust-line { font-size: 0.6rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.trust-num { font-family: var(--serif); font-size: 2.2rem; font-weight: 300; color: rgba(255,255,255,.85); line-height: 1; }

/* ===================== TICKER STRIP ===================== */
.ticker-strip { background: var(--charcoal); overflow: hidden; padding: 0; height: 44px; display: flex; align-items: center; position: relative; }
.ticker-track { display: flex; gap: 0; animation: ticker 30s linear infinite; will-change: transform; align-items: center; white-space: nowrap; }
.ticker-strip:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ticker-item { display: inline-flex; align-items: center; gap: 10px; padding: 0 36px; border-right: 1px solid rgba(255,255,255,.1); height: 44px; flex-shrink: 0; }
.ticker-text { font-family: var(--sans); font-size: 0.63rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.ticker-icon { width: 16px; height: 16px; flex-shrink: 0; opacity: 0.75; }
.ticker-icon path, .ticker-icon circle, .ticker-icon rect, .ticker-icon polyline, .ticker-icon line { stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ticker-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: .5; margin: 0 4px; }

/* ===================== SECTIONS ===================== */
.section { padding: 96px 5%; }
.section-sm { padding: 72px 5%; }
.sw { background: var(--white); }
.swg { background: var(--warm-grey); }
.sc { background: var(--charcoal); }
.sb { background: var(--black); }
.sh { max-width: 640px; margin-bottom: 56px; }
.sh.ctr { margin-left: auto; margin-right: auto; text-align: center; }
.sh.ctr .rule { margin: 16px auto; }
.stitle { font-size: clamp(1.9rem,3.8vw,3rem); font-weight: 300; margin: 12px 0 16px; line-height: 1.1; }
.sbody { font-size: .88rem; line-height: 1.9; color: var(--dark-grey); max-width: 500px; }

/* ===================== ABOUT ===================== */
.about-wrap { padding: 96px 5% 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.about-img-main { aspect-ratio: 4/5; overflow: hidden; }
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-tag { position: absolute; bottom: -20px; right: -20px; background: var(--white); padding: 18px 22px; border-left: 3px solid var(--gold); box-shadow: 0 8px 40px rgba(0,0,0,.12); }
.ait-num { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; color: var(--charcoal); line-height: 1; display: flex; align-items: center; gap: 6px; }
.ait-star { color: var(--gold); }
.ait-label { font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--mid-grey); margin-top: 4px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 28px; }
.astat { padding: 16px 0; border-top: 1px solid var(--light-grey); display: flex; align-items: center; gap: 12px; }
.astat-num { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; color: var(--charcoal); line-height: 1; margin-bottom: 3px; }
.astat-label { font-size: .58rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mid-grey); }

/* ===================== EXPERIENCES ===================== */
.exp-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 48px; }
.exp-card { background: var(--white); overflow: hidden; position: relative; cursor: default; transition: var(--tr); }
.exp-card:hover { transform: translateY(-3px); box-shadow: 0 12px 48px rgba(0,0,0,.1); }
.exp-img { height: 200px; overflow: hidden; position: relative; }
.exp-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.exp-card:hover .exp-img img { transform: scale(1.06); }
.exp-body { padding: 22px 20px 24px; }
.exp-body h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; color: var(--charcoal); margin-bottom: 10px; line-height: 1.2; }
.exp-body p { font-size: .81rem; line-height: 1.75; color: var(--dark-grey); }
.exp-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-size: .63rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); transition: gap var(--tr); }
.exp-card:hover .exp-cta { gap: 12px; }

/* ===================== ROOMS ===================== */
.rooms-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.room-card { background: var(--white); overflow: hidden; transition: var(--tr); border: 1px solid var(--light-grey); }
.room-card:hover { box-shadow: 0 12px 60px rgba(0,0,0,.1); transform: translateY(-4px); }
.room-img { aspect-ratio: 3/2; overflow: hidden; position: relative; }
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.room-card:hover .room-img img { transform: scale(1.04); }
.room-body { padding: 22px; }
.rbadge { font-size: .6rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 7px; }
.rname { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; color: var(--charcoal); margin-bottom: 10px; line-height: 1.1; }
.rfeats { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.rfeat { font-size: .65rem; font-weight: 500; color: var(--dark-grey); background: var(--warm-grey); padding: 3px 9px; }
.room-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--light-grey); }
.rprice-from { font-size: .58rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--mid-grey); display: block; }
.rprice-amt { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; color: var(--charcoal); }
.rprice-night { font-size: .65rem; color: var(--mid-grey); }
.rbook { font-size: .62rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--charcoal); border-bottom: 1px solid var(--charcoal); padding-bottom: 2px; transition: var(--tr); }
.rbook:hover { color: var(--gold); border-color: var(--gold); }

/* ===================== WHY CHOOSE US ===================== */
.wcu-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.wcu-card { padding: 32px 28px; border: 1px solid var(--light-grey); background: var(--white); transition: var(--tr); position: relative; overflow: hidden; }
.wcu-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 8px 40px rgba(0,0,0,.08); }
.wcu-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform var(--tr); transform-origin: left; }
.wcu-card:hover::before { transform: scaleX(1); }
.wcu-icon { width: 48px; height: 48px; background: var(--warm-grey); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: background var(--tr); }
.wcu-card:hover .wcu-icon { background: var(--wood-pale); }
.wcu-title { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--charcoal); margin-bottom: 10px; line-height: 1.2; }
.wcu-desc { font-size: .82rem; line-height: 1.8; color: var(--dark-grey); }

/* ===================== AMENITIES ===================== */
.amen-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 24px 16px; margin-top: 48px; }
.amen-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 20px 10px; border: 1px solid transparent; transition: var(--tr); }
.amen-item:hover { border-color: var(--light-grey); background: var(--white); }
.amen-icon { width: 52px; height: 52px; background: var(--warm-grey); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background var(--tr); }
.amen-item:hover .amen-icon { background: var(--wood-pale); }
.amen-name { font-size: .72rem; font-weight: 600; color: var(--charcoal); line-height: 1.3; letter-spacing: .03em; }

/* ===================== PACKAGES ===================== */
.pkg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.pkg-card { background: var(--white); border: 1px solid var(--light-grey); overflow: hidden; transition: var(--tr); display: flex; flex-direction: column; }
.pkg-card:hover { box-shadow: 0 16px 60px rgba(0,0,0,.1); transform: translateY(-4px); }
.pkg-card.featured { background: var(--charcoal); border-color: var(--charcoal); }
.pkg-head { padding: 28px 26px 0; }
.pkg-popular { font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--white); background: var(--gold); padding: 3px 10px; display: inline-block; margin-bottom: 12px; }
.pkg-label { font-size: .6rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 8px; }
.pkg-name { font-family: var(--serif); font-size: 1.5rem; font-weight: 300; color: var(--charcoal); margin-bottom: 5px; line-height: 1.1; }
.pkg-card.featured .pkg-name { color: var(--white); }
.pkg-duration { font-size: .76rem; color: var(--mid-grey); }
.pkg-body { padding: 20px 26px; flex: 1; }
.pkg-sep { border: none; border-top: 1px solid var(--light-grey); margin: 0 0 16px; }
.pkg-fi { font-size: .82rem; color: var(--dark-grey); padding: 8px 0; display: flex; align-items: flex-start; gap: 10px; border-bottom: 1px solid var(--light-grey); }
.pkg-fi::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 8px; }
.pkg-foot { padding: 0 26px 26px; }
.pkg-price-from { font-size: .58rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--mid-grey); display: block; margin-bottom: 3px; }
.pkg-price-amt { font-family: var(--serif); font-size: 1.9rem; font-weight: 300; color: var(--charcoal); }
.pkg-card.featured .pkg-price-amt { color: var(--white); }
.pkg-btn { display: block; text-align: center; padding: 12px; font-size: .66rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin-top: 14px; transition: var(--tr); border: 1px solid var(--charcoal); color: var(--charcoal); }
.pkg-btn:hover { background: var(--charcoal); color: var(--white); }
.pkg-card.featured .pkg-btn { border-color: var(--gold); background: var(--gold); color: var(--white); }
.pkg-card.featured .pkg-btn:hover { background: var(--gold-light); }

/* ===================== EVENTS ===================== */
.events-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 48px; }
.ev-card { position: relative; overflow: hidden; cursor: default; }
.ev-img { height: 280px; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.ev-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.ev-card:hover .ev-img img { transform: scale(1.05); }
.ev-grad { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26,22,18,0) 30%, rgba(26,22,18,.85) 100%); }
.ev-body { position: relative; z-index: 2; padding: 0 20px 22px; }
.ev-cat { font-family: var(--sans); font-size: .58rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-light); display: block; margin-bottom: 6px; }
.ev-title { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; color: var(--white); line-height: 1.2; margin-bottom: 6px; }
.ev-desc { font-size: .78rem; color: rgba(255,255,255,.6); line-height: 1.6; }

/* ===================== TESTIMONIALS ===================== */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.testi-card { background: var(--white); padding: 32px 26px; border: 1px solid var(--light-grey); }
.testi-stars { color: var(--gold); font-size: .72rem; letter-spacing: 3px; margin-bottom: 16px; }
.testi-text { font-family: var(--serif); font-size: .97rem; font-weight: 300; font-style: italic; line-height: 1.75; color: var(--charcoal); margin-bottom: 20px; }
.testi-name { font-size: .82rem; font-weight: 600; color: var(--charcoal); }
.testi-origin { font-size: .7rem; color: var(--mid-grey); }
.testi-av { width: 36px; height: 36px; border-radius: 50%; background: var(--wood-pale); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: .85rem; color: var(--wood); font-weight: 400; }

/* ===================== BLOG ===================== */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.blog-card { background: var(--white); border: 1px solid var(--light-grey); overflow: hidden; transition: var(--tr); }
.blog-card:hover { box-shadow: 0 8px 40px rgba(0,0,0,.08); transform: translateY(-3px); }
.blog-img { height: 180px; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-tag { font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); display: block; margin: 16px 18px 6px; }
.blog-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: var(--charcoal); margin: 0 18px 10px; line-height: 1.3; }
.blog-meta { font-size: .7rem; color: var(--mid-grey); margin: 0 18px 12px; }

/* ===================== GALLERY ===================== */
.gal-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: 260px 260px; gap: 3px; margin-top: 48px; }
.gal-item { overflow: hidden; position: relative; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gal-item:hover img { transform: scale(1.06); }
.gal-item:nth-child(1) { grid-row: span 2; }
.gal-item:nth-child(3) { grid-row: span 2; }

/* ===================== CONTACT / BOOKING ===================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.cform { background: var(--white); padding: 36px 32px; border: 1px solid var(--light-grey); }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fgroup { margin-bottom: 18px; }
.fgroup label { font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--dark-grey); display: block; margin-bottom: 7px; }
.fgroup input, .fgroup select, .fgroup textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--light-grey); background: var(--off-white); font-family: var(--sans); font-size: .88rem; color: var(--charcoal); transition: border-color var(--tr); outline: none; }
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus { border-color: var(--gold); background: var(--white); }
.fgroup textarea { resize: vertical; min-height: 90px; }
.wa-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 14px; background: #1FAD50; color: var(--white); font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; border: none; transition: var(--tr); }
.wa-btn:hover { background: #178a3e; }
.reach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

/* ===================== FOOTER ===================== */
footer { background: var(--charcoal); padding: 64px 5% 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.flogo { font-family: var(--serif); font-size: 1.4rem; font-weight: 300; color: var(--white); letter-spacing: .04em; display: block; }
.flogo-sub { font-family: var(--sans); font-size: .52rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.3); display: block; margin-top: 2px; margin-bottom: 16px; }
.fdesc { font-size: .81rem; line-height: 1.85; color: rgba(255,255,255,.4); max-width: 260px; margin-bottom: 22px; }
.social-row { display: flex; gap: 10px; }
.soc-btn { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; transition: var(--tr); }
.soc-btn:hover { border-color: var(--gold-light); }
.fcol-title { font-family: var(--sans); font-size: .6rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 18px; display: block; }
.flinks { display: flex; flex-direction: column; gap: 9px; }
.flinks a { font-size: .81rem; color: rgba(255,255,255,.45); transition: color var(--tr); }
.flinks a:hover { color: var(--white); }
.fci { margin-bottom: 12px; }
.fci-label { font-size: .56rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.28); display: block; margin-bottom: 3px; }
.fci-val { font-size: .81rem; color: rgba(255,255,255,.55); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; flex-wrap: wrap; gap: 10px; }
.fcopy { font-size: .7rem; color: rgba(255,255,255,.28); }
.flegal { display: flex; gap: 18px; }
.flegal a { font-size: .68rem; color: rgba(255,255,255,.28); transition: color var(--tr); }
.flegal a:hover { color: rgba(255,255,255,.6); }

/* FLOAT WHATSAPP */
.float-wa { position: fixed; bottom: 26px; right: 26px; z-index: 800; width: 52px; height: 52px; background: #1FAD50; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(31,173,80,.45); transition: transform var(--tr); animation: wa-glow 3s ease-in-out infinite; }
.float-wa:hover { transform: scale(1.1); }
@keyframes wa-glow { 0%,100% { box-shadow: 0 4px 24px rgba(31,173,80,.45); } 50% { box-shadow: 0 4px 40px rgba(31,173,80,.7), 0 0 0 6px rgba(31,173,80,.1); } }

/* SCROLL REVEAL */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.rv.vis { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .18s; }
.d3 { transition-delay: .26s; }
.d4 { transition-delay: .34s; }
.d5 { transition-delay: .42s; }

/* BREADCRUMB */
.bc { padding: 9px 5%; background: var(--warm-grey); border-bottom: 1px solid var(--light-grey); font-size: .71rem; color: var(--mid-grey); }
.bc a { color: var(--mid-grey); transition: color var(--tr); }
.bc a:hover { color: var(--charcoal); }

/* ===================== ABOUT TICKER ===================== */
.about-ticker-outer { overflow: hidden; border-top: 1px solid var(--light-grey); border-bottom: 1px solid var(--light-grey); margin-top: 72px; height: 42px; display: flex; align-items: center; background: var(--white); }
.about-ticker { display: flex; animation: ticker2 22s linear infinite; white-space: nowrap; gap: 0; }
@keyframes ticker2 { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.at-item { display: inline-flex; align-items: center; gap: 10px; padding: 0 28px; font-family: var(--sans); font-size: .7rem; font-weight: 500; letter-spacing: .08em; color: var(--dark-grey); border-right: 1px solid var(--light-grey); height: 40px; flex-shrink: 0; }
.at-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ===================== WILDLIFE ===================== */
.wl-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; margin-top: 48px; }
.wl-card { background: var(--white); overflow: hidden; border: 1px solid var(--light-grey); transition: var(--tr); }
.wl-card:hover { border-color: var(--wood-light); transform: translateY(-3px); box-shadow: 0 8px 36px rgba(0,0,0,.08); }
.wl-img { height: 160px; overflow: hidden; }
.wl-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.wl-card:hover .wl-img img { transform: scale(1.06); }
.wl-body { padding: 16px 14px; }
.wl-name { font-family: var(--serif); font-size: .95rem; font-weight: 400; color: var(--charcoal); margin-bottom: 3px; }
.wl-latin { font-size: .68rem; color: var(--mid-grey); font-style: italic; display: block; margin-bottom: 8px; }
.wl-badge { display: inline-block; font-size: .56rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 2px 8px; border: 1px solid; }
.st-en { border-color: rgba(180,60,60,.35); color: rgba(160,50,50,.9); }
.st-vu { border-color: rgba(180,130,30,.35); color: rgba(150,100,20,.9); }

/* ===================== RESPONSIVE ===================== */
@media(max-width:1100px) {
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .exp-grid { grid-template-columns: repeat(2,1fr); }
  .wcu-grid { grid-template-columns: repeat(2,1fr); }
  .wl-grid { grid-template-columns: repeat(3,1fr); }
  .events-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .amen-grid { grid-template-columns: repeat(4,1fr); }
}
@media(max-width:900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-phone { display: none; }
  .section, .section-sm { padding: 60px 5%; }
  .rooms-grid { grid-template-columns: 1fr; }
  .pkg-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .frow { grid-template-columns: 1fr; }
  .reach-grid { grid-template-columns: 1fr; gap: 32px; }
  .gal-grid { grid-template-columns: 1fr 1fr; }
  .gal-item { height: 180px; }
  .events-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .wl-grid { grid-template-columns: repeat(2,1fr); }
  .amen-grid { grid-template-columns: repeat(3,1fr); }
  .wcu-grid { grid-template-columns: 1fr; }
}
@media(max-width:600px) {
  .hero h1 { font-size: 2.2rem; }
  .hero-badge { display: none; }
  .hero-trust { display: none; }
  .exp-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr; }
  .amen-grid { grid-template-columns: repeat(2,1fr); }
  .gal-grid { grid-template-columns: 1fr; }
  .section { padding: 48px 5%; }
}

/* ===================== WORDPRESS SPECIFIC FIXES ===================== */
.wp-block-image { margin: 0; }
.alignnone, .aligncenter, .alignleft, .alignright { max-width: 100%; }
img.alignnone, img.aligncenter, img.alignleft, img.alignright { height: auto; }
.elementor-section-wrap > .elementor-section:first-child { margin-top: 0; }
.admin-bar #nav { top: 32px; }
@media(max-width:782px) { .admin-bar #nav { top: 46px; } }
