/*
Theme Name:        Verdana Hotel
Theme URI:         https://themeforest.net/item/verdana-hotel
Author:            PremiumThemes
Author URI:        https://premiumthemes.io
Description:       A premium WordPress hotel theme for mountain lodges, eco retreats, and boutique nature-immersed properties. Features fully editable homepage sections via the WordPress Customizer, 6 Custom Post Types, custom widgets for sidebar and footer, AJAX booking forms, WooCommerce compatible, and full translation support.
Version:           1.2.0
Requires at least: 6.2
Tested up to:      6.7
Requires PHP:      8.0
License:           ThemeForest Regular License
License URI:       https://themeforest.net/licenses/terms/regular
Text Domain:       verdana-hotel
Tags:              hotel, lodge, resort, eco, nature, luxury, booking, custom-menu, featured-images, custom-logo, custom-colors, full-width-template, theme-options, widgetized, responsive-layout, rtl-language-support, translation-ready
*/

/* ================================================================
   VERDANA HOTEL — DESIGN SYSTEM
   Palette: Deep Forest Green · Ivory · Bronze
   ================================================================ */

:root {
  /* ---- Core Palette ---- */
  --forest:          #2C4A2E;
  --forest-deep:     #1A2E1B;
  --forest-mid:      #3D6B40;
  --forest-light:    #5C8F60;
  --forest-pale:     #D4E6D5;
  --forest-mist:     #EBF3EC;

  --bronze:          #8B6914;
  --bronze-light:    #C4A44A;
  --bronze-bright:   #D4AF37;
  --bronze-pale:     #F0E4B8;
  --bronze-dark:     #5C4510;

  --ivory:           #F8F4ED;
  --ivory-warm:      #EDE6D8;
  --ivory-deep:      #D9CDB8;
  --parchment:       #F2EBE0;

  --bark:            #3D2E1E;
  --bark-mid:        #6B5040;
  --bark-light:      #9B7B65;

  --smoke:           #6B7068;
  --smoke-light:     #9BA098;
  --smoke-pale:      #D4D8D2;

  --near-black:      #12100E;
  --white:           #FFFFFF;

  /* ---- Semantic Tokens ---- */
  --color-bg:            var(--ivory);
  --color-bg-alt:        var(--ivory-warm);
  --color-bg-dark:       var(--forest-deep);
  --color-text:          var(--bark);
  --color-text-muted:    var(--smoke);
  --color-accent:        var(--bronze);
  --color-accent-bright: var(--bronze-bright);
  --color-primary:       var(--forest);
  --color-primary-mid:   var(--forest-mid);
  --color-border:        rgba(139,105,20,0.2);
  --color-border-light:  rgba(139,105,20,0.1);

  /* ---- Typography ---- */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-heading: 'Libre Baskerville', Times, serif;
  --font-body:    'Jost', 'Helvetica Neue', sans-serif;
  --font-accent:  'Cormorant Garamond', Georgia, serif;

  /* ---- Spacing Scale ---- */
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  2rem;
  --space-lg:  4rem;
  --space-xl:  6rem;
  --space-2xl: 9rem;

  /* ---- Radii ---- */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;
  --radius-xl:   28px;
  --radius-full: 9999px;

  /* ---- Shadows ---- */
  --shadow-sm:     0 2px 8px rgba(26,46,27,0.08);
  --shadow-md:     0 8px 30px rgba(26,46,27,0.12);
  --shadow-lg:     0 20px 60px rgba(26,46,27,0.18);
  --shadow-bronze: 0 8px 30px rgba(139,105,20,0.2);

  /* ---- Motion ---- */
  --ease:       cubic-bezier(0.25,0.46,0.45,0.94);
  --ease-out:   cubic-bezier(0.0,0.0,0.2,1);
  --trans:      0.4s var(--ease);
  --trans-fast: 0.2s var(--ease);
}

/* ================================================================
   RESET & BASE
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; }

body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-text);
  background: var(--color-bg);
  overflow-x: hidden;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--trans-fast); }
a:hover { color: var(--color-accent); }
button { cursor: pointer; border: none; background: none; font-family: var(--font-body); }
ul, ol { list-style: none; }
input, select, textarea { font-family: var(--font-body); }
::selection { background: var(--forest-pale); color: var(--forest-deep); }

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--forest-deep);
}
h1 { font-size: clamp(2.8rem,6vw,5rem);   letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem,4vw,3.2rem);    letter-spacing: -0.01em; }
h3 { font-size: clamp(1.4rem,2.5vw,2rem); }
h4 { font-size: 1.25rem; font-family: var(--font-heading); font-weight: 600; }
h5 { font-size: 1rem;    font-family: var(--font-body); font-weight: 600; letter-spacing: 0.05em; }
h6 { font-size: 0.875rem;font-family: var(--font-body); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }

p { margin-bottom: 1.25rem; color: var(--smoke); }
p:last-child { margin-bottom: 0; }
strong { font-weight: 600; color: var(--bark); }
em { font-style: italic; color: var(--bark-mid); }

.display-serif {
  font-family: var(--font-accent);
  font-weight: 300;
  font-style: italic;
}
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--bronze);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
  flex-shrink: 0;
}
.eyebrow--center { justify-content: center; }
.eyebrow--light  { color: var(--bronze-light); }
.eyebrow--no-lines::before, .eyebrow--no-lines::after { display: none; }

/* ================================================================
   LAYOUT
   ================================================================ */
.container       { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.container--sm   { max-width:  860px; margin: 0 auto; padding: 0 2rem; }
.container--md   { max-width: 1060px; margin: 0 auto; padding: 0 2rem; }
.section         { padding: var(--space-xl) 0; }
.section--sm     { padding: var(--space-lg) 0; }
.section--lg     { padding: var(--space-2xl) 0; }
.text-center     { text-align: center; }

/* Background helpers */
.bg-ivory        { background: var(--ivory); }
.bg-ivory-warm   { background: var(--ivory-warm); }
.bg-parchment    { background: var(--parchment); }
.bg-forest       { background: var(--forest-deep); color: var(--white); }
.bg-forest-mid   { background: var(--forest); color: var(--white); }
.bg-bark         { background: var(--bark); color: var(--white); }

/* Ornamental divider */
.ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}
.ornament::before, .ornament::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--color-border);
}
.ornament--center { justify-content: center; }
.ornament--light::before,
.ornament--light::after { background: rgba(196,164,74,0.3); }
.ornament-icon   { color: var(--bronze); font-size: 0.9rem; }

/* Section header */
.section-header            { margin-bottom: 3.5rem; }
.section-header--center    { text-align: center; }
.section-header--center .eyebrow  { justify-content: center; }
.section-header--center .ornament { justify-content: center; }
.section-header h2         { margin-bottom: 1rem; }
.section-header p          { max-width: 560px; font-size: 1.05rem; line-height: 1.8; }
.section-header--center p  { margin: 0 auto; }

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.875rem 2rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: var(--trans);
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--forest);
  color: var(--white);
  border: 2px solid var(--forest);
}
.btn-primary:hover { background: var(--forest-mid); border-color: var(--forest-mid); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-bronze {
  background: var(--bronze);
  color: var(--white);
  border: 2px solid var(--bronze);
}
.btn-bronze:hover { background: var(--bronze-dark); border-color: var(--bronze-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-bronze); }

.btn-outline {
  background: transparent;
  color: var(--forest);
  border: 2px solid var(--forest);
}
.btn-outline:hover { background: var(--forest); color: var(--white); transform: translateY(-2px); }

.btn-outline-ivory {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-outline-ivory:hover { background: var(--white); color: var(--forest-deep); border-color: var(--white); transform: translateY(-2px); }

.btn-outline-bronze {
  background: transparent;
  color: var(--bronze);
  border: 2px solid var(--color-border);
}
.btn-outline-bronze:hover { background: var(--bronze); color: var(--white); border-color: var(--bronze); transform: translateY(-2px); }

.btn-sm  { padding: 0.55rem 1.25rem; font-size: 0.65rem; }
.btn-lg  { padding: 1.1rem 2.5rem;   font-size: 0.78rem; }

/* ================================================================
   SKIP LINK
   ================================================================ */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: var(--forest);
  color: var(--white);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  font-size: 0.875rem;
  font-weight: 600;
}
.skip-link:focus { top: 0; }

/* ================================================================
   PRELOADER
   ================================================================ */
#vh-preloader {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: var(--forest-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  transition: opacity 0.8s var(--ease), visibility 0.8s;
}
#vh-preloader.loaded { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-logo {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.08em;
}
.preloader-logo span { color: var(--bronze-bright); }
.preloader-tagline {
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: -1rem;
}
.preloader-track {
  width: 160px;
  height: 1px;
  background: rgba(255,255,255,0.1);
  border-radius: 100px;
  overflow: hidden;
}
.preloader-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--bronze), var(--bronze-bright));
  width: 0;
  animation: preloadFill 1.8s var(--ease) forwards;
}
@keyframes preloadFill { to { width: 100%; } }

/* ================================================================
   HEADER & NAVIGATION
   ================================================================ */
#vh-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.5rem 0;
  transition: background var(--trans), padding var(--trans), box-shadow var(--trans);
}
#vh-header.scrolled {
  background: rgba(26,46,27,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0.875rem 0;
  box-shadow: 0 2px 30px rgba(0,0,0,0.2);
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Logo */
.site-branding a { display: flex; flex-direction: column; line-height: 1; gap: 3px; }
.site-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
  transition: color var(--trans-fast);
}
.site-title span { color: var(--bronze-bright); }
.site-tagline-header {
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* Primary nav */
#primary-navigation { display: flex; align-items: center; }
.nav-menu            { display: flex; align-items: center; gap: 0.25rem; }
.nav-menu > li       { position: relative; }
.nav-menu > li > a {
  display: block;
  padding: 0.5rem 0.875rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  border-radius: var(--radius-sm);
  transition: var(--trans-fast);
  position: relative;
}
.nav-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 0.875rem; right: 100%;
  height: 1px;
  background: var(--bronze-bright);
  transition: right var(--trans);
}
.nav-menu > li > a:hover,
.nav-menu > li.current-menu-item > a { color: var(--white); }
.nav-menu > li > a:hover::after,
.nav-menu > li.current-menu-item > a::after { right: 0.875rem; }

/* Dropdown */
.nav-menu .sub-menu {
  position: absolute;
  top: calc(100% + 0.5rem); left: 0;
  min-width: 220px;
  background: var(--forest-deep);
  border: 1px solid rgba(139,105,20,0.2);
  border-radius: var(--radius-md);
  padding: 0.5rem;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: var(--trans);
  box-shadow: var(--shadow-lg);
}
.nav-menu > li:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu .sub-menu li a {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.7);
  border-radius: var(--radius-sm);
  transition: var(--trans-fast);
}
.nav-menu .sub-menu li a:hover { background: rgba(255,255,255,0.06); color: var(--bronze-bright); }

/* Header CTA */
.header-cta { display: flex; align-items: center; gap: 1rem; }
.header-tel {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.header-tel i { color: var(--bronze-light); margin-right: 5px; }

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--trans);
}
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* Mobile nav */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: var(--forest-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transform: translateX(-100%);
  transition: transform 0.5s var(--ease);
}
.mobile-nav-overlay.open { transform: translateX(0); }
.mobile-nav-overlay .nav-menu { flex-direction: column; text-align: center; }
.mobile-nav-overlay .nav-menu > li > a {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,0.65);
  padding: 0.6rem 2rem;
}
.mobile-nav-overlay .nav-menu > li > a:hover { color: var(--bronze-bright); }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--forest-deep);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: heroZoom 20s ease-in-out infinite alternate;
  opacity: 0.55;
}
@keyframes heroZoom { to { transform: scale(1.0) translateY(-1.5%); } }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(26,46,27,0.72) 0%, rgba(26,46,27,0.28) 42%, rgba(26,46,27,0.78) 100%),
    linear-gradient(110deg, rgba(26,46,27,0.6) 0%, transparent 60%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.hero-eyebrow   { margin-bottom: 1.5rem; }
.hero-title     { color: var(--white); margin-bottom: 1.5rem; max-width: 780px; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.hero-title em  { font-style: italic; color: var(--bronze-bright); font-family: var(--font-accent); font-weight: 300; }
.hero-subtitle  { color: rgba(255,255,255,0.72); font-size: 1.08rem; line-height: 1.8; max-width: 520px; margin-bottom: 2.5rem; }
.hero-actions   { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-scroll {
  position: absolute;
  bottom: 3rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.4);
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  animation: scrollBounce 2.5s ease infinite;
}
.hero-scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(196,164,74,0.8), transparent); }
@keyframes scrollBounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(-8px); }
}
.hero-awards {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  background: rgba(26,46,27,0.75);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(196,164,74,0.2);
  padding: 1.125rem 0;
}
.hero-awards-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.hero-award { display: flex; align-items: center; gap: 0.75rem; font-size: 0.72rem; letter-spacing: 0.06em; color: rgba(255,255,255,0.65); }
.hero-award-icon {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(196,164,74,0.15);
  border: 1px solid rgba(196,164,74,0.3);
  border-radius: 50%;
  font-size: 0.75rem;
  color: var(--bronze-bright);
}

/* ================================================================
   BOOKING BAR
   ================================================================ */
.booking-section { background: var(--parchment); padding: 0 0 var(--space-lg); }
.booking-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2.25rem 2.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border-light);
  margin-top: -3.5rem;
  position: relative;
  z-index: 10;
}
.booking-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--forest-deep);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.booking-form {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
  gap: 1rem;
  align-items: end;
}
.booking-field label {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--smoke);
  margin-bottom: 0.5rem;
}
.booking-field input,
.booking-field select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid var(--color-border-light);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--bark);
  background: var(--ivory);
  transition: var(--trans-fast);
  outline: none;
  -webkit-appearance: none;
}
.booking-field input:focus,
.booking-field select:focus {
  border-color: var(--forest);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(44,74,46,0.08);
}

/* ================================================================
   ROOM CARDS
   ================================================================ */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(340px,1fr));
  gap: 2rem;
}
.room-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  transition: var(--trans);
}
.room-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: var(--color-border); }
.room-card-badge {
  position: absolute;
  top: 1.25rem; left: 1.25rem;
  z-index: 3;
  padding: 0.35rem 0.9rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
}
.badge-bronze { background: var(--bronze);      color: var(--white); }
.badge-forest { background: var(--forest);      color: var(--white); }
.badge-eco    { background: var(--forest-pale); color: var(--forest-deep); }

.room-card-img { position: relative; height: 250px; overflow: hidden; }
.room-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.room-card:hover .room-card-img img { transform: scale(1.07); }
.room-card-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(26,46,27,0.45) 0%,transparent 55%); }
.room-card-sqm {
  position: absolute;
  bottom: 1rem; right: 1rem;
  background: rgba(26,46,27,0.8);
  color: var(--bronze-bright);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(196,164,74,0.3);
}
.room-card-body   { padding: 1.75rem; }
.room-card-name   { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--forest-deep); margin-bottom: 0.6rem; line-height: 1.2; }
.room-card-name a { color: inherit; }
.room-card-name a:hover { color: var(--forest-mid); }
.room-card-desc   { font-size: 0.85rem; color: var(--smoke); margin-bottom: 1.25rem; }
.room-amenities   { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem; }
.amenity-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.65rem;
  background: var(--forest-mist);
  color: var(--forest);
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: var(--radius-full);
  border: 1px solid rgba(44,74,46,0.12);
}
.amenity-tag i { font-size: 0.6rem; color: var(--forest-mid); }
.room-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-border-light);
}
.room-price .from-label { font-size: 0.65rem; color: var(--smoke-light); display: block; }
.room-price .amount { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--forest-deep); line-height: 1; }
.room-price .per { font-size: 0.72rem; color: var(--smoke); }

/* ================================================================
   STATS BAR
   ================================================================ */
.stats-section { background: var(--forest); padding: 3rem 0; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
  text-align: center;
}
.stat-item { position: relative; }
.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.12);
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem,4vw,3rem);
  font-weight: 700;
  color: var(--bronze-bright);
  line-height: 1;
  display: block;
}
.stat-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 0.5rem;
  display: block;
}

/* ================================================================
   DINING CARDS
   ================================================================ */
.dining-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.dining-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  height: 420px;
  cursor: pointer;
  background: var(--forest-deep);
}
.dining-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.75; transition: transform 0.7s var(--ease), opacity 0.4s; }
.dining-card:hover img { transform: scale(1.08); opacity: 0.65; }
.dining-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(26,46,27,0.95) 0%,rgba(26,46,27,0.15) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}
.dining-card-tag  { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bronze-bright); margin-bottom: 0.5rem; }
.dining-card-name { font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; line-height: 1.2; }
.dining-card-desc { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-bottom: 1rem; }
.dining-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze-bright);
  opacity: 0;
  transform: translateY(10px);
  transition: var(--trans);
}
.dining-card:hover .dining-card-link { opacity: 1; transform: translateY(0); }

/* ================================================================
   SPA
   ================================================================ */
.spa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.spa-visual { position: relative; }
.spa-img-main { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius-xl); display: block; }
.spa-img-small {
  position: absolute;
  bottom: -2.5rem; right: -2.5rem;
  width: 48%; height: 220px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 4px solid var(--ivory);
  box-shadow: var(--shadow-lg);
}
.spa-eco-badge {
  position: absolute;
  top: -1.5rem; left: 2rem;
  background: var(--forest-pale);
  border: 1px solid rgba(44,74,46,0.2);
  border-radius: var(--radius-lg);
  padding: 0.875rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: var(--shadow-md);
}
.spa-eco-badge i { font-size: 1.4rem; color: var(--forest-mid); }
.spa-eco-badge .badge-text { font-size: 0.72rem; font-weight: 600; color: var(--forest-deep); }
.spa-eco-badge .badge-sub  { font-size: 0.62rem; color: var(--smoke); }
.spa-treatments { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
.spa-treatment {
  padding: 1.25rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  transition: var(--trans);
  cursor: pointer;
}
.spa-treatment:hover { border-color: var(--forest); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.spa-treatment-icon { font-size: 1.5rem; margin-bottom: 0.75rem; display: block; }
.spa-treatment h4 { font-size: 0.95rem; color: var(--forest-deep); margin-bottom: 0.2rem; }
.spa-treatment-meta { font-size: 0.72rem; color: var(--smoke-light); }

/* ================================================================
   GALLERY
   ================================================================ */
.gallery-section { background: var(--forest-deep); padding: 5rem 0; }
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: 200px;
  gap: 0.75rem;
}
.gallery-item { overflow: hidden; border-radius: var(--radius-lg); cursor: pointer; position: relative; background: var(--forest); }
.gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(5) { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease), filter 0.4s; filter: brightness(0.85); }
.gallery-item:hover img { transform: scale(1.08); filter: brightness(1); }
.gallery-item-overlay { position: absolute; inset: 0; background: rgba(26,46,27,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--trans); }
.gallery-item-overlay i { color: var(--white); font-size: 1.8rem; }
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem; background: linear-gradient(to top,rgba(26,46,27,0.8),transparent); color: rgba(255,255,255,0.85); font-size: 0.72rem; transform: translateY(100%); transition: var(--trans); }
.gallery-item:hover .gallery-caption { transform: translateY(0); }

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-xl);
  padding: 2rem;
  transition: var(--trans);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 1;
  color: var(--forest-pale);
  position: absolute;
  top: 1rem; left: 1.5rem;
  font-weight: 700;
  z-index: 0;
  pointer-events: none;
}
.testimonial-card:hover { border-color: var(--color-border); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.testimonial-stars { color: var(--bronze); font-size: 0.8rem; letter-spacing: 0.1em; margin-bottom: 1rem; position: relative; z-index: 1; }
.testimonial-text { font-family: var(--font-accent); font-size: 1.05rem; font-style: italic; color: var(--bark-mid); line-height: 1.75; margin-bottom: 1.5rem; position: relative; z-index: 1; }
.testimonial-author { display: flex; align-items: center; gap: 0.875rem; position: relative; z-index: 1; }
.testimonial-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--color-border); }
.testimonial-name { font-size: 0.875rem; font-weight: 600; color: var(--forest-deep); }
.testimonial-origin { font-size: 0.72rem; color: var(--smoke-light); margin-top: 1px; }
.testimonial-platform { margin-left: auto; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--smoke-pale); background: var(--ivory-warm); padding: 0.2rem 0.5rem; border-radius: var(--radius-full); }

/* ================================================================
   EVENTS
   ================================================================ */
.events-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 4rem; align-items: start; }
.venue-list { display: flex; flex-direction: column; gap: 1.25rem; }
.venue-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  transition: var(--trans);
  cursor: pointer;
}
.venue-card:hover { border-color: var(--forest); box-shadow: var(--shadow-md); transform: translateX(6px); }
.venue-card img { width: 110px; height: 85px; object-fit: cover; border-radius: var(--radius-md); flex-shrink: 0; }
.venue-info h4  { font-size: 1.05rem; color: var(--forest-deep); margin-bottom: 0.3rem; }
.venue-info p   { font-size: 0.78rem; color: var(--smoke); margin-bottom: 0.6rem; }
.venue-meta { display: flex; gap: 1rem; font-size: 0.7rem; color: var(--smoke-light); flex-wrap: wrap; }
.venue-meta span { display: flex; align-items: center; gap: 0.35rem; }
.venue-meta i { color: var(--forest-mid); }
.events-form-wrap {
  background: var(--forest-deep);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  color: var(--white);
  position: sticky;
  top: 100px;
}
.events-form-wrap h3 { color: var(--white); font-size: 1.5rem; margin-bottom: 0.4rem; }
.events-form-wrap p  { color: rgba(255,255,255,0.55); font-size: 0.82rem; margin-bottom: 1.5rem; }
.events-form { display: flex; flex-direction: column; gap: 0.875rem; }
.events-form input, .events-form select, .events-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(196,164,74,0.2);
  border-radius: var(--radius-md);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.85rem;
  outline: none;
  transition: var(--trans-fast);
  -webkit-appearance: none;
}
.events-form input::placeholder, .events-form textarea::placeholder { color: rgba(255,255,255,0.3); }
.events-form select option { background: var(--forest-deep); }
.events-form input:focus, .events-form textarea:focus { border-color: var(--bronze-light); background: rgba(255,255,255,0.09); }
.events-form textarea { height: 100px; resize: none; }

/* ================================================================
   OFFERS
   ================================================================ */
.offers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.75rem; }
.offer-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  transition: var(--trans);
}
.offer-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--color-border); }
.offer-img { height: 210px; overflow: hidden; position: relative; }
.offer-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.offer-card:hover .offer-img img { transform: scale(1.07); }
.offer-discount { position: absolute; top: 1rem; right: 1rem; background: var(--bronze); color: var(--white); font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.8rem; border-radius: var(--radius-full); }
.offer-body { padding: 1.75rem; }
.offer-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--forest-deep); margin-bottom: 0.5rem; }
.offer-desc  { font-size: 0.82rem; color: var(--smoke); margin-bottom: 1.25rem; }
.offer-includes { margin-bottom: 1.5rem; }
.offer-includes li { font-size: 0.78rem; color: var(--smoke); padding: 0.3rem 0; display: flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid var(--color-border-light); }
.offer-includes li:last-child { border: none; }
.offer-includes li::before { content: ''; width: 6px; height: 6px; background: var(--forest-mid); border-radius: 50%; flex-shrink: 0; }
.offer-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1.25rem; border-top: 1px solid var(--color-border-light); }
.offer-price .from  { font-size: 0.65rem; color: var(--smoke-light); display: block; }
.offer-price .price { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--forest-deep); line-height: 1; }

/* ================================================================
   LOCATION
   ================================================================ */
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.location-map-placeholder {
  height: 480px;
  background: var(--forest);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.location-map-placeholder iframe { width: 100%; height: 100%; border: none; }
.map-ph-text { text-align: center; color: rgba(255,255,255,0.4); padding: 2rem; }
.map-ph-text i { font-size: 3rem; color: var(--bronze-light); display: block; margin-bottom: 1rem; }
.nearby-list { display: flex; flex-direction: column; gap: 0.75rem; }
.nearby-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 1rem;
  background: var(--white);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-md);
  transition: var(--trans-fast);
}
.nearby-item:hover { border-color: var(--forest); }
.nearby-item i      { color: var(--forest-mid); font-size: 0.9rem; width: 20px; text-align: center; flex-shrink: 0; }
.nearby-name        { font-size: 0.875rem; color: var(--bark); flex: 1; }
.nearby-dist        { font-size: 0.72rem; color: var(--smoke-light); white-space: nowrap; }

/* ================================================================
   NEWSLETTER
   ================================================================ */
.newsletter-section { background: var(--forest); padding: 4.5rem 0; }
.newsletter-inner { display: flex; align-items: center; gap: 4rem; }
.newsletter-text { flex: 1; }
.newsletter-text h2 { color: var(--white); font-size: 2rem; margin-bottom: 0.5rem; }
.newsletter-text p  { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin: 0; }
.newsletter-form { flex: 1; display: flex; gap: 0.75rem; }
.newsletter-form input {
  flex: 1;
  padding: 0.9rem 1.25rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--white);
  outline: none;
  transition: var(--trans-fast);
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form input:focus { border-color: var(--bronze-bright); background: rgba(255,255,255,0.13); }

/* ================================================================
   NATURE SECTION (Experience)
   ================================================================ */
.nature-section { background: var(--forest-deep); color: var(--white); position: relative; overflow: hidden; }
.nature-section::before { content:''; position:absolute; top:-50%; left:-20%; width:600px; height:600px; background:radial-gradient(circle,rgba(44,74,46,0.4) 0%,transparent 70%); pointer-events:none; }
.nature-section::after  { content:''; position:absolute; bottom:-30%; right:-10%; width:500px; height:500px; background:radial-gradient(circle,rgba(139,105,20,0.15) 0%,transparent 70%); pointer-events:none; }
.nature-grid { display:grid; grid-template-columns:5fr 4fr; gap:5rem; align-items:center; position:relative; z-index:1; }
.nature-visual { position:relative; padding-bottom:4rem; padding-right:4rem; }
.nature-img-main { width:100%; height:540px; object-fit:cover; border-radius:var(--radius-xl); display:block; }
.nature-img-accent { position:absolute; bottom:0; right:0; width:52%; height:280px; object-fit:cover; border-radius:var(--radius-lg); border:4px solid var(--forest-deep); box-shadow:var(--shadow-lg); }
.nature-badge { position:absolute; top:2rem; left:-2rem; background:var(--bronze); padding:1.25rem 1.5rem; border-radius:var(--radius-lg); text-align:center; box-shadow:var(--shadow-bronze); }
.nature-badge-num { font-family:var(--font-display); font-size:2.2rem; font-weight:700; color:var(--white); line-height:1; display:block; }
.nature-badge-label { font-size:0.62rem; letter-spacing:0.15em; text-transform:uppercase; color:rgba(255,255,255,0.8); display:block; margin-top:0.25rem; }
.nature-title { color:var(--white); margin-bottom:1.25rem; }
.nature-lead { color:rgba(255,255,255,0.65); font-size:1.05rem; line-height:1.8; margin-bottom:2.5rem; }
.nature-features { display:flex; flex-direction:column; gap:1.25rem; margin-bottom:2.5rem; }
.nature-feature { display:flex; gap:1.1rem; align-items:flex-start; }
.nature-feature-icon { width:44px; height:44px; display:flex; align-items:center; justify-content:center; background:rgba(196,164,74,0.12); border:1px solid rgba(196,164,74,0.25); border-radius:var(--radius-md); color:var(--bronze-bright); font-size:1rem; flex-shrink:0; margin-top:2px; }
.nature-feature h4 { color:var(--white); font-size:0.95rem; margin-bottom:0.2rem; }
.nature-feature p  { font-size:0.8rem; color:rgba(255,255,255,0.5); margin:0; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  background: var(--forest-deep);
  color: rgba(255,255,255,0.5);
  padding: 5rem 0 0;
  border-top: 3px solid rgba(196,164,74,0.2);
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bronze), transparent);
  opacity: 0.4;
}

/* Footer widget grid */
.footer-widgets-area {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.1fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Footer column headings — used by both fallback h5 and widget .widget-title */
.footer-widget-col h5,
.site-footer .widget-title,
.site-footer h3.widget-title {
  font-family: var(--font-body) !important;
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.3) !important;
  margin: 0 0 1.5rem !important;
  padding: 0 0 0.875rem !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Footer column links */
.footer-widget-col ul,
.site-footer .widget ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget-col ul li a,
.site-footer .widget ul li a {
  display: block;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.48) !important;
  padding: 0.45rem 0;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.18s;
  border: none !important;
  line-height: 1.4;
}
.footer-widget-col ul li a::before,
.site-footer .widget ul li a::before { display: none !important; }
.footer-widget-col ul li a:hover,
.site-footer .widget ul li a:hover {
  color: var(--bronze-bright) !important;
  padding-left: 5px;
}

/* Footer text paragraphs */
.footer-widget-col p,
.site-footer .widget p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.42);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Footer brand logo */
.footer-brand-logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  line-height: 1.1;
}
.footer-brand-logo span { color: var(--bronze-bright); }

/* Footer social icons */
.footer-social {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.625rem;
}
.footer-social a {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
  color: rgba(255,255,255,0.38);
  font-size: 0.82rem;
  text-decoration: none;
  transition: all 0.2s;
  background: rgba(255,255,255,0.03);
}
.footer-social a:hover {
  border-color: var(--bronze);
  color: var(--bronze-bright);
  background: rgba(196,164,74,0.1);
  transform: translateY(-2px);
}

/* Footer contact items */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.48);
  line-height: 1.5;
}
.footer-contact-item i {
  color: var(--bronze);
  font-size: 0.75rem;
  margin-top: 3px;
  flex-shrink: 0;
  width: 14px;
  text-align: center;
}
.footer-contact-item a {
  color: rgba(255,255,255,0.48);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-item a:hover { color: var(--bronze-bright); }

/* Payment icons */
.footer-payments {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: rgba(255,255,255,0.22);
  font-size: 1.5rem;
  margin-top: 1.25rem;
}

/* Eco badge in footer */
.footer-eco-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest-mid);
  background: rgba(44,74,46,0.25);
  border: 1px solid rgba(44,74,46,0.4);
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  margin-top: 1.25rem;
}
.footer-eco-badge i { color: var(--forest-mid); font-size: 0.65rem; }

/* Footer bottom bar */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.73rem;
  color: rgba(255,255,255,0.25);
  padding: 1.5rem 0;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-bottom-links a {
  color: rgba(255,255,255,0.25);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom-links a:hover { color: var(--bronze-bright); }

/* ================================================================
   CONTENT + SIDEBAR LAYOUT
   ================================================================ */
.content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1fr var(--sidebar-width, 320px);
  gap: 3.5rem;
  align-items: start;
}
/* Left sidebar variant */
.content-sidebar-wrap.sidebar-left {
  grid-template-columns: var(--sidebar-width, 320px) 1fr;
}
.content-sidebar-wrap.sidebar-left .post-content-area { order: 2; }
.content-sidebar-wrap.sidebar-left .sidebar-area      { order: 1; }

.post-content-area { min-width: 0; }
.sidebar-area {
  --sidebar-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: calc(var(--header-h, 80px) + 2rem);
  max-height: calc(100vh - var(--header-h, 80px) - 4rem);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(44,74,46,0.2) transparent;
}
.sidebar-area::-webkit-scrollbar { width: 4px; }
.sidebar-area::-webkit-scrollbar-thumb { background: rgba(44,74,46,0.2); border-radius: 2px; }
@media (max-width: 1024px) {
  .content-sidebar-wrap { grid-template-columns: 1fr var(--sidebar-width, 280px); gap: 2rem; }
}
@media (max-width: 900px) {
  .content-sidebar-wrap,
  .content-sidebar-wrap.sidebar-left { grid-template-columns: 1fr; }
  .sidebar-area { position: static; max-height: none; overflow-y: visible; }
  .content-sidebar-wrap.sidebar-left .post-content-area { order: 1; }
  .content-sidebar-wrap.sidebar-left .sidebar-area      { order: 2; }
}

/* ================================================================
   WIDGET BASE — sidebar widgets (light background)
   ================================================================ */
.sidebar-area .widget {
  background: var(--white);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-xl);
  padding: 1.625rem;
  box-shadow: 0 2px 12px rgba(44,74,46,0.06);
  transition: box-shadow var(--trans);
}
.sidebar-area .widget:hover {
  box-shadow: 0 4px 24px rgba(44,74,46,0.1);
}

/* Widget title */
.sidebar-area .widget-title,
.sidebar-area h3.widget-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--forest-deep);
  margin: 0 0 1.125rem;
  padding: 0 0 0.75rem;
  border-bottom: 2px solid var(--forest-mist);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.01em;
}

/* Widget lists (WP default: Recent Posts, Categories, Archives etc.) */
.sidebar-area .widget ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-area .widget ul li {
  margin: 0;
  padding: 0;
}
.sidebar-area .widget ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--smoke);
  padding: 0.625rem 0;
  border-bottom: 1px solid var(--color-border-light);
  text-decoration: none;
  transition: all 0.2s;
  line-height: 1.4;
}
.sidebar-area .widget ul li a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--forest-mid);
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.sidebar-area .widget ul li a:hover {
  color: var(--forest);
  padding-left: 6px;
}
.sidebar-area .widget ul li a:hover::before { opacity: 1; }
.sidebar-area .widget ul li:last-child a { border-bottom: none; }

/* Widget text / paragraph */
.sidebar-area .widget p,
.widget-desc {
  font-size: 0.82rem;
  color: var(--smoke);
  line-height: 1.65;
  margin-bottom: 1rem;
}

/* Search widget */
.sidebar-area .widget .search-form { display: flex; gap: 0.5rem; }
.sidebar-area .widget .search-form input[type="search"] {
  flex: 1;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--bark);
  background: var(--ivory);
  outline: none;
  transition: border-color 0.2s;
}
.sidebar-area .widget .search-form input[type="search"]:focus {
  border-color: var(--forest);
}
.sidebar-area .widget .search-form button,
.sidebar-area .widget .search-form input[type="submit"] {
  padding: 0.625rem 1rem;
  background: var(--forest);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.sidebar-area .widget .search-form button:hover,
.sidebar-area .widget .search-form input[type="submit"]:hover {
  background: var(--forest-mid);
}

/* Tag cloud */
.sidebar-area .widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.sidebar-area .widget .tagcloud a {
  display: inline-block;
  font-size: 0.72rem !important;
  padding: 0.25rem 0.75rem;
  background: var(--forest-mist);
  color: var(--forest) !important;
  border-radius: 100px;
  border: 1px solid rgba(44,74,46,0.12);
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 500;
}
.sidebar-area .widget .tagcloud a:hover {
  background: var(--forest);
  color: #fff !important;
  border-color: var(--forest);
}

/* Calendar widget */
.sidebar-area .widget .wp-calendar-table {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
}
.sidebar-area .widget .wp-calendar-table th,
.sidebar-area .widget .wp-calendar-table td {
  text-align: center;
  padding: 0.35rem;
  color: var(--smoke);
}
.sidebar-area .widget .wp-calendar-table td a {
  color: var(--forest);
  font-weight: 600;
  text-decoration: none;
}
.sidebar-area .widget .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  margin-top: 0.5rem;
}

/* ================================================================
   CUSTOM SIDEBAR WIDGET COMPONENTS
   (used by sidebar-default.php fallback)
   ================================================================ */

/* Booking CTA widget */
.widget-booking-cta {
  background: linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 100%) !important;
  border: none !important;
  color: #fff;
}
.widget-booking-cta .widget-icon-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}
.widget-booking-cta .widget-icon-header i {
  color: var(--bronze-bright);
  font-size: 1.1rem;
}
.widget-booking-cta .widget-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  border: none;
}
.widget-booking-cta .widget-desc {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
.widget-trust-row {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.875rem;
  flex-wrap: wrap;
}
.widget-trust-row span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.widget-trust-row i { color: var(--bronze-bright); font-size: 0.6rem; }

/* Times grid */
.widget-times-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.widget-time-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem;
  background: var(--forest-mist);
  border-radius: var(--radius-md);
  border: 1px solid rgba(44,74,46,0.1);
}
.widget-time-item > i {
  color: var(--bronze);
  font-size: 0.9rem;
  flex-shrink: 0;
}
.widget-time-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--smoke);
  margin-bottom: 2px;
}
.widget-time-value {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--forest-deep);
  line-height: 1;
}

/* Policy list */
.widget-policy-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.widget-policy-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--color-border-light);
  font-size: 0.8rem;
  color: var(--smoke);
  line-height: 1.4;
}
.widget-policy-item:last-child { border-bottom: none; }
.widget-policy-item > i {
  color: var(--forest-mid);
  font-size: 0.75rem;
  margin-top: 2px;
  flex-shrink: 0;
  width: 14px;
  text-align: center;
}

/* Contact list */
.widget-contact-list { display: flex; flex-direction: column; gap: 0.625rem; }
.widget-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
  background: var(--forest-mist);
  border-radius: var(--radius-md);
  border: 1px solid rgba(44,74,46,0.1);
  text-decoration: none;
  color: var(--bark);
  font-size: 0.82rem;
  transition: all 0.2s;
}
.widget-contact-item:hover {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}
.widget-contact-item:hover i { color: var(--bronze-bright); }
.widget-contact-item i {
  color: var(--bronze);
  font-size: 0.8rem;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

/* ================================================================
   FOOTER WIDGET AREAS — dark background, styled to match scheme
   ================================================================ */
.site-footer .widget { background: none; border: none; padding: 0; box-shadow: none; }
.site-footer .widget-title,
.site-footer h3.widget-title {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin: 0 0 1.25rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-footer .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.site-footer .widget ul li a {
  display: block;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  padding: 0.45rem 0;
  text-decoration: none;
  border-bottom: none;
  transition: color 0.2s, padding-left 0.2s;
  line-height: 1.4;
}
.site-footer .widget ul li a::before { display: none; }
.site-footer .widget ul li a:hover {
  color: var(--bronze-bright);
  padding-left: 4px;
}
.site-footer .widget p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.site-footer .widget .search-form input[type="search"] {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.8);
}
.site-footer .widget .search-form input[type="search"]::placeholder {
  color: rgba(255,255,255,0.35);
}
.site-footer .widget .tagcloud a {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.55) !important;
  border-color: rgba(255,255,255,0.1);
}
.site-footer .widget .tagcloud a:hover {
  background: var(--bronze);
  color: #fff !important;
  border-color: var(--bronze);
}
/* Footer contact overrides moved to footer section */

/* ================================================================
   MODALS / LIGHTBOX / TOAST / COOKIE
   ================================================================ */
/* Booking Modal */
.vh-modal-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 9980;
  background: rgba(12,18,12,0.75);
  align-items: center; justify-content: center;
  padding: 1rem;
}
.vh-modal-overlay.active { display: flex; }
.vh-modal {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  max-width: 580px; width: 100%;
  position: relative;
  max-height: 90vh; overflow-y: auto;
  animation: modalSlide 0.35s var(--ease-out);
}
@keyframes modalSlide { from { opacity:0; transform: translateY(30px) scale(0.97); } to { opacity:1; transform:none; } }
.vh-modal-close {
  position: absolute; top: 1.25rem; right: 1.25rem;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--color-border-light);
  border-radius: 50%; cursor: pointer;
  transition: var(--trans-fast); font-size: 0.875rem; color: var(--smoke);
}
.vh-modal-close:hover { border-color: var(--forest); color: var(--forest); }
.vh-modal-room-tag { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bronze); margin-bottom: 0.5rem; display: block; }
.vh-modal h2   { font-size: 1.75rem; color: var(--forest-deep); margin-bottom: 0.25rem; }
.vh-modal-sub  { font-size: 0.8rem; color: var(--smoke-light); margin-bottom: 1.75rem; }
.vh-modal-form { display: flex; flex-direction: column; gap: 1rem; }
.vh-form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.vh-form-group label { display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); margin-bottom: 0.45rem; }
.vh-form-group input, .vh-form-group select {
  width: 100%; padding: 0.8rem 1rem;
  border: 1.5px solid var(--color-border-light);
  border-radius: var(--radius-md);
  font-family: var(--font-body); font-size: 0.9rem;
  color: var(--bark); background: var(--ivory);
  outline: none; transition: var(--trans-fast); -webkit-appearance: none;
}
.vh-form-group input:focus, .vh-form-group select:focus { border-color: var(--forest); background: var(--white); box-shadow: 0 0 0 3px rgba(44,74,46,0.08); }
.vh-total-bar { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; background: var(--forest-mist); border-radius: var(--radius-md); border: 1px solid rgba(44,74,46,0.12); }
.vh-total-label { font-size: 0.78rem; color: var(--smoke); }
.vh-total-price { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--forest-deep); }
.vh-secure-note { text-align: center; font-size: 0.7rem; color: var(--smoke-light); }

/* Lightbox */
.vh-lightbox { display:none; position:fixed; inset:0; z-index:9990; background:rgba(12,18,12,0.97); align-items:center; justify-content:center; }
.vh-lightbox.active { display:flex; }
.vh-lightbox-close { position:absolute; top:1.5rem; right:1.5rem; width:44px; height:44px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,0.2); border-radius:50%; color:var(--white); font-size:1rem; cursor:pointer; transition:var(--trans-fast); }
.vh-lightbox-close:hover { border-color:var(--bronze); color:var(--bronze-bright); }
.vh-lightbox img { max-width:90vw; max-height:85vh; border-radius:var(--radius-lg); object-fit:contain; }
.vh-lightbox-prev, .vh-lightbox-next { position:absolute; top:50%; transform:translateY(-50%); width:50px; height:50px; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.15); border-radius:50%; color:var(--white); cursor:pointer; transition:var(--trans-fast); }
.vh-lightbox-prev { left:1.5rem; }
.vh-lightbox-next { right:1.5rem; }
.vh-lightbox-prev:hover, .vh-lightbox-next:hover { background:rgba(196,164,74,0.2); border-color:var(--bronze); }

/* Toast */
.vh-toast { position:fixed; top:5.5rem; right:1.5rem; z-index:9999; background:var(--forest-deep); border:1px solid rgba(196,164,74,0.3); border-radius:var(--radius-lg); padding:1rem 1.25rem; display:flex; align-items:center; gap:0.75rem; font-size:0.85rem; color:var(--white); min-width:280px; max-width:360px; transform:translateX(120%); transition:transform 0.4s var(--ease); pointer-events:none; box-shadow:var(--shadow-lg); }
.vh-toast.show { transform:translateX(0); pointer-events:all; }
.vh-toast i { color:var(--bronze-bright); font-size:1.1rem; flex-shrink:0; }

/* Cookie */
.vh-cookie { position:fixed; bottom:1.5rem; left:1.5rem; z-index:9970; background:var(--bark); border:1px solid rgba(196,164,74,0.2); border-radius:var(--radius-xl); padding:1.5rem; max-width:370px; box-shadow:var(--shadow-lg); animation:cookieUp 0.5s var(--ease) 2.5s both; }
@keyframes cookieUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } }
.vh-cookie h4 { font-family:var(--font-display); font-size:1rem; font-weight:700; color:var(--white); margin-bottom:0.5rem; }
.vh-cookie p  { font-size:0.75rem; color:rgba(255,255,255,0.5); margin-bottom:1.25rem; }
.vh-cookie-btns { display:flex; gap:0.75rem; }
.vh-cookie-btns button { padding:0.5rem 1.1rem; border-radius:var(--radius-sm); font-size:0.7rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; transition:var(--trans-fast); cursor:pointer; border:none; font-family:var(--font-body); }
.cookie-yes { background:var(--forest-mid); color:var(--white); }
.cookie-yes:hover { background:var(--forest-light); }
.cookie-no  { background:rgba(255,255,255,0.08); color:rgba(255,255,255,0.5); }
.cookie-no:hover { color:var(--white); }

/* Back to top */
.back-to-top { position:fixed; bottom:2rem; right:2rem; z-index:9960; width:46px; height:46px; background:var(--forest); color:var(--white); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.9rem; cursor:pointer; opacity:0; pointer-events:none; transform:translateY(12px); transition:var(--trans); box-shadow:var(--shadow-md); border:2px solid var(--forest-mid); }
.back-to-top.show { opacity:1; pointer-events:all; transform:translateY(0); }
.back-to-top:hover { background:var(--forest-mid); transform:translateY(-3px); }

/* ================================================================
   SCROLL REVEAL
   ================================================================ */
.reveal       { opacity:0; transform:translateY(28px);   transition:opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal-left  { opacity:0; transform:translateX(-30px);  transition:opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal-right { opacity:0; transform:translateX(30px);   transition:opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal.revealed, .reveal-left.revealed, .reveal-right.revealed { opacity:1; transform:none; }
.delay-1 { transition-delay:0.1s; }
.delay-2 { transition-delay:0.2s; }
.delay-3 { transition-delay:0.3s; }
.delay-4 { transition-delay:0.4s; }
.delay-5 { transition-delay:0.5s; }

/* ================================================================
   BREADCRUMB / PAGE HERO
   ================================================================ */
.breadcrumb-bar { background:var(--forest-deep); padding:0.875rem 0; border-bottom:1px solid rgba(196,164,74,0.12); }
.breadcrumb-inner { display:flex; align-items:center; gap:0.5rem; font-size:0.72rem; color:rgba(255,255,255,0.4); }
.breadcrumb-inner a { transition:var(--trans-fast); }
.breadcrumb-inner a:hover { color:var(--bronze-bright); }
.breadcrumb-sep     { color:rgba(255,255,255,0.2); }
.breadcrumb-current { color:var(--bronze-light); }

.page-hero { background:var(--forest-deep); padding:9rem 0 4rem; position:relative; overflow:hidden; text-align:center; }
.page-hero-bg     { position:absolute; inset:0; background-size:cover; background-position:center; opacity:0.25; }
.page-hero-overlay{ position:absolute; inset:0; background:rgba(26,46,27,0.7); }
.page-hero-content{ position:relative; z-index:1; }
.page-hero h1     { color:var(--white); margin-bottom:1rem; }
.page-hero p      { color:rgba(255,255,255,0.65); font-size:1.05rem; max-width:500px; margin:0 auto; }

/* ================================================================
   PAGINATION
   ================================================================ */
.vh-pagination { display:flex; justify-content:center; gap:0.5rem; margin:4rem 0; }
.vh-pagination a, .vh-pagination span { width:42px; height:42px; display:flex; align-items:center; justify-content:center; border:1px solid var(--color-border-light); border-radius:var(--radius-md); font-size:0.85rem; color:var(--smoke); transition:var(--trans-fast); }
.vh-pagination a:hover, .vh-pagination .current { background:var(--forest); border-color:var(--forest); color:var(--white); }

/* ================================================================
   ACCESSIBILITY
   ================================================================ */
:focus-visible { outline:2px solid var(--bronze); outline-offset:3px; border-radius:2px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* ================================================================
   WOOCOMMERCE
   ================================================================ */
.woocommerce .button { background:var(--forest)!important; color:var(--white)!important; border-radius:var(--radius-md)!important; font-family:var(--font-body)!important; font-size:0.72rem!important; letter-spacing:0.15em!important; text-transform:uppercase!important; font-weight:600!important; padding:0.875rem 1.75rem!important; transition:var(--trans)!important; border:2px solid var(--forest)!important; }
.woocommerce .button:hover { background:var(--forest-mid)!important; border-color:var(--forest-mid)!important; transform:translateY(-2px)!important; }
.woocommerce-message { background:var(--forest-mist)!important; border-top-color:var(--forest)!important; color:var(--forest-deep)!important; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width:1024px) {
  .nature-grid   { grid-template-columns:1fr; gap:3rem; }
  .nature-visual { padding:0; }
  .nature-img-accent, .nature-badge { display:none; }
  .nature-img-main { height:360px; }
  .spa-grid      { grid-template-columns:1fr; }
  .spa-img-small { display:none; }
  .events-grid   { grid-template-columns:1fr; }
  .events-form-wrap { position:static; }
  .location-grid { grid-template-columns:1fr; }
  .dining-grid   { grid-template-columns:repeat(2,1fr); }
  .dining-grid .dining-card:last-child { grid-column:span 2; height:280px; }
  .footer-widgets-area { grid-template-columns:1fr 1fr; gap:2rem; }
  .content-sidebar-wrap { grid-template-columns:1fr 280px; gap:2rem; }
  .testimonials-grid { grid-template-columns:1fr 1fr; }
  .stats-grid    { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:768px) {
  :root { font-size:15px; }
  #primary-navigation { display:none; }
  .header-cta .header-tel { display:none; }
  .menu-toggle { display:flex; }
  .booking-form { grid-template-columns:1fr; }
  .rooms-grid   { grid-template-columns:1fr; }
  .dining-grid  { grid-template-columns:1fr; }
  .dining-grid .dining-card:last-child { grid-column:span 1; }
  .testimonials-grid { grid-template-columns:1fr; }
  .offers-grid  { grid-template-columns:1fr; }
  .gallery-masonry { grid-template-columns:repeat(2,1fr); grid-auto-rows:160px; }
  .gallery-item:nth-child(1) { grid-column:span 2; grid-row:span 1; }
  .gallery-item:nth-child(5) { grid-column:span 1; }
  .newsletter-inner { flex-direction:column; gap:2rem; }
  .newsletter-form  { width:100%; }
  .footer-widgets-area { grid-template-columns:1fr; gap:2rem; }
  .content-sidebar-wrap { grid-template-columns:1fr; }
  .sidebar-area { position:static; }
  .footer-bottom { flex-direction:column; text-align:center; }
  .stats-grid   { grid-template-columns:repeat(2,1fr); gap:1.5rem; }
  .stat-item::after { display:none; }
  .spa-treatments { grid-template-columns:1fr; }
  .vh-form-row  { grid-template-columns:1fr; }
}
@media print {
  #vh-header, .hero-scroll, .back-to-top, .vh-cookie, .vh-toast { display:none!important; }
  body { font-size:12pt; color:#000; background:#fff; }
}

/* ================================================================
   PAGE HERO (inner pages: single, page, archive)
   ================================================================ */
.page-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--forest-deep);
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.page-hero:hover .page-hero-bg { transform: scale(1); }
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(12,20,9,0.35) 0%,
    rgba(12,20,9,0.55) 50%,
    rgba(12,20,9,0.80) 100%
  );
}
.page-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
  text-align: center;
}
.page-hero-content h1 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 0;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

/* ================================================================
   BREADCRUMB BAR
   ================================================================ */
.breadcrumb-bar {
  background: var(--ivory);
  border-bottom: 1px solid var(--color-border-light);
  padding: 0.875rem 0;
}
.breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--smoke);
  flex-wrap: wrap;
}
.breadcrumb-inner a {
  color: var(--smoke);
  text-decoration: none;
  transition: color 0.18s;
}
.breadcrumb-inner a:hover { color: var(--forest); }
.breadcrumb-sep { color: var(--color-border); }
.breadcrumb-current { color: var(--forest); font-weight: 600; }

/* ================================================================
   ARTICLE / ENTRY CONTENT
   ================================================================ */
.vh-article,
.vh-page-article { max-width: 100%; }

.entry-content {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--bark);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: var(--font-display);
  color: var(--forest-deep);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.entry-content h2 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); }
.entry-content h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
.entry-content p { margin-bottom: 1.5rem; }
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  margin: 1.5rem 0;
}
.entry-content a {
  color: var(--forest);
  text-decoration: underline;
  text-decoration-color: rgba(44,74,46,0.3);
  text-underline-offset: 2px;
  transition: color 0.18s, text-decoration-color 0.18s;
}
.entry-content a:hover {
  color: var(--bronze);
  text-decoration-color: var(--bronze);
}
.entry-content ul,
.entry-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.entry-content li { margin-bottom: 0.5rem; }
.entry-content blockquote {
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  background: var(--forest-mist);
  border-left: 4px solid var(--bronze);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--forest-deep);
  line-height: 1.65;
}
.entry-content blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 600;
  color: var(--bronze);
  letter-spacing: 0.08em;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.entry-content table th {
  background: var(--forest-mist);
  color: var(--forest-deep);
  font-weight: 700;
  padding: 0.75rem 1rem;
  text-align: left;
  border: 1px solid var(--color-border-light);
}
.entry-content table td {
  padding: 0.625rem 1rem;
  border: 1px solid var(--color-border-light);
  color: var(--smoke);
}
.entry-content table tr:nth-child(even) td {
  background: var(--forest-mist);
}
.entry-content code {
  font-family: 'Courier New', monospace;
  font-size: 0.85em;
  background: var(--forest-mist);
  color: var(--forest-deep);
  padding: 0.1em 0.4em;
  border-radius: 4px;
}
.entry-content pre {
  background: var(--forest-deep);
  color: rgba(255,255,255,0.85);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  overflow-x: auto;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.entry-content pre code { background: none; color: inherit; padding: 0; }
.entry-content hr {
  border: none;
  border-top: 1px solid var(--color-border-light);
  margin: 3rem 0;
}
.entry-content .wp-block-image figcaption {
  font-size: 0.78rem;
  color: var(--smoke);
  text-align: center;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}

/* ================================================================
   ENTRY FOOTER — tags, navigation
   ================================================================ */
.entry-footer { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--color-border-light); }

.post-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.post-navigation {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.post-navigation .nav-links { display: flex; width: 100%; justify-content: space-between; gap: 1rem; }
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--forest);
  text-decoration: none;
  padding: 0.625rem 1rem;
  background: var(--forest-mist);
  border-radius: var(--radius-md);
  border: 1px solid rgba(44,74,46,0.12);
  transition: all 0.2s;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: var(--forest);
  color: #fff;
}

/* ================================================================
   COMMENTS SECTION
   ================================================================ */
.comments-area {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 2px solid var(--forest-mist);
}
.comments-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--forest-deep);
  margin-bottom: 2rem;
}
.comment-list { list-style: none; padding: 0; margin: 0 0 2rem; }
.comment-body {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  margin-bottom: 1rem;
}
.comment-meta { font-size: 0.78rem; color: var(--smoke); margin-bottom: 0.5rem; }
.comment-meta .fn { font-weight: 700; color: var(--forest-deep); }
.comment-content p { font-size: 0.9rem; line-height: 1.7; margin: 0; }
.comment-form label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--smoke);
  margin-bottom: 0.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--bark);
  background: var(--ivory);
  transition: border-color 0.2s;
  outline: none;
  margin-bottom: 1rem;
}
.comment-form input:focus,
.comment-form textarea:focus { border-color: var(--forest); }
.comment-form textarea { min-height: 140px; resize: vertical; }
.comment-form input[type="submit"] {
  padding: 0.875rem 2rem;
  background: var(--forest);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.comment-form input[type="submit"]:hover { background: var(--forest-mid); }

/* ================================================================
   PAGINATION
   ================================================================ */
.pagination,
.posts-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin: 3rem 0 1rem;
}
.page-numbers,
.posts-navigation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--smoke);
  background: var(--white);
  border: 1px solid var(--color-border-light);
  text-decoration: none;
  transition: all 0.2s;
}
.page-numbers:hover,
.posts-navigation a:hover {
  background: var(--forest-mist);
  color: var(--forest);
  border-color: var(--forest);
}
.page-numbers.current {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}
.page-numbers.dots {
  background: transparent;
  border: none;
  cursor: default;
}

/* ================================================================
   PRINT STYLES
   ================================================================ */
@media print {
  .site-header,
  .site-footer,
  .booking-bar-section,
  .vh-modal-overlay,
  .vh-toast,
  .vh-cookie,
  .back-to-top,
  .room-card-actions,
  .btn,
  aside.sidebar-area,
  #vh-booking-modal,
  #vh-lightbox { display: none !important; }

  body { font-size: 12pt; color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; }
  h1, h2, h3 { page-break-after: avoid; }
  img { max-width: 100% !important; }
  .content-sidebar-wrap { display: block; }
  .post-content-area { width: 100%; }
  .entry-content { font-size: 11pt; line-height: 1.6; }
  .page-hero { min-height: auto; padding: 1cm 0; background: none; }
  .page-hero-bg, .page-hero-overlay { display: none; }
  .page-hero-content h1 { color: #000; font-size: 22pt; }
  .room-card { border: 1pt solid #ccc; page-break-inside: avoid; }
  .room-card-img { height: 180px; }
}
